https://github.com/apache/incubator-baremaps
Create custom vector tiles from OpenStreetMap and other data sources with Postgis and Java.
https://github.com/apache/incubator-baremaps
java mapbox openstreetmap postgis postgresql spatial-data vector-tiles web-mapping
Last synced: 11 days ago
JSON representation
Create custom vector tiles from OpenStreetMap and other data sources with Postgis and Java.
- Host: GitHub
- URL: https://github.com/apache/incubator-baremaps
- Owner: apache
- License: apache-2.0
- Created: 2019-01-07T21:16:01.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T15:50:16.000Z (11 days ago)
- Last Synced: 2025-04-14T18:12:17.686Z (11 days ago)
- Topics: java, mapbox, openstreetmap, postgis, postgresql, spatial-data, vector-tiles, web-mapping
- Language: Java
- Homepage: baremaps.apache.org
- Size: 57.3 MB
- Stars: 533
- Watchers: 20
- Forks: 67
- Open Issues: 47
-
Metadata Files:
- Readme: README
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Apache Baremaps (incubating) ${project.version}
Apache Baremaps is a toolkit for creating custom vector tiles from OpenStreetMap
and other data sources with Postgis and Java.In order to build Baremaps from source, you first need to install Java 17 and Maven 3.8.1.
Then, from this directory, you can build Baremaps with the following command:$ mvn clean install
More information about Baremaps can be found on our website:
https://baremaps.apache.org
We appreciate any feedback, bug reports, and pull requests, so don't hesitate to reach out!
Happy mapping!