incubator-baremaps
incubator-baremaps copied to clipboard
Create custom vector tiles from OpenStreetMap and other data sources with Postgis and Java.
- [ ] License information should reside in the LICENSE file, not the NOTICE file. - [ ] The binary distribution should include third-party LICENSE files and NOTICE files (if...
Hi there, Awesome project, thanks ! Here's my 2 cents : the `examples/openstreetmap/workflow.json` seems not to work. Log says : ``` Could not resolve type id 'ImportOsmPbf' as a subtype...
Tilesets currently connect to a single database. It would be nice if a tileset could span and connect to several databases. One possible implementation would consist in specifying the data...
Here is the original comment. https://github.com/apache/incubator-baremaps/issues/571#issuecomment-1384975128
When you [extrude the vector tiles from OSM data](https://baremaps.incubator.apache.org/documentation/examples/extrusion/) and view it in a browser, an EXCEPTION will be thrown as below: ```java Caused by: org.apache.baremaps.tilestore.TileStoreException: Failed to execute statement:...
This pull request introduces: - A hillshade algorithm (raster to raster) - A contour algorithm (raster to vector) - A port of the [martini](https://github.com/mapbox/martini) algorithm (raster to 3d mesh)
I think we should continue our effor to improve the modularization of baremaps. Here are some of the codecs we could extract from the core and put in dedicated modules....
To follow up on the [simple Overture Maps example](https://github.com/apache/incubator-baremaps/tree/main/examples/overture) for Overture Maps data to a MVT Rest service we could now start working on a full Overture basemap. Some questions...
This PR is intended at improving the implementation of the geoparquet parser. It should not be merged due to licensing issues (JMH GPL).
In the `ProjectionTransformer`, we assume that the geometry fields are all using the same CRS. In the GeoParquet spec we can have any number of geometry fields with any number...