Wykres commitów

48 Commity (fix-links)

Autor SHA1 Wiadomość Data
zstadler e9c0045573
Use `min_length` to `setBufferPixels()` (#1277) 2025-06-29 11:33:55 -04:00
Frank Elsinga 7e9fed402e
[breaking] fix: streets being differently slightly different to shortbread (#1221)
* fix streets

* fix street polygon difference

* fix street polygon difference

* remove now redundant comment

* handle street_labels too

* fix merge fuckup

* make testcase more precise

* make testcase more precise
2025-04-22 05:43:52 -04:00
Frank Elsinga b28e1ea555
fix: `ferries` layer not being defined for the shortbread schema (#1222)
* fix ferries not being defined

* Update planetiler-custommap/src/main/resources/samples/shortbread.yml

---------

Co-authored-by: Michael Barry <msbarry@users.noreply.github.com>
2025-04-02 05:29:21 -04:00
Frank Elsinga a2f1fe68eb
[breaking] fix: addresses are specified differently in shortbread (#1219)
* fix: adresses are specified differently

* fix: adresses are specified differently

* move the poi filter up to the definitions

* fix testcase failiour
2025-04-02 05:17:53 -04:00
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
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
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
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
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
Michael Barry 40bf33e887
Access OSM metadata in yaml profiles (#739) 2023-12-02 15:34:35 -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 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
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
Michael Barry 74db638dbc
Expose pmtiles writer (#520) 2023-03-18 14:38:04 -04:00
Michael Barry 78129905e5
Add `--download-max-bandwidth` option (#467) 2023-01-30 13:38:09 -05:00
Brandon Liu 88daeb4d0b
Speed up VarInt encoding, remove emitTilesInOrder option [#98] (#460) 2023-01-27 08:12:54 -05:00
Erik Price a0f8c67c78
Support unzipping GeoPackage sources at runtime (#430) 2023-01-25 20:56:30 -05:00
Michael Barry 0125e1814a
Support --area=planet in shortbread schema (#431) 2023-01-04 15:24:03 -05:00
Erik Price ef24e91f0b
Add basic support for reading GeoPackage files. (#413) 2023-01-02 12:19:05 -05:00
Michael Barry 0eb148ee3c
Expose arguments via config (#363) 2022-10-04 19:57:59 -04:00
Michael Barry 5296d1772e
Shortbread schema (#323) 2022-09-23 06:49:09 -04:00
Oliver Wipfli 78b25c7f16
Decrease power sample minzoom from 12 to 7 (#268) 2022-06-08 06:18:16 -04:00
Brian Sperlongano da12fef79f
Declarative schema from configuration file (#160) 2022-06-07 17:34:21 -04:00