mapnik/plugins/input/geobuf
Artem Pavlenko 0253653676 Geobuf.input (#3715)
* geobuf.input - initial implementation (WIP)

* geobuf.input - fix reading MultiPolygon's

* geobuf.input - don't store invalid bounding boxes in r-tree.

* Use `protozero` lib to read `geobuf` (Initial implementation, not complete!)

* geobuf.input - poring to `protozero`. (TODO: add support for `GeometryCollection`)

* add initial support for `GeometryCollection` + cleanup namespaces

* remove stderr + cleanup + update copyright

* fix GeometryCollection and MultiLineString decoding + add support for standalone Feature and Geometry

* don't use `reserve` as undelying data format doesn't allow for efficient `distance` implementation.

* add geobuf unit test + update test data

* update data
2017-08-17 10:52:07 +01:00
..
build.py Geobuf.input (#3715) 2017-08-17 10:52:07 +01:00
geobuf.hpp Geobuf.input (#3715) 2017-08-17 10:52:07 +01:00
geobuf_datasource.cpp Geobuf.input (#3715) 2017-08-17 10:52:07 +01:00
geobuf_datasource.hpp Geobuf.input (#3715) 2017-08-17 10:52:07 +01:00
geobuf_featureset.cpp Geobuf.input (#3715) 2017-08-17 10:52:07 +01:00
geobuf_featureset.hpp Geobuf.input (#3715) 2017-08-17 10:52:07 +01:00