bchapuis commented on issue #573:
URL: 
https://github.com/apache/incubator-baremaps/issues/573#issuecomment-1407679629

   I tried to display areas without data but the error does not show up, I'm 
not sure where the problem comes from.
   
   Could you try to add the `--log-level DEBUG` flag to the command? This will 
print the SQL queries generated by baremaps in the console. 
   
   ```
   baremaps map dev --log-level DEBUG \
     --database 
'jdbc:postgresql://localhost:5432/baremaps?user=baremaps&password=baremaps' \
     --tileset 'tileset.json' \
     --style 'style.json'
     --database 
'jdbc:postgresql://localhost:5432/baremaps?user=baremaps&password=baremaps' \
     --tileset 'tileset.json' \
     --style 'style.json'
   ```
   
   If you could share the query printed immediately before the exception, it 
would be of great help to spot and debug the issue.


-- 
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]

Reply via email to