forked from MapComplete/MapComplete
Update atm.json: increase merge range
This commit is contained in:
parent
5b33d88ffb
commit
2af637385a
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
|||
"calculatedTags": [
|
||||
"_closest_osm_poi=closest(feat)('atm')?.properties?.id",
|
||||
"_closest_osm_poi_distance=Math.round(distanceTo(feat)(feat.properties._closest_osm_poi))",
|
||||
"_has_closeby_feature=Number(feat.properties._closest_osm_poi_distance) < 50 ? 'yes' : 'no'"
|
||||
"_has_closeby_feature=Number(feat.properties._closest_osm_poi_distance) < 150 ? 'yes' : 'no'"
|
||||
],
|
||||
"=tagRenderings": [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue