I’m doing a fresh database reimport after temporarily running out of disk space, meanwhile the service uses an older import still runnning on the old server. Up-to-data data will probably be available again on Monday
Rendering issues fixed
I noticed that some failed rendering jobs lately, all of which failed due to language / locale settings I hand’t tested yet.
Some of the jobs simply failed as my list of installed locales was missing some of those that could be selected in the “Create map” form, these should now all be installed as needed.
I also wrapped the setlocale()
calls in a try…catch
block now, so that unsupported locales will just make the rendering code fall back to English instead of letting rendering fail with an exception stack trace.
New overlay style: hiking routes
There is a new ovlerlay style available in the MapOSMatic overlay selection now:
The Waymarked Trailsi Hiking style
New server ready
It took a little longer than expected, but now migration to the new server is complete and it is humming along fine with a full planet database updated every 15 minutes.
New server in testing
The IO subsystem of the current server couldn’t really keep up with importing regular diffs and keeping the full planet database up to date.
Mapbox OSM-bright style installed
Frensh style installed
I’ve added the french OSM style as additional choice for the MapOSMatic and neighbourhood plan services.
The style files used can be found on GitHub and tiles are visible on the french OpenStreetMap site
Covering the full planet now
Support different base layers in neighorhood maps
Now covering Europe instead of just Germany
You may have noticed that the services on this domain were a bit slow the last few days. This was due to a new database import running in the background, importing an OSM extract of all of Europe instead of just Germany.
Continue reading “Now covering Europe instead of just Germany”