Wykres commitów

67 Commity (81ce778a70f31225b38e2070aaaa0783a1c6bf3c)

Autor SHA1 Wiadomość Data
Frank Elsinga e9c872b444
fix: add way_area to water pologons/labels (#1214) 2025-03-26 07:36:15 -04:00
Frank Elsinga df0d0f7fea
fix aerialways not being defined (#1223) 2025-03-24 05:47:46 -04:00
Michael Barry cbd515c07e
add square meters (#1226) 2025-03-24 05:46:52 -04:00
Frank Elsinga ea7f97d0a6
fix sorting difference (#1220) 2025-03-24 05:45:41 -04:00
Frank Elsinga 76e33defcb
fix: implemented dams and piers in shortbread spec (#1216)
* fix: implemented dams and piers

* Update planetiler-custommap/src/main/resources/samples/shortbread.yml
2025-03-24 05:44:39 -04:00
Frank Elsinga 81638d1375
fix: add missing tags for sites and land (#1218) 2025-03-24 05:30:23 -04:00
Frank Elsinga 9bc17f6827
fix: implement boundaries closer to shortbread spec (#1217)
* fix: implement boundaries closer to the spec

* clairify why admin_points has different values via a code comment

* make sure that quarters are included
2025-03-24 05:27:53 -04:00
Frank Elsinga 5587af9a45
fixed typo in water_lines_labels (#1215) 2025-03-24 05:22:35 -04:00
Frank Elsinga 80409d75db
fix: add the poi layer to the shortbread example (#1207) 2025-03-19 21:30:56 -04:00
Frank Elsinga 829960c584
fix: add tunnels and bridges to the shortbread example (#1210)
* add tunnels and bridges to the shortbread example

* make sure that the changes to `water_line_labels` are fixed in the same go
2025-03-19 05:30:40 -04:00
Frank Elsinga 6daad58c4d
fix some pois in the public transport (#1209) 2025-03-19 05:30:27 -04:00
Frank Elsinga 5573862731
add the bridges layer (#1208) 2025-03-19 05:30:15 -04:00
zstadler 54a4e873ab
YAML example of using Natural Earth GeoPackage (#1179) 2025-02-12 06:44:01 -05:00
zstadler 9bb4c54213
Document custom map support for `geojson` (#1175)
Implemented in https://github.com/onthegomap/planetiler/pull/1147
2025-02-09 06:56:39 -05:00
Michael Barry 0e161cd6bf
Fix point equality (#1161) 2025-01-28 21:47:31 -05:00
Harel M 5588fca3b2
Add support for geojson (#1147) 2025-01-17 05:43:20 -05:00
Michael Barry 249dafacb1
fix match ordering (#1101) 2024-11-14 06:54:27 -05:00
Michael Barry 2c4062db1a
Add length/area units and CEL expression geometry accessors (#1084) 2024-11-04 18:06:29 -05:00
zstadler e51509d939
Update the `if` / `value` expression description (#1081)
Clarify and demonstrate that the order of `if` and `value` is not important since both are keys of the same object.
2024-11-02 06:19:29 -04:00
Michael Barry 78db78241f
add line midpoint and innermost point for lines (#1072) 2024-10-20 21:53:17 -04:00
Michael Barry f259a9fbf2
Make projection configurable for yaml sources (#1066) 2024-10-13 13:35:07 -04:00
Michael Barry bc4ba79cdf
Convert `${feature.source/source_layer}: [ ... ]` match expression to `MatchSource`/`MatchSourceLayer` (#1065) 2024-10-12 12:16:58 -04:00
Michael Barry e3d5645e1a
Allow dynamic expressions on left hand side of match statements (#1063) 2024-10-12 05:37:09 -04:00
Michael Barry e6352a16a9
Fix expression issues (#1030) 2024-09-24 08:49:17 -04:00
dependabot[bot] be2b25cdae
Bump org.projectnessie.cel:cel-bom from 0.5.0 to 0.5.1 (#1018)
Bumps [org.projectnessie.cel:cel-bom](https://github.com/projectnessie/cel-java) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/projectnessie/cel-java/releases)
- [Commits](https://github.com/projectnessie/cel-java/compare/v0.5.0...v0.5.1)

---
updated-dependencies:
- dependency-name: org.projectnessie.cel:cel-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-17 05:12:14 -04:00
dependabot[bot] 581e1d0ce7
Bump org.projectnessie.cel:cel-bom from 0.4.5 to 0.5.0 and protobuf from 3.25.4 to 4.27.3 (#997)
* Bump org.projectnessie.cel:cel-bom from 0.4.5 to 0.5.0

Bumps [org.projectnessie.cel:cel-bom](https://github.com/projectnessie/cel-java) from 0.4.5 to 0.5.0.
- [Release notes](https://github.com/projectnessie/cel-java/releases)
- [Commits](https://github.com/projectnessie/cel-java/compare/v0.4.5...v0.5.0)

---
updated-dependencies:
- dependency-name: org.projectnessie.cel:cel-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump protobuf

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Barry <msb5014@gmail.com>
2024-08-26 06:17:12 -04:00
Peter Hanecak d2efc1a4fe
Fix handling of string typed null values (#987)
* Added unit test for handling of missing (e.g. null) values

- When missing item is NOT typed, than it is properly handld as null,
  e.g. it is NOT included in the generated feature
- When missing item is typed to 'string', it gets converted into "null"
  string value hence generated featire has attribute
  non_existent_typed=null

* Fixed handling of missing or null values for attributes with type 'string'

* clean-up: removed unused import
2024-08-22 06:35:36 -04:00
dependabot[bot] 500df98f5d
Bump org.projectnessie.cel:cel-bom from 0.4.4 to 0.4.5 (#972) 2024-08-06 20:43:01 -04:00
Michael Barry 84a185d62f
fix min_tile_cover_size docs (#967) 2024-07-30 05:49:19 -04:00
Michael Barry a74f274c31
Allow centroid for other geometry types in yaml configs (#945) 2024-07-02 07:35:53 -04:00
Michael Barry bd5e527d3d
Parquet/no-build-tool java profile usability improvements (#914) 2024-06-11 08:49:45 -04:00
Michael Barry 39956e61fb
Use snappy compression for `--compress-temp` flag (#905) 2024-05-30 06:38:45 -04:00
Michael Barry 1cb3050f39
Expose osm element type to yaml configs (#879) 2024-05-05 14:39:53 -04:00
zstadler 696f63671c
Remove quoting side-bars from planetiler-custommap/README.md (#844) 2024-03-20 08:45:30 -04:00
dependabot[bot] 36977d5388
Bump org.projectnessie.cel:cel-bom from 0.4.3 to 0.4.4 (#787)
Bumps [org.projectnessie.cel:cel-bom](https://github.com/projectnessie/cel-java) from 0.4.3 to 0.4.4.
- [Release notes](https://github.com/projectnessie/cel-java/releases)
- [Commits](https://github.com/projectnessie/cel-java/compare/v0.4.3...v0.4.4)

---
updated-dependencies:
- dependency-name: org.projectnessie.cel:cel-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-12 06:59:25 -05:00
Michael Barry 40bf33e887
Access OSM metadata in yaml profiles (#739) 2023-12-02 15:34:35 -05:00
dependabot[bot] 05011ee15d
Bump org.projectnessie.cel:cel-bom from 0.3.21 to 0.4.3 (#732) 2023-11-27 07:54:53 -05:00
Michael Barry a94ac0ddd8
Add detailed jts debugging info (#703) 2023-10-30 22:14:46 -04:00
Michael Barry 1be2fca45f
Use some new Java 21 features (#695) 2023-10-27 20:29:26 -04:00
Michael Barry a0cd4fa864
Upgrade eclipse formatter (#696) 2023-10-26 07:07:34 -04:00
Michael Barry b108f88453
Upgrade to Java 21 (#693) 2023-10-26 06:30:45 -04:00
Michael Barry 1f23b55274
Tile stats (#656) 2023-09-21 21:44:09 -04:00
John Levermore ed707e6979
Permit post-process merging in custommap schemas (#626) 2023-08-07 05:53:36 -04:00
dependabot[bot] e3eb621510
Bump cel-bom from 0.3.20 to 0.3.21 (#630) 2023-07-19 05:33:56 -04:00
Oliver Wipfli 68c2d7f417
Expose `min_size` in configurable schema (#421)
Co-authored-by: Mike Barry <msb5014@gmail.com>
2023-07-18 06:09:46 -04:00
dependabot[bot] 1a14391d42
Bump cel-bom from 0.3.19 to 0.3.20 (#628)
Bumps [cel-bom](https://github.com/projectnessie/cel-java) from 0.3.19 to 0.3.20.
- [Release notes](https://github.com/projectnessie/cel-java/releases)
- [Commits](https://github.com/projectnessie/cel-java/compare/v0.3.19...v0.3.20)

---
updated-dependencies:
- dependency-name: org.projectnessie.cel:cel-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-17 05:08:17 -04:00
John Levermore a4ea44f182
Improve docs for generating custom vector tiles with a schema yaml (#622) 2023-07-13 07:54:24 -04:00
dependabot[bot] c876ca9edd
Bump cel-bom from 0.3.18 to 0.3.19 (#623) 2023-07-12 05:42:26 -04:00
dependabot[bot] d42e20f938
Bump cel-bom from 0.3.17 to 0.3.18 (#619) 2023-07-06 05:08:09 -04:00
dependabot[bot] 7c36d1dcfa
Bump cel-bom from 0.3.16 to 0.3.17 (#593) 2023-05-29 12:47:48 -04:00