matkoniecz / lunar_assembler

SVG maps from OpenStreetMap data. Available at https://mapsaregreat.com/osm_to_svg_in_browser/
GNU Affero General Public License v3.0
40 stars 5 forks source link

Support more barrier value than just barrier, fence, guard_rail in general high zoom map style #86

Closed matkoniecz closed 3 years ago

matkoniecz commented 3 years ago

Requires looking through taginfo and wiki for values in use - even list of likely missing values would be helpful

Optional: special styling for example for hedges.

See https://github.com/matkoniecz/lunar_assembler/blob/master/examples/general_high_zoom_map_style.js#L386-L395 for code that should be edited

matkoniecz commented 3 years ago

If additional are needed put them in https://github.com/matkoniecz/lunar_assembler/blob/master/lunar_assembler_helpful_functions_for_map_styles_openstreetmap_tagging_knowledge.js#L69

matkoniecz commented 3 years ago

right now it is

return ["fence", "wall", "hedge", "retaining_wall", "hedge_bank", "wire_fence", "city_wall", "guard_rail"]