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

   Thank you for your patience, I missed the notification. The tileset.json 
file describes how the tiles are built from the database. The export command 
takes a second parameter for the tile repository as follow:
   
   ```
   baremaps map export \
     --database 
'jdbc:postgresql://localhost:5432/baremaps?user=baremaps&password=baremaps' \
     --tileset 'tileset.json' \
     --repository 'tiles/'
   ```
   
   This will generate a directory called tiles in which you will have the 
actual vector tiles.
   
   ```
   ls -R tiles
   12 13 14
   
   tiles/12:
   2155 2156 2157
   
   tiles/12/2155:
   1437.mvt 1438.mvt 1439.mvt
   
   tiles/12/2156:
   1436.mvt 1437.mvt 1438.mvt 1439.mvt
   
   tiles/12/2157:
   1436.mvt 1437.mvt 1438.mvt 1439.mvt
   ```
   
   Here is the documentation for this examples:
   https://baremaps.apache.org/documentation/examples/serve-vector-tiles


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