Hermann Kraus
69824314ed
Simplify OSM plugin.
2012-03-02 01:01:13 +01:00
Hermann Kraus
9eec4eb1be
Fix OSM plugin.
2012-03-02 00:51:44 +01:00
Artem Pavlenko
01497bfc36
+ add typedef size_type to mapnik::vertex_vector
...
+ remove set_capacity() method - no longer required
2012-02-15 15:16:33 +00:00
Dane Springmeyer
e4a11c0d07
use correct context type
2012-01-31 08:35:40 -08:00
Dane Springmeyer
9097ea0ceb
update sqlite and osm datasources to new feature impl
2012-01-19 16:34:33 -05:00
Dane Springmeyer
ce9e44b5f2
plugin code formatting based on emacs format in utils/format_source_files
2011-11-13 19:37:50 -08:00
kunitoki
8b53f78d1d
- aligned coding style in osm plugin
2011-10-22 16:04:05 +02:00
Dane Springmeyer
49fd1f93d1
use boost::make_shared across plugins to avoid explicit new and ensure fast and exception safe allocation
2011-05-16 23:41:34 +00:00
Dane Springmeyer
c6980f2fd8
make sure datasource feature ids start at 1, like shapefile and sqlite plugins
2011-04-29 20:00:45 +00:00
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
Artem Pavlenko
47dc1e197b
+ merge mapnik2 to trunk
2009-12-16 20:02:06 +00:00
Nick Whitelegg
e68d934eff
OSM plugin: Fixed warnings, added URL support with cURL, removed multiple parsing
2009-02-15 13:51:07 +00:00
Nick Whitelegg
49208998c6
now distinguishes between lines and polygons for ways
2008-04-02 21:40:28 +00:00
Nick Whitelegg
0dafa5eae3
Fixed for unicode change post 0.5
2008-03-06 21:04:47 +00:00
Nick Whitelegg
b117de1bdb
Now using libxml2
2008-03-02 13:23:50 +00:00
Nick Whitelegg
415c8a6c92
mapnik osm plugin initial commit
2008-03-01 11:49:37 +00:00