incubator-baremaps icon indicating copy to clipboard operation
incubator-baremaps copied to clipboard

Create custom vector tiles from OpenStreetMap and other data sources with Postgis and Java.

Results 97 incubator-baremaps issues
Sort by recently updated
recently updated
newest added

Right now, baremaps only supports "geometry" postgis type. Could be great to support "geography" type of postgis too.

enhancement
help wanted

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

enhancement

`baremaps init` with no options return code 0 and no message. Maybe a message if `style` and `tileset` are null?

enhancement

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

enhancement

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

enhancement

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

enhancement

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

enhancement
documentation