Artem Pavlenko
|
a65d65a5ab
|
Update .clang-format to BraceWrapping: BeforeCatch : true
run `pre-commit`
|
2022-11-10 15:57:38 +00:00 |
|
Mathis Logemann
|
d5a873e81c
|
format utils
|
2022-01-27 00:12:12 +01:00 |
|
Artem Pavlenko
|
bd961c4da2
|
update copyright year [skip ci]
|
2021-01-05 14:39:07 +00:00 |
|
Mathis Logemann
|
64054fade4
|
compiler independent warning ignore
Signed-off-by: Mathis Logemann <mathisloge@gmail.com>
|
2020-11-19 17:25:10 +01:00 |
|
artemp
|
6c19efa990
|
store box2d<float> directly in index_record to avoid conversions.
|
2017-08-18 16:59:58 +01:00 |
|
artemp
|
541c1a35a0
|
mapnik-index - initialise quad-tree with bbox if present.
|
2017-08-18 13:55:04 +01:00 |
|
artemp
|
94ef6170d8
|
mapnik-index - add experimental --bbox,-b option to limit index to provided bounding box e.g
```mapnik-index -b -5.51418,50.1944,-5.46256,50.2241 data.geojson```
|
2017-08-18 13:42:54 +01:00 |
|
artemp
|
2aa0ce9d74
|
New *.index format (bounding box per item) implementation
|
2017-08-18 11:16:44 +01:00 |
|
artemp
|
2426a44671
|
initial updated spatial-index implementation
|
2017-08-16 13:59:44 +01:00 |
|
artemp
|
add410e619
|
use arch independent types for serialised values
|
2017-08-15 11:14:11 +01:00 |
|
artemp
|
333ef9fde1
|
update copyright year
|
2017-05-05 13:02:01 +02:00 |
|
artemp
|
3eabd3141a
|
sync mapnik-index and shapeindex versions with mapnik via MAPNIK_VERSION_STRING
|
2017-02-27 13:22:55 +01:00 |
|
artemp
|
0ec510025d
|
mapnik-index - remove -x3 option, use process_geojson_x3 always
|
2016-11-29 09:20:41 +01:00 |
|
artemp
|
99ce79fd36
|
allow short style syntax for long options e.g "-x3", "-validate-features" etc.
|
2016-11-11 10:48:03 +01:00 |
|
artemp
|
19f1af3861
|
mapnik-index - add optional 'fast' spirit::x3 GeoJSON parsing. Activated by "--x3" program option.
|
2016-11-11 10:40:52 +01:00 |
|
artemp
|
1871e5f62d
|
return EXIT_FAILURE on invalid input ref #3410
|
2016-04-25 10:11:55 +02:00 |
|
artemp
|
7cd5301cbe
|
mapnik-index - refactor to use box2d<float> and reduce memory requirement during index creations
|
2016-03-24 17:12:16 +00:00 |
|
artemp
|
6ca0e34a80
|
mapnik-index - output failed feature JSON when both --validate-features and --verbose options present.
|
2015-12-14 11:47:19 +00:00 |
|
artemp
|
7a0688edcb
|
mapnik-index - implement validatation callback by comparing bounding boxes from bbox extractor and GeoJSON feature
|
2015-11-12 16:12:06 +00:00 |
|
artemp
|
5eecf1dfae
|
mapnik-index - add "--validate-features" option (experimental)
|
2015-11-12 13:45:25 +00:00 |
|
Dane Springmeyer
|
7608040906
|
centralize warning suppression
|
2015-11-07 17:53:09 -08:00 |
|
Dane Springmeyer
|
cd5b97b01f
|
better error reporting when no valid files are passed to mapnik-index
|
2015-10-20 14:49:58 -07:00 |
|
Dane Springmeyer
|
001520aa95
|
mapnik-index: only dump output if actually processing csv or geojson
|
2015-10-20 12:15:51 -07:00 |
|
artemp
|
950afdcac1
|
mapnik-index : output number of elements
|
2015-10-13 17:12:02 +01:00 |
|
artemp
|
da1247fa1e
|
mapnik-index: add initial support for processing GeoJSON
|
2015-10-09 12:49:58 +01:00 |
|
artemp
|
21b5a132a9
|
mapnik-index - refactor to prepare for adding GeoJSON index support
|
2015-10-09 11:27:35 +01:00 |
|
artemp
|
bf411f55de
|
remove debug stderr
|
2015-10-07 17:39:00 +01:00 |
|
Dane Springmeyer
|
8d11151382
|
rename csvindex to mapnik-index since we'll soon support geojson
|
2015-10-07 08:33:24 -07:00 |
|