[Tile-serving] [openstreetmap/mod_tile] Fix `ERROR 1: bad application_id` when reading example `GeoPackage` file (PR #281)
Hummeltech
notifications at github.com
Sun May 22 17:46:20 UTC 2022
The file appears to be mal-formed.
Re-converted from `Shapefile` to `GPKG` with `ogr2ogr`.
Before:
```shell
$ ogrinfo ./very_simplified_land_polygons.gpkg
ERROR 1: bad application_id on './very_simplified_land_polygons.gpkg'
```
After:
```shell
$ ogrinfo ./very_simplified_land_polygons.gpkg
INFO: Open of `./very_simplified_land_polygons.gpkg'
using driver `GPKG' successful.
1: very_simplified_land_polygons (Polygon)
```
Addresses #269
You can view, comment on, or merge this pull request online at:
https://github.com/openstreetmap/mod_tile/pull/281
-- Commit Summary --
* Fix `ERROR 1: bad application_id` (re-converted from `Shapefile` with `ogr2ogr`)
-- File Changes --
M utils/example-map/very_simplified_land_polygons.gpkg (0)
-- Patch Links --
https://github.com/openstreetmap/mod_tile/pull/281.patch
https://github.com/openstreetmap/mod_tile/pull/281.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/pull/281
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/mod_tile/pull/281 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20220522/24d19f9b/attachment.htm>
More information about the Tile-serving
mailing list