incubator-baremaps
incubator-baremaps copied to clipboard
Create custom vector tiles from OpenStreetMap and other data sources with Postgis and Java.
Right now, baremaps only supports "geometry" postgis type. Could be great to support "geography" type of postgis too.
Dependabot pull request will trigger the CI but won't be able to generate the report for Sonarcloud because he doesn't have access to the SONAR_TOKEN anymore. The quick fix is...
Hi, Thank you for this brilliant tool. I have been exploring baremaps and successfully configured a local mvt tiles server but now i am trying to run the editor with...
I get an NullPointerException when I try to Update the data without any useful information. I used the extract of brandenburg for 2021-06-20 and tried to apply the shown update....
I recently got a dedicated server aimed at producing a world map. I still encounter some issues with the geometries of some relations in planet.osm.pbf, hence the small fixes here...
`baremaps init` with no options return code 0 and no message. Maybe a message if `style` and `tileset` are null?
Creating indexes can take up to several hours. It would be nice to report on the progress. The following query may help at doing this. ``` SELECT a.query, p.phase, p.blocks_done,...
For instance, a subset of the layers could be returned by passing parameters in the URL or in the query parameters. ``` /z/x/y.pbf?layers=layer1+layer2+layer3 ``` If no filter is specified, all...
The maputnik editor may be used to edit the sql queries used to generate the tileset. This would enable to edit the whole map (tileset and styles) without leaving the...
I'm not sure to fully understand the what the `export` command need as arguments to properly work: ``` # baremaps export \ --database 'jdbc:postgresql://'${HOST}':'${PORT}'/'${POSTGRES_DB}'?user='${POSTGRES_USER}'&password='${POSTGRES_PASSWORD} \ --config "${config_file}" \ --log-level=DEBUG \...