Wykres commitów

873 Commity (main)

Autor SHA1 Wiadomość Data
dependabot[bot] a59f291d94
Bump RoaringBitmap from 0.9.39 to 0.9.40 (#571)
Bumps [RoaringBitmap](https://github.com/RoaringBitmap/RoaringBitmap) from 0.9.39 to 0.9.40.
- [Release notes](https://github.com/RoaringBitmap/RoaringBitmap/releases)
- [Commits](https://github.com/RoaringBitmap/RoaringBitmap/compare/0.9.39...0.9.40)

---
updated-dependencies:
- dependency-name: org.roaringbitmap:RoaringBitmap
  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-04-28 07:00:59 -04:00
Michael Barry bf86516fab
Fallback to lenient shapefile parsing (#570) 2023-04-27 08:30:55 -04:00
Michael Barry 8d0e06c667
Fix invalid polygons before snapping to tile coordinates (#566) 2023-04-27 08:19:31 -04:00
dependabot[bot] e0285d2e1c
Bump junit.version from 5.9.2 to 5.9.3 (#569)
Bumps `junit.version` from 5.9.2 to 5.9.3.

Updates `junit-jupiter-api` from 5.9.2 to 5.9.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.2...r5.9.3)

Updates `junit-jupiter-params` from 5.9.2 to 5.9.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.2...r5.9.3)

Updates `junit-jupiter-engine` from 5.9.2 to 5.9.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.2...r5.9.3)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  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-04-27 08:17:22 -04:00
dependabot[bot] eba244bdb0
Bump jacoco-maven-plugin from 0.8.9 to 0.8.10 (#567)
Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.9 to 0.8.10.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.9...v0.8.10)

---
updated-dependencies:
- dependency-name: org.jacoco:jacoco-maven-plugin
  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-04-26 06:11:19 -04:00
dependabot[bot] 6e6bee76a6
Bump junit-jupiter-api in /.github/planetiler-examples-dependabot (#568)
Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.9.2 to 5.9.3.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.2...r5.9.3)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:development
  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-04-26 06:10:56 -04:00
Erik Price 2450c9d9f7
Exclude relations with invalid multipolygon geometry (#564) 2023-04-25 19:16:01 -04:00
dependabot[bot] 9b76c849e0
Bump jackson.version from 2.14.2 to 2.15.0 (#563)
* Bump jackson.version from 2.14.2 to 2.15.0

Bumps `jackson.version` from 2.14.2 to 2.15.0.

Updates `jackson-core` from 2.14.2 to 2.15.0
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Changelog](https://github.com/FasterXML/jackson-core/blob/jackson-core-2.15.0/release.properties)
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.14.2...jackson-core-2.15.0)

Updates `jackson-databind` from 2.14.2 to 2.15.0
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `jackson-datatype-jdk8` from 2.14.2 to 2.15.0

Updates `jackson-dataformat-xml` from 2.14.2 to 2.15.0
- [Release notes](https://github.com/FasterXML/jackson-dataformat-xml/releases)
- [Commits](https://github.com/FasterXML/jackson-dataformat-xml/compare/jackson-dataformat-xml-2.14.2...jackson-dataformat-xml-2.15.0)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* fix JsonAnySetter

---------

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>
2023-04-25 06:05:09 -04:00
dependabot[bot] fce555f1e3
Bump cel-bom from 0.3.13 to 0.3.15 (#557) 2023-04-24 08:30:50 -04:00
Michael Barry 8fc2ad7b73
Bump oppenmaptiles to fix way NPE (#562) 2023-04-24 08:24:44 -04:00
Michael Barry 738e181657
handle empty geopackage geometries (#561) 2023-04-24 06:43:03 -04:00
dependabot[bot] fba875f968
Bump icu4j from 72.1 to 73.1 (#554) 2023-04-20 08:05:36 -04:00
dependabot[bot] 5be4640b04
Bump protobuf-java from 3.22.2 to 3.22.3 (#553) 2023-04-14 05:54:26 -04:00
dependabot[bot] db0ab02263
Bump mockito-core from 5.2.0 to 5.3.0 (#549) 2023-04-13 07:28:06 -04:00
dependabot[bot] c5609b121b
Bump spotless-maven-plugin from 2.35.0 to 2.36.0 (#548) 2023-04-07 19:31:44 -04:00
dependabot[bot] edf9326778
Bump maven-enforcer-plugin from 3.2.1 to 3.3.0 (#547)
Bumps [maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/apache/maven-enforcer/releases)
- [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.2.1...enforcer-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-06 21:00:26 -04:00
dependabot[bot] b01975bd43
Bump jacoco-maven-plugin from 0.8.8 to 0.8.9 (#545)
Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.8 to 0.8.9.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.8...v0.8.9)

---
updated-dependencies:
- dependency-name: org.jacoco:jacoco-maven-plugin
  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-04-03 05:16:58 -04:00
Michael Barry 72f86c8b63
update notice (#544) 2023-03-31 07:37:29 -04:00
Mike Barry 5b0a3ba636 update readme 2023-03-31 06:54:02 -04:00
Michael Barry 72ea82cd50
Fall back to slower transliterator (#543) 2023-03-31 06:33:12 -04:00
dependabot[bot] e77aaa2816
Bump geotools.version from 28.2 to 29.0 (#542) 2023-03-30 19:02:31 -04:00
dependabot[bot] 4f8f85e2dc
Bump flatten-maven-plugin from 1.4.0 to 1.4.1 (#541) 2023-03-29 06:10:14 -04:00
Michael Barry 0712fcda2c
test on java 20 (#539) 2023-03-28 06:11:35 -04:00
dependabot[bot] 0be891fb1b
Bump cel-bom from 0.3.12 to 0.3.13 (#538)
Bumps [cel-bom](https://github.com/projectnessie/cel-java) from 0.3.12 to 0.3.13.
- [Release notes](https://github.com/projectnessie/cel-java/releases)
- [Commits](https://github.com/projectnessie/cel-java/compare/v0.3.12...v0.3.13)

---
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-03-28 05:32:26 -04:00
dependabot[bot] 35f37ed757
Bump sqlite-jdbc from 3.41.2.0 to 3.41.2.1 (#535)
Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.41.2.0 to 3.41.2.1.
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](https://github.com/xerial/sqlite-jdbc/commits/3.41.2.1)

---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
  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-03-27 06:00:56 -04:00
dependabot[bot] 15d0e4f37c
Bump maven-deploy-plugin from 3.1.0 to 3.1.1 (#532)
Bumps [maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/apache/maven-deploy-plugin/releases)
- [Commits](https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.1.0...maven-deploy-plugin-3.1.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-deploy-plugin
  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-03-24 13:31:04 -04:00
dependabot[bot] 5aa120095f
Bump sqlite-jdbc from 3.41.0.1 to 3.41.2.0 (#528) 2023-03-23 17:02:16 -04:00
Mike Barry 13f658fe1a link 2023-03-23 16:36:49 -04:00
dependabot[bot] ce19929aef
Bump sqlite-jdbc from 3.41.0.0 to 3.41.0.1 (#527) 2023-03-21 15:28:23 -04:00
Michael Barry 509795401e
Fix geometry errors (#526) 2023-03-20 16:41:18 -04:00
dependabot[bot] 65f620d663
Bump flatten-maven-plugin from 1.3.0 to 1.4.0 (#525) 2023-03-20 07:18:51 -04:00
dependabot[bot] dff0c077e5
Bump slf4j-api from 2.0.6 to 2.0.7 (#524) 2023-03-19 17:21:35 -04:00
Michael Barry b5d6aa7737
Fix madvise bug (#523) 2023-03-19 14:01:54 -04:00
Michael Barry 97231d18ef
Add --keep-unzipped option to avoid unzipping sources each time (#522) 2023-03-19 14:01:17 -04:00
Michael Barry 74db638dbc
Expose pmtiles writer (#520) 2023-03-18 14:38:04 -04:00
dependabot[bot] 9945ad406e
Bump maven-failsafe-plugin from 3.0.0-M9 to 3.0.0 (#518) 2023-03-16 05:49:04 -04:00
dependabot[bot] 86e84e66a9
Bump maven-surefire-plugin in /.github/planetiler-examples-dependabot (#519) 2023-03-16 05:48:46 -04:00
Michael Barry c5d6daf671
metadataTable alias (#517) 2023-03-15 13:15:57 -04:00
Brandon Liu 93af11bb26
Expose setId in FeatureCollector [#377] (#514) 2023-03-15 10:28:16 -04:00
dependabot[bot] 32954603cc
Bump maven-failsafe-plugin in /.github/planetiler-examples-dependabot (#516) 2023-03-15 05:20:31 -04:00
dependabot[bot] fcec07f11b
Bump maven-surefire-plugin from 3.0.0-M9 to 3.0.0 (#515) 2023-03-15 05:20:10 -04:00
dependabot[bot] db0af42b84
Bump spotless-maven-plugin from 2.34.0 to 2.35.0 (#513)
Bumps [spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.34.0 to 2.35.0.
- [Release notes](https://github.com/diffplug/spotless/releases)
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](https://github.com/diffplug/spotless/compare/lib/2.34.0...lib/2.35.0)

---
updated-dependencies:
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-14 05:21:27 -04:00
Brandon Liu d5b404d8e2
Finish PMTiles write implementation and basic reader (#502) 2023-03-13 13:56:11 -04:00
dependabot[bot] 68b04f5295
Bump protobuf-java from 3.22.1 to 3.22.2 (#508)
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.22.1 to 3.22.2.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.22.1...v3.22.2)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  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-03-13 06:43:39 -04:00
dependabot[bot] 322fdca70e
Bump mockito-core from 5.1.1 to 5.2.0 (#507) 2023-03-10 19:22:53 -05:00
dependabot[bot] aa362d9fd8
Bump protobuf-java from 3.22.0 to 3.22.1 (#504)
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.22.0 to 3.22.1.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.22.0...v3.22.1)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  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-03-08 05:40:03 -05:00
dependabot[bot] 2a213df169
Bump spotless-maven-plugin from 2.33.0 to 2.34.0 (#503) 2023-02-28 05:58:03 -05:00
Michael Barry 1375ee7abb
Support disabling colors in terminal output (#501) 2023-02-25 07:45:45 -05:00
Michael Barry f4d07ea141
Detect certain kinds of invalid polygons when slicing into tiles (#499) 2023-02-24 13:14:50 -05:00
dependabot[bot] 5c8b8e1bb0
Bump maven-assembly-plugin from 3.4.2 to 3.5.0 (#500) 2023-02-24 06:49:34 -05:00