mapnik/plugins/input/osm/demo
2012-09-07 16:23:03 +01:00
..
easymapnik.cpp + singleton: return ref from instance() method 2012-09-07 16:23:03 +01:00
GoogleProjection.h remove tabs 2011-04-02 03:45:50 +00:00
MapSource.cpp + singleton: return ref from instance() method 2012-09-07 16:23:03 +01:00
MapSource.h formatting to use const& as per 6462af3 2012-03-05 11:10:04 -08:00
README added initial version of easymapnik: command line tool for generating Mapnik maps from OSM XML data 2009-02-16 23:42:31 +00:00

easymapnik: a command line tool for generating Mapnik maps from OSM data 
bypassing the need to set up a PostGIS database or to deal with large 
planet files. easymapnik is aimed at the user who wishes to create a 
custom Mapnik OSM "slippy map" of their own local area (e.g. a county or city)
easily. 

Sample command line for compiling (Mac OS X 10.5):

g++ -I/usr/local/include/mapnik -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I../../agg/include -L/usr/local/lib -L/opt/local/lib -lmapnik easymapnik.cpp MapSource.cpp -o easymapnik -lboost_thread-mt