SomeoneElseOSM / SomeoneElse-style

An "England and Wales rural pedestrian" focused OSM-based map style. Example at https://map.atownsend.org.uk/maps/map/map.html . This is the tag preprocessing part of the style.
GNU General Public License v3.0
9 stars 3 forks source link

call_pyosmium.sh does not split according to language when processing minutely updates. #13

Open SomeoneElseOSM opened 1 year ago

SomeoneElseOSM commented 1 year ago

https://github.com/SomeoneElseOSM/SomeoneElse-style/blob/master/call_pyosmium.sh

Resulting in changes like this (old is ">", new is "<" here:

70c70 < -287245 | Parc Cenedlaethol Eryri / Snowdonia National Park

-287245 | Parc Cenedlaethol Eryri

The language extract logic is at:

https://github.com/SomeoneElseOSM/SomeoneElse-style/blob/master/update_render.sh#L268