incubator-baremaps
incubator-baremaps copied to clipboard
Create custom vector tiles from OpenStreetMap and other data sources with Postgis and Java.
After trying to mvn clean install, baremaps requires java 17 The documentations says > =11
We should use the apache infrastructure to publish a first incubating release. The releases are currently being published automatically on maven central (jar files), docker hub (image generated with jib)...
As described in #568. We should start to experiment generating 3d tiles from OSM data to apply extrusion on buildings and render them in Cesium. I have made a first...
When zooming in on the demo, the text for roads, places etc all stay at the original scale where as the vector features scale as you zoom. This makes trying...
Building the basemap with the the following osm pbf, produces the error below: ### Config ```json { "osmPbfUrl": "https://download.geofabrik.de/europe/france/ile-de-france-latest.osm.pbf", } ``` ### Stacktrace ``` [INFO ] 2023-10-28 14:41:49.168 [pool-2-thread-8] WorkflowExecutor...
Disclaimer: I do not know if these features are implemented, if not, consider this as a feature request: Provide an example to filter data, for example before or during database...
Goals: - Replaces current geocoder data source from GeoNames to OSM data. - Feeds OSM data into Apache Lucene - Serve existing API geocoding endpoints with OSM data and Lucene...
When you get `org.postgresql.util.PSQLException`, there's a stack trace with something like: ``` java.util.concurrent.ExecutionException: org.apache.baremaps.workflow.WorkflowException: org.apache.baremaps.workflow.WorkflowException: org.apache.baremaps.workflow.WorkflowException: org.postgresql.util.PSQLException: ERROR: column "name" does not exist ``` However there's no indication of which...
Goals: - CI can build and sign artifacts - CI can publish artifacts to SVN and Nexus * SVN dev: https://dist.apache.org/repos/dist/dev/incubator/baremaps/ * Nexus staging: https://repository.apache.org - CI triggers build, sign...