Commit ef63fd0
Mapcache detail (#193)
* Create contrib/mapcache_export_prep
* Initial version of mapcache_export_prep
* Borrow option syntax from mapcache_seed
* Set output format to JSON
* Minor changes
* Minor presentation changes
* First step to add OGR/GEOS support
* Use cJSON to make report
* Add OGR command line options borrowed from mapcache_seed
* Output JSON shows GeoJSON geometry
* Count tiles in arbitrary geometry
* Presentation adjustments in JSON output
* Add copyright
* Handle empty & mono-SQLite caches, prepare for composite caches
* Handle composite caches
* Add --short-output option for not reporting missing files
* Make OGR/GEOS optional
* Fix bug
* Another bug fix
* Remove reference to a cmake variable absent from v2.6
* Exclude maxx and maxy from region bounding box
* Set region to grid extent when no region has been provided
* Make some error messages more explicit
* Take {inv_...} in templates into account
* Rename mapcache_export_prep to mapcache_detail
* mapcache_detail: add report on missing tiles
* Update mapcache_detail.c to match evolution in dimension handling
* Improve handling of mapcache_detail dependencies
* Fix compilation issue on Windows
* Windows fix
* Fix travis wrt. mapcache_detail dependencies
* Windows fix
* Make ezxml functions available from outside DLL
* Make mapcache functions available from outside DLL1 parent 0e74456 commit ef63fd0
File tree
7 files changed
+1786
-30
lines changed- contrib/mapcache_detail
- include
7 files changed
+1786
-30
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
301 | 302 | | |
302 | 303 | | |
303 | 304 | | |
304 | | - | |
| 305 | + | |
305 | 306 | | |
306 | 307 | | |
307 | 308 | | |
| |||
327 | 328 | | |
328 | 329 | | |
329 | 330 | | |
| 331 | + | |
| 332 | + | |
330 | 333 | | |
331 | 334 | | |
332 | 335 | | |
333 | 336 | | |
334 | 337 | | |
335 | 338 | | |
336 | 339 | | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
0 commit comments