tyrauber commented on issue #573:
URL:
https://github.com/apache/incubator-baremaps/issues/573#issuecomment-1407677205
@bchapuis, thank you, `baosystems/postgis` does seem to perform better on my
m1 macbook air, and I am now rendering map tiles!
I am still seeing the errors in the console logs.
```
[ERROR] 2023-01-29 10:15:20.101 [servicetalk-global-executor-1-3]
DevResources - Tile error
org.apache.baremaps.database.tile.TileStoreException:
org.postgresql.util.PSQLException: ERROR: syntax error at end of input
Position: 7
at
org.apache.baremaps.database.tile.PostgresTileStore.read(PostgresTileStore.java:122)
~[baremaps-core-0.7.1-SNAPSHOT.jar:?]
at
org.apache.baremaps.server.DevResources.getTile(DevResources.java:137)
~[baremaps-server-0.7.1-SNAPSHOT.jar:?]
```
And in the postgres logs:
```
2023-01-29 14:15:20.094 UTC [89] ERROR: syntax error at end of input at
character 7
2023-01-29 14:15:20.094 UTC [89] STATEMENT: with
2023-01-29 14:15:20.094 UTC [87] ERROR: syntax error at end of input at
character 7
2023-01-29 14:15:20.094 UTC [87] STATEMENT: with
2023-01-29 14:15:20.094 UTC [86] ERROR: syntax error at end of input at
character 7
2023-01-29 14:15:20.094 UTC [86] STATEMENT: with
2023-01-29 14:19:06.779 UTC [69] LOG: checkpoint starting: time
```
But I am scrolling outside the import zone. Perhaps the errors are related
to trying to render tiles that haven't been imported?
--
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]