mapnik/plugins/input/osm
Artem Pavlenko ab101401cd + simplify geometry implementation
+ removed multiple geometry typedefs
+ use geometry_type
+ revert to storing vertices in vector_vertex
  (previous implementation using std::vector was
   fragmenting heap causing performance issues with large geometries)
+ FIXME: hit_test is broken!
2010-11-03 13:19:15 +00:00
..
demo + fix naming style in mapnik::Map 2010-06-25 15:23:35 +00:00
basiccurl.cpp OSM plugin: Fixed warnings, added URL support with cURL, removed multiple parsing 2009-02-15 13:51:07 +00:00
basiccurl.h OSM plugin: Fixed warnings, added URL support with cURL, removed multiple parsing 2009-02-15 13:51:07 +00:00
dataset_deliverer.cpp + osm: surround printed output by #ifdef MAPNIK_DEBUG to eliminate unwanted console characters in release mode (closes #282) 2009-04-28 20:07:18 +00:00
dataset_deliverer.h OSM plugin: dataset_deliverer now re-fetches data if the URL has changed 2009-02-16 23:10:58 +00:00
libMakefile now distinguishes between lines and polygons for ways 2008-04-02 21:40:28 +00:00
Makefile.am wrong header names -> make dist failed 2009-04-05 07:49:23 +00:00
Makefile.example - updated autotools build files 2008-04-06 18:13:13 +00:00
osm.cpp + osm: surround printed output by #ifdef MAPNIK_DEBUG to eliminate unwanted console characters in release mode (closes #282) 2009-04-28 20:07:18 +00:00
osm.h OSM plugin: dataset_deliverer now re-fetches data if the URL has changed 2009-02-16 23:10:58 +00:00
osm_datasource.cpp #622 add optional late-binding of datasources 2010-10-24 06:34:18 +00:00
osm_datasource.hpp #622 add optional late-binding of datasources 2010-10-24 06:34:18 +00:00
osm_featureset.cpp + simplify geometry implementation 2010-11-03 13:19:15 +00:00
osm_featureset.hpp + merge mapnik2 to trunk 2009-12-16 20:02:06 +00:00
osmparser.cpp improved boundary behaviour (though still needs attention...) for easymapnik 2009-02-22 20:35:18 +00:00
osmparser.h OSM plugin: Fixed warnings, added URL support with cURL, removed multiple parsing 2009-02-15 13:51:07 +00:00
osmtagtypes.h Fixed for unicode change post 0.5 2008-03-06 21:04:47 +00:00
render.cpp + fix naming style in mapnik::Map 2010-06-25 15:23:35 +00:00
SConscript Add the ability to pass custom CXXFLAGS and LDFLAGS that will be prioritized above other compiler and linker flags 2010-09-18 18:02:15 +00:00
test.cpp Now using libxml2 2008-03-02 13:23:50 +00:00
test.osm mapnik osm plugin initial commit 2008-03-01 11:49:37 +00:00
test.xml upgrade default projection of epsg:4326 to match exactly what proj4 stores in /usr/local/share/epsg for 4326 (aka WGS84) 2010-08-10 18:18:31 +00:00
test2.osm mapnik osm plugin initial commit 2008-03-01 11:49:37 +00:00
test2.xml upgrade default projection of epsg:4326 to match exactly what proj4 stores in /usr/local/share/epsg for 4326 (aka WGS84) 2010-08-10 18:18:31 +00:00
test3.xml upgrade default projection of epsg:4326 to match exactly what proj4 stores in /usr/local/share/epsg for 4326 (aka WGS84) 2010-08-10 18:18:31 +00:00