hholzgra / ocitysmap

Fork of ocitysmap repository at savannah.nongnu.org
Other
35 stars 12 forks source link

Add import file bbox/title detection to cmdline renderer #70

Closed hholzgra closed 1 year ago

hholzgra commented 1 year ago

The web interface automatically detects the bounding box from import files like GPX and Umap format, and also takes the files embedded title description, if no explicit bounding box or title are given.

The render.py script should do the same, or the functionality should move from maposmatic code into ocitysmap library code so that it's consistent across all frontends.

hholzgra commented 1 year ago

implementation complete