0253653676
* 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
20 lines
639 B
Text
20 lines
639 B
Text
[submodule "test/data"]
|
|
path = test/data
|
|
url = https://github.com/mapnik/test-data.git
|
|
branch = master
|
|
[submodule "test/data-visual"]
|
|
path = test/data-visual
|
|
url = https://github.com/mapnik/test-data-visual.git
|
|
branch = master
|
|
[submodule "deps/mapbox/variant"]
|
|
path = deps/mapbox/variant
|
|
url = https://github.com/mapbox/variant.git
|
|
branch = master
|
|
[submodule "deps/mapbox/geometry"]
|
|
path = deps/mapbox/geometry
|
|
url = https://github.com/mapbox/geometry.hpp.git
|
|
branch = master
|
|
[submodule "deps/mapbox/protozero"]
|
|
path = deps/mapbox/protozero
|
|
url = https://github.com/mapbox/protozero.git
|
|
branch = master
|