apache / incubator-baremaps

Create custom vector tiles from OpenStreetMap and other data sources with Postgis and Java.
baremaps.apache.org
Apache License 2.0
491 stars 56 forks source link

workflow.json missing in basemap directory #853

Closed louwers closed 2 months ago

louwers commented 2 months ago

The instructions in basemap/README.md seem to reference a non-existing workflow.json.

bchapuis commented 2 months ago

@louwers Thanks a lot, I forgot to update the instruction after modifying the basemap. There is now an import.js file which is used to import the pbf file, and an update.js file which is used to apply the openstreetmap changeset to the database.

louwers commented 2 months ago

Thought so!