v0.3.0
What's Changed
This release upgrades the basemap profile to be compatible with OpenMapTiles v3.13 (#49). People also started using the project a bit and discovered a few bugs that are fixed in this release. Keep 'em coming!
To run this release from Java, download the attached planetiler.jar, or from docker use ghcr.io/onthegomap/planetiler:0.3.0
.
Also there is ongoing discussion about the project in the #planetiler channel on OSM-US slack. If you are interested in joining, get an invite here!
Improvements and Bug Fixes
- Upgrade planetiler-basemap to be compatible with OpenMapTiles 3.13 by @msbarry in #49
- Add hooks for preprocessing nodes and ways by @msbarry in #56 (needed for highway junctions in basemap profile)
- Include route relations without a network type by @msbarry in #68
- Treat boundary and land_area relation types as multipolygons by @msbarry in #50
- Fix pedestrian area polygons by @msbarry in #63
- Fix unit tests in other locales by @msbarry in #64
- Gracefully handle exceptions from profiles by @msbarry in #65
- Handle highways with man_made=bridge by @msbarry in #66
- Fix service/man_made npe by @msbarry in #72
Dependencies
Once again, @dependabot has been busy keeping dependencies up-to-date.
Dependency upgrades in this release
- Bump log4j.version from 2.17.0 to 2.17.1 by @dependabot in #44
- Bump reproducible-build-maven-plugin from 0.14 to 0.15 by @dependabot in #45
- Bump maven-deploy-plugin from 3.0.0-M1 to 3.0.0-M2 by @dependabot in #48
- Bump maven-jar-plugin from 3.2.0 to 3.2.1 by @dependabot in #52
- Bump maven-jar-plugin from 3.2.1 to 3.2.2 by @dependabot in #53
- Bump slf4j-api from 1.7.32 to 1.7.33 by @dependabot in #55
- Bump jib-maven-plugin from 3.1.4 to 3.2.0 by @dependabot in #57
- Bump geotools.version from 26.1 to 26.2 by @dependabot in #58
- Bump mockito-core from 4.2.0 to 4.3.0 by @dependabot in #59
- Bump mockito-core from 4.3.0 to 4.3.1 by @dependabot in #60
- Bump slf4j-api from 1.7.33 to 1.7.35 by @dependabot in #62
- Bump prometheus.version from 0.14.1 to 0.15.0 by @dependabot in #71
- Bump slf4j-api from 1.7.35 to 1.7.36 by @dependabot in #75
- Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 by @dependabot in #76
- Bump actions/github-script from 5 to 6 by @dependabot in #79
Full Changelog: v0.2.0...v0.3.0