mirror of
https://forge.chapril.org/tykayn/libre-charge-map
synced 2025-06-20 01:34:43 +02:00
up style detail
This commit is contained in:
parent
6ac7a95020
commit
7c809b9629
3 changed files with 93 additions and 60 deletions
|
@ -22,7 +22,7 @@ const lcm_color_utils = {
|
|||
getColor: (feature) => {
|
||||
|
||||
let outputPower = lcm_utils.guessOutputPowerFromFeature(feature)
|
||||
feature.properties.tags.has_output_of_irve_specified = outputPower
|
||||
// feature.properties.tags.has_output_of_irve_specified = outputPower
|
||||
if (outputPower) {
|
||||
|
||||
if (outputPower > max_out_legit_power) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue