bchapuis opened a new issue, #624:
URL: https://github.com/apache/incubator-baremaps/issues/624
The srid of some geometries in the geoBoundaries dataset are not correctly
set resulting in the following error when displaying the basemap.
```
org.apache.baremaps.database.tile.TileStoreException:
org.postgresql.util.PSQLException: ERROR: ST_Intersects: Operation on mixed
SRID geometries (MultiPolygon, 0) != (Polygon, 3857)
at
org.apache.baremaps.database.tile.PostgresTileStore.read(PostgresTileStore.java:122)
~[baremaps-core-0.7.2-SNAPSHOT.jar:?]
at
org.apache.baremaps.server.DevResources.getTile(DevResources.java:137)
~[baremaps-server-0.7.2-SNAPSHOT.jar:?]
at jdk.internal.reflect.GeneratedMethodAccessor44.invoke(Unknown
Source) ~[?:?]
at
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[?:?]
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]