joshfischer1108 commented on issue #573:
URL:
https://github.com/apache/incubator-baremaps/issues/573#issuecomment-1456240824
I am having trouble trying to reproduce this issue on an M1. Here are the
steps I followed:
1. start postgres
```
docker run --name baremaps \
--publish 5432:5432 \
-e POSTGRES_DB=baremaps \
-e POSTGRES_USER=baremaps \
-e POSTGRES_PASSWORD=baremaps \
-d ghcr.io/baosystems/postgis:latest
```
2. build from source
```
$ baremaps --version
Baremaps v0.7.1-SNAPSHOT
```
3.
```
$ cd examples/openstreetmap
```
4. Execute workflow
```
$ baremaps workflow execute --file workflow.json
```
5. Run
```
$ baremaps map dev \
--log-level DEBUG \
--database
'jdbc:postgresql://localhost:5432/baremaps?user=baremaps&password=baremaps' \
--tileset 'tileset.json' \
--style 'style.json'
````
6. try to reproduce
a. View localhost:9000 in browser
b. Turn on styles
c. Turn on boundaries
d. zoom out 3 - 4 times
e. Screen goes white
f. But no exception gets thrown similar to `ERROR: syntax error at end of
input`
--
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]