Updated Updating the planet extracting data (markdown) authored by ltog's avatar ltog
...@@ -98,7 +98,7 @@ Keine Unterstützung für .pbf / .o5m Dateien. ...@@ -98,7 +98,7 @@ Keine Unterstützung für .pbf / .o5m Dateien.
# Cutting out 1° tiles # Cutting out 1° tiles
- http://wiki.openstreetmap.org/wiki/User:Computerteddy#Software (generates no output) - http://wiki.openstreetmap.org/wiki/User:Computerteddy#Software (generates no output on .osm.bz2 or .pbf files)
- 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/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/Osmcut
... ...
......