MapServer / basemaps

Scripts to generate MapServer mapfiles based on OpenStreetMap data. Please submit pull requests to the 'main' branch.
61 stars 46 forks source link

style with symbols #79

Open Nicolasribot opened 2 years ago

Nicolasribot commented 2 years ago

A cleaning of a work started some years ago to support a style displaying symbols. Symbol icons are based on OSM icons converted from SVG. This style can be combined with other styles to add icons. WIP: labels at z18, more properties should be defined in generate_styles.py to control symbols behaviour. Some symbols are missing (parking built from ways for instance). Some examples of the style: https://github.com/Nicolasribot/basemaps/blob/master/README.md

yjacolin commented 2 years ago

@Nicolasribot thank you for you huge work on this. Unfortunatly this PR is too big and we can review it correctly. Could you split it in few part? Scripts, topobase and symbols at least? My browser failed to display diff file after "scripts".

Nicolasribot commented 2 years ago

Yes I will make the changes.