Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
planetiler.jar | 2024-11-11 | 89.5 MB | |
planetiler.jar.md5 | 2024-11-11 | 49 Bytes | |
planetiler.jar.sha256 | 2024-11-11 | 81 Bytes | |
README.md | 2024-11-11 | 15.2 kB | |
v0.8.3 source code.tar.gz | 2024-11-11 | 52.0 MB | |
v0.8.3 source code.zip | 2024-11-11 | 52.3 MB | |
Totals: 6 Items | 193.8 MB | 0 |
What's Changed
This release includes a number of bug fixes and YAML profile improvements, including utilities for computing feature size in non-tile-based units like meters or acres.
To run this release from Java, download the attached planetiler.jar
, or from docker use ghcr.io/onthegomap/planetiler:0.8.3
New Features and Improvements
- Add utilities for computing feature size in meters by @msbarry in https://github.com/onthegomap/planetiler/pull/1078
- Shortcut through simplification step if distanceTolerance is negative by @davecraig in https://github.com/onthegomap/planetiler/pull/1093
- Expose vector tile feature ID method on
RelationInfo
by @msbarry in https://github.com/onthegomap/planetiler/pull/960 - Update old wikidata items by @phanecak-maptiler in https://github.com/onthegomap/planetiler/pull/971
- Fix handling of string typed null values by @phanecak-maptiler in https://github.com/onthegomap/planetiler/pull/987
- YAML Schema improvements:
- Add length/area units and CEL expression geometry accessors by @msbarry in https://github.com/onthegomap/planetiler/pull/1084
- Add line midpoint geometry type by @msbarry in https://github.com/onthegomap/planetiler/pull/1072
- Load large yaml files by @msbarry in https://github.com/onthegomap/planetiler/pull/1039
- Support yaml merge operator by @msbarry in https://github.com/onthegomap/planetiler/pull/1040
- Allow dynamic expressions on left hand side of match statements by @msbarry in https://github.com/onthegomap/planetiler/pull/1063
- Convert
${feature.source/source_layer}: [ ... ]
match expression toMatchSource
/MatchSourceLayer
by @msbarry in https://github.com/onthegomap/planetiler/pull/1065 - Fix expression issues by @msbarry in https://github.com/onthegomap/planetiler/pull/1030
- Make projection configurable for yaml sources by @msbarry in https://github.com/onthegomap/planetiler/pull/1066
Cleanup & Documentation improvements
- Clean-up of
LanguageUtils
by @phanecak-maptiler in https://github.com/onthegomap/planetiler/pull/1068 - Expose caresAboutLayer() and new ForwardingProfile(config) ... by @phanecak-maptiler in https://github.com/onthegomap/planetiler/pull/968
- added
dependsOnLayer()
... by @phanecak-maptiler in https://github.com/onthegomap/planetiler/pull/991 - rename LayerPostProcesser to LayerPostProcessor by @bdon in https://github.com/onthegomap/planetiler/pull/1031
- Update README.md to reflect change in demo tile hosting by @quincylvania in https://github.com/onthegomap/planetiler/pull/955
- Fix
min_tile_cover_size
docs by @msbarry in https://github.com/onthegomap/planetiler/pull/967 - Spelling correction in bug_report.md by @zstadler in https://github.com/onthegomap/planetiler/pull/1037
- Clarify
max_point_buffer
by @zstadler in https://github.com/onthegomap/planetiler/pull/1046 - Update the
if
/value
expression description by @zstadler in https://github.com/onthegomap/planetiler/pull/1081 - Fix broken link by @msbarry in https://github.com/onthegomap/planetiler/pull/1023
- Fix comment about needing admin.osc.bz2 by @Zverik in https://github.com/onthegomap/planetiler/pull/1034
Dependencies
Dependency upgrades in this release
* 0.8.2 was released, so let's use 0.8.3 for SNAPSHOT by @phanecak-maptiler in https://github.com/onthegomap/planetiler/pull/970 * update openmaptiles dependency by @Strubbl in https://github.com/onthegomap/planetiler/pull/947 * Bump jackson.version from 2.17.1 to 2.17.2 by @dependabot in https://github.com/onthegomap/planetiler/pull/948 * Bump org.roaringbitmap:RoaringBitmap from 1.1.0 to 1.2.0 by @dependabot in https://github.com/onthegomap/planetiler/pull/949 * Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.3.0 to 3.3.1 by @dependabot in https://github.com/onthegomap/planetiler/pull/951 * Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 in /.github/planetiler-examples-dependabot by @dependabot in https://github.com/onthegomap/planetiler/pull/950 * Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 by @dependabot in https://github.com/onthegomap/planetiler/pull/952 * Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.3.0 to 3.3.1 in /.github/planetiler-examples-dependabot by @dependabot in https://github.com/onthegomap/planetiler/pull/953 * Bump org.roaringbitmap:RoaringBitmap from 1.2.0 to 1.2.1 by @dependabot in https://github.com/onthegomap/planetiler/pull/954 * Bump geotools.version from 31.2 to 31.3 by @dependabot in https://github.com/onthegomap/planetiler/pull/956 * Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 by @dependabot in https://github.com/onthegomap/planetiler/pull/958 * Bump com.google.protobuf:protobuf-java from 3.25.3 to 3.25.4 by @dependabot in https://github.com/onthegomap/planetiler/pull/962 * Bump org.tukaani:xz from 1.9 to 1.10 by @dependabot in https://github.com/onthegomap/planetiler/pull/966 * Bump org.xerial:sqlite-jdbc from 3.46.0.0 to 3.46.0.1 by @dependabot in https://github.com/onthegomap/planetiler/pull/969 * Bump org.projectnessie.cel:cel-bom from 0.4.4 to 0.4.5 by @dependabot in https://github.com/onthegomap/planetiler/pull/972 * Bump org.xerial.snappy:snappy-java from 1.1.10.5 to 1.1.10.6 by @dependabot in https://github.com/onthegomap/planetiler/pull/973 * Bump org.slf4j:slf4j-api from 2.0.13 to 2.0.14 by @dependabot in https://github.com/onthegomap/planetiler/pull/974 * Bump org.slf4j:slf4j-api from 2.0.14 to 2.0.15 by @dependabot in https://github.com/onthegomap/planetiler/pull/977 * Bump org.junit.jupiter:junit-jupiter-api from 5.10.3 to 5.11.0 in /.github/planetiler-examples-dependabot by @dependabot in https://github.com/onthegomap/planetiler/pull/980 * Bump org.slf4j:slf4j-api from 2.0.15 to 2.0.16 by @dependabot in https://github.com/onthegomap/planetiler/pull/978 * Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 by @dependabot in https://github.com/onthegomap/planetiler/pull/985 * Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 in /.github/planetiler-examples-dependabot by @dependabot in https://github.com/onthegomap/planetiler/pull/986 * Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.2 to 3.1.3 by @dependabot in https://github.com/onthegomap/planetiler/pull/988 * Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.3.1 to 3.4.0 in /.github/planetiler-examples-dependabot by @dependabot in https://github.com/onthegomap/planetiler/pull/989 * Bump com.google.guava:guava from 33.2.1-jre to 33.3.0-jre by @dependabot in https://github.com/onthegomap/planetiler/pull/990 * Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.3.1 to 3.4.0 by @dependabot in https://github.com/onthegomap/planetiler/pull/994 * Bump org.projectnessie.cel:cel-bom from 0.4.5 to 0.5.0 and protobuf from 3.25.4 to 4.27.3 by @dependabot in https://github.com/onthegomap/planetiler/pull/997 * Bump org.xerial:sqlite-jdbc from 3.46.0.1 to 3.46.1.0 by @dependabot in https://github.com/onthegomap/planetiler/pull/998 * Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5 by @dependabot in https://github.com/onthegomap/planetiler/pull/999 * Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.4.0 to 3.5.0 in /.github/planetiler-examples-dependabot by @dependabot in https://github.com/onthegomap/planetiler/pull/1001 * Bump junit.version from 5.10.3 to 5.11.0 by @dependabot in https://github.com/onthegomap/planetiler/pull/1000 * Bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 in /.github/planetiler-examples-dependabot by @dependabot in https://github.com/onthegomap/planetiler/pull/1004 * Bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 by @dependabot in https://github.com/onthegomap/planetiler/pull/1003 * Bump org.locationtech.jts:jts-core from 1.19.0 to 1.20.0 by @dependabot in https://github.com/onthegomap/planetiler/pull/1005 * Bump blue.strategic.parquet:parquet-floor from 1.45 to 1.46 by @dependabot in https://github.com/onthegomap/planetiler/pull/1006 * Bump org.codehaus.mojo:buildnumber-maven-plugin from 3.2.0 to 3.2.1 by @dependabot in https://github.com/onthegomap/planetiler/pull/1007 * Bump org.yaml:snakeyaml from 2.2 to 2.3 by @dependabot in https://github.com/onthegomap/planetiler/pull/1008 * Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.4.0 to 3.5.0 by @dependabot in https://github.com/onthegomap/planetiler/pull/1009 * Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 by @dependabot in https://github.com/onthegomap/planetiler/pull/1010 * Bump io.github.zlika:reproducible-build-maven-plugin from 0.16 to 0.17 by @dependabot in https://github.com/onthegomap/planetiler/pull/1011 * Bump log4j.version from 2.23.1 to 2.24.0 by @dependabot in https://github.com/onthegomap/planetiler/pull/1012 * Bump com.google.protobuf:protobuf-java from 4.27.3 to 4.28.1 by @dependabot in https://github.com/onthegomap/planetiler/pull/1013 * Bump org.mockito:mockito-core from 5.12.0 to 5.13.0 by @dependabot in https://github.com/onthegomap/planetiler/pull/1014 * Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6 by @dependabot in https://github.com/onthegomap/planetiler/pull/1016 * Bump org.projectnessie.cel:cel-bom from 0.5.0 to 0.5.1 by @dependabot in https://github.com/onthegomap/planetiler/pull/1018 * Bump org.commonmark:commonmark from 0.22.0 to 0.23.0 by @dependabot in https://github.com/onthegomap/planetiler/pull/1019 * Bump org.snakeyaml:snakeyaml-engine from 2.7 to 2.8 by @dependabot in https://github.com/onthegomap/planetiler/pull/1020 * Bump org.xerial.snappy:snappy-java from 1.1.10.6 to 1.1.10.7 by @dependabot in https://github.com/onthegomap/planetiler/pull/1022 * Bump com.google.protobuf:protobuf-java from 4.28.1 to 4.28.2 in /planetiler-core by @dependabot in https://github.com/onthegomap/planetiler/pull/1021 * Bump geotools.version from 31.3 to 32.0 by @dependabot in https://github.com/onthegomap/planetiler/pull/1027 * Bump org.roaringbitmap:RoaringBitmap from 1.2.1 to 1.3.0 by @dependabot in https://github.com/onthegomap/planetiler/pull/1029 * Bump junit.version from 5.11.0 to 5.11.1 by @dependabot in https://github.com/onthegomap/planetiler/pull/1033 * Bump org.junit.jupiter:junit-jupiter-api from 5.11.0 to 5.11.1 in /.github/planetiler-examples-dependabot by @dependabot in https://github.com/onthegomap/planetiler/pull/1032 * Bump jackson.version from 2.17.2 to 2.18.0 by @dependabot in https://github.com/onthegomap/planetiler/pull/1036 * Bump org.xerial:sqlite-jdbc from 3.46.1.0 to 3.46.1.3 by @dependabot in https://github.com/onthegomap/planetiler/pull/1044 * Bump org.mockito:mockito-core from 5.13.0 to 5.14.1 by @dependabot in https://github.com/onthegomap/planetiler/pull/1047 * Bump log4j.version from 2.24.0 to 2.24.1 by @dependabot in https://github.com/onthegomap/planetiler/pull/1048 * Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7 by @dependabot in https://github.com/onthegomap/planetiler/pull/1049 * Bump com.google.guava:guava from 33.3.0-jre to 33.3.1-jre by @dependabot in https://github.com/onthegomap/planetiler/pull/1050 * Bump junit.version from 5.11.1 to 5.11.2 by @dependabot in https://github.com/onthegomap/planetiler/pull/1052 * Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.0 to 3.5.1 in /.github/planetiler-examples-dependabot by @dependabot in https://github.com/onthegomap/planetiler/pull/1053 * Bump org.junit.jupiter:junit-jupiter-api from 5.11.1 to 5.11.2 in /.github/planetiler-examples-dependabot by @dependabot in https://github.com/onthegomap/planetiler/pull/1054 * Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.0 to 3.5.1 by @dependabot in https://github.com/onthegomap/planetiler/pull/1055 * Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 by @dependabot in https://github.com/onthegomap/planetiler/pull/1059 * Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 in /.github/planetiler-examples-dependabot by @dependabot in https://github.com/onthegomap/planetiler/pull/1060 * Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 by @dependabot in https://github.com/onthegomap/planetiler/pull/1061 * Bump blue.strategic.parquet:parquet-floor from 1.46 to 1.47 by @dependabot in https://github.com/onthegomap/planetiler/pull/1062 * Bump com.github.jnr:jnr-ffi from 2.2.16 to 2.2.17 by @dependabot in https://github.com/onthegomap/planetiler/pull/1067 * Bump org.mockito:mockito-core from 5.14.1 to 5.14.2 by @dependabot in https://github.com/onthegomap/planetiler/pull/1070 * Bump com.google.cloud.tools:jib-maven-plugin from 3.4.3 to 3.4.4 by @dependabot in https://github.com/onthegomap/planetiler/pull/1073 * Bump junit.version from 5.11.2 to 5.11.3 by @dependabot in https://github.com/onthegomap/planetiler/pull/1075 * Bump org.junit.jupiter:junit-jupiter-api from 5.11.2 to 5.11.3 in /.github/planetiler-examples-dependabot by @dependabot in https://github.com/onthegomap/planetiler/pull/1074 * Bump org.xerial:sqlite-jdbc from 3.46.1.3 to 3.47.0.0 by @dependabot in https://github.com/onthegomap/planetiler/pull/1076 * Bump org.commonmark:commonmark from 0.23.0 to 0.24.0 by @dependabot in https://github.com/onthegomap/planetiler/pull/1077 * Bump com.ibm.icu:icu4j from 75.1 to 76.1 by @dependabot in https://github.com/onthegomap/planetiler/pull/1079 * Bump jackson.version from 2.18.0 to 2.18.1 by @dependabot in https://github.com/onthegomap/planetiler/pull/1080 * Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 in /.github/planetiler-examples-dependabot by @dependabot in https://github.com/onthegomap/planetiler/pull/1087 * Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 by @dependabot in https://github.com/onthegomap/planetiler/pull/1086 * Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.1 to 3.5.2 in /.github/planetiler-examples-dependabot by @dependabot in https://github.com/onthegomap/planetiler/pull/1089 * Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.1 to 3.5.2 by @dependabot in https://github.com/onthegomap/planetiler/pull/1088 * Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 by @dependabot in https://github.com/onthegomap/planetiler/pull/1090 * Bump org.sonarsource.scanner.maven:sonar-maven-plugin from 4.0.0.4121 to 5.0.0.4389 by @dependabot in https://github.com/onthegomap/planetiler/pull/1095New Contributors
- @Strubbl made their first contribution in https://github.com/onthegomap/planetiler/pull/947
- @quincylvania made their first contribution in https://github.com/onthegomap/planetiler/pull/955
- @Zverik made their first contribution in https://github.com/onthegomap/planetiler/pull/1034
- @davecraig made their first contribution in https://github.com/onthegomap/planetiler/pull/1093
Full Changelog: https://github.com/onthegomap/planetiler/compare/v0.8.2...v0.8.3