Skip to content

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

License

Notifications You must be signed in to change notification settings

julsbreakdown/baremaps

 
 

Repository files navigation

Baremaps

Java CI

example workflow example workflow example workflow

Quality Gate Status Maintainability Rating Reliability Rating Security Rating Coverage Lines of Code Vulnerabilities Bugs Code Smells Duplicated Lines (%) Technical Debt

License FOSSA Status

Baremaps is a toolkit for creating custom vector tiles from OpenStreetMap and other data sources with Postgis and Java. The project is licensed under Apache License 2.0.

State of the map

Baremaps is inspired by Osmosis, but it comes with additional features, such as the ability to:

  • Process data in parallel with the Stream API introduced in Java 8
  • Import data faster with the COPY API of Postgresql
  • Create postgis geometries on the fly with JTS
  • Create and serve customized Mapbox Vector Tiles

On the longer run, the aim of the project is to work with a variety of data sources in order to create highly specialized and customized maps.

Start Hacking

  • To contribute to this repo see CONTRIBUTING and CODE_OF_CONDUCT.
  • To build baremaps. You'll need maven and Java 11.
  • cd baremaps-cli && mvn package -P maputnik -B. This creates a .zip in the target folder.
  • alternatively you can build a docker image with mvn jib:dockerBuild -DskipTests.

To help you start without worring too much a "starter" openstreetmap project is available

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 86.0%
  • JavaScript 13.5%
  • Other 0.5%