You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@baremaps.apache.org by "joshfischer1108 (via GitHub)" <gi...@apache.org> on 2023/03/06 14:28:37 UTC

[GitHub] [incubator-baremaps] joshfischer1108 commented on issue #573: OpenStreetMap example produces `syntax error`

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: commits-unsubscribe@baremaps.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org