@@ -102,6 +102,7 @@ Keine Unterstützung für .pbf / .o5m Dateien.
- http://wiki.openstreetmap.org/wiki/Osm_tile (code needs to be changed to compile: add line `#include <sys/resource.h>` and compile with `gcc osm_tile.c -lz -lexpat -lm -o osm_tile`. However, software doesn't recognize .osm.bz2 nor .pbf files (recognizes 0 nodes, 0 ways) and segfaults when reading .osm files.)
- http://wiki.openstreetmap.org/wiki/Osmcut
- http://wiki.openstreetmap.org/wiki/Mapsplit (size of tiles hardcoded to zoomlevel 13 according to https://github.com/PedaB/mapsplit/issues/4 )
- http://wiki.openstreetmap.org/wiki/OSMT (supports only .osm format)