Wykres commitów

132 Commity (cd938d50ff4fdf753b3fe19da3521b0b825257ad)

Autor SHA1 Wiadomość Data
Erik Price 9e4eb45baa
Fix max tile size in stats output. (#399) 2022-11-30 20:18:45 -05:00
Erik Price 762d052b10
Remove outdated reference to "relation_member" type (#397) 2022-11-29 18:15:35 -05:00
ttomasz 6a893a4787
Cli add version argument (#376) 2022-11-26 06:59:13 -05:00
dependabot[bot] 3a434a4cd7
Bump RoaringBitmap from 0.9.33 to 0.9.35 (#392) 2022-11-23 04:49:09 -05:00
dependabot[bot] 0d4396e0bf
Bump geotools.version from 27.2 to 28.0 (#390)
Bumps `geotools.version` from 27.2 to 28.0.

Updates `gt-shapefile` from 27.2 to 28.0

Updates `gt-epsg-hsql` from 27.2 to 28.0

---
updated-dependencies:
- dependency-name: org.geotools:gt-shapefile
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.geotools:gt-epsg-hsql
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-22 05:16:37 -05:00
Erik Price ccf098115e
Move NumberFormat to thread-local variable (#387)
* Move NumberFormat to thread-local variable

The NumberFormat class isn't thread safe, and sharing one instance
across threads allowed for races which resulted in otherwise valid OSM
tags not being parsed correctly.

* Add supression for ThreadLocal use

* Use ThreadLocal for NumberFormat objects in `Format`

* Wrap `NumberFormat` instances rather than hashmap
2022-11-21 20:34:28 -05:00
Erik Price 7f6032b641
Fix NPE for `OsmReader#estimateMemoryUsageBytes()` (#389)
A `NullPointerException` was thrown when this method was called after
calling `close()` (which happens when using the `PrometheusStats`
client).
2022-11-21 15:13:29 -05:00
dependabot[bot] 9ead458f7f
Bump os-maven-plugin from 1.7.0 to 1.7.1 (#388)
Bumps [os-maven-plugin](https://github.com/trustin/os-maven-plugin) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/trustin/os-maven-plugin/releases)
- [Commits](https://github.com/trustin/os-maven-plugin/compare/os-maven-plugin-1.7.0...os-maven-plugin-1.7.1)

---
updated-dependencies:
- dependency-name: kr.motd.maven:os-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-21 05:26:06 -05:00
dependabot[bot] c73c835533
Bump sqlite-jdbc from 3.39.4.0 to 3.39.4.1 (#386)
Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.39.4.0 to 3.39.4.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/compare/3.39.4.0...3.39.4.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-18 06:31:26 -05:00
dependabot[bot] 199faf72f2
Bump jnr-ffi from 2.2.12 to 2.2.13 (#385)
Bumps [jnr-ffi](https://github.com/jnr/jnr-ffi) from 2.2.12 to 2.2.13.
- [Release notes](https://github.com/jnr/jnr-ffi/releases)
- [Commits](https://github.com/jnr/jnr-ffi/compare/jnr-ffi-2.2.12...jnr-ffi-2.2.13)

---
updated-dependencies:
- dependency-name: com.github.jnr:jnr-ffi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-17 05:50:55 -05:00
dependabot[bot] 22c6fd1927
Bump sqlite-jdbc from 3.39.3.0 to 3.39.4.0 (#381) 2022-11-10 03:59:38 -05:00
dependabot[bot] 0489a290f5
Bump protobuf-java from 3.21.8 to 3.21.9 (#375)
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.21.8 to 3.21.9.
- [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.21.8...v3.21.9)

---
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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-28 06:12:43 -04:00
dependabot[bot] f02120e7b0
Bump geotools.version from 27.1 to 27.2 (#371) 2022-10-24 05:12:41 -04:00
dependabot[bot] 6b9175eaa1
Bump icu4j from 71.1 to 72.1 (#370) 2022-10-21 06:50:06 -04:00
dependabot[bot] d71a1c4d85
Bump protobuf-java from 3.21.7 to 3.21.8 (#369) 2022-10-19 07:50:08 -04:00
dependabot[bot] 4a82c66f8c
Bump RoaringBitmap from 0.9.32 to 0.9.33 (#368) 2022-10-18 05:46:07 -04:00
Michael Barry 0eb148ee3c
Expose arguments via config (#363) 2022-10-04 19:57:59 -04:00
dependabot[bot] 521f8a6081
Bump protobuf-java from 3.21.6 to 3.21.7 (#361)
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.21.6 to 3.21.7.
- [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.21.6...v3.21.7)

---
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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-03 05:22:41 -04:00
dependabot[bot] 23450e90e0
Bump slf4j-api from 2.0.2 to 2.0.3 (#358) 2022-09-29 04:52:33 -04:00
dependabot[bot] 08c82644a1
Bump maven-jar-plugin from 3.2.2 to 3.3.0 (#356) 2022-09-27 19:02:32 -04:00
Michael Barry 44ba8e3de6
Upgrade logging deps (#327) 2022-09-27 05:58:26 -04:00
Michael Barry 5296d1772e
Shortbread schema (#323) 2022-09-23 06:49:09 -04:00
Michael Barry a90646dff3
Bump version to 0.6-SNAPSHOT (#342) 2022-09-22 18:02:39 -04:00
dependabot[bot] 149bde212f
Bump protobuf-java from 3.21.5 to 3.21.6 (#337) 2022-09-15 05:10:49 -04:00
dependabot[bot] d5820ba0f7
Bump sqlite-jdbc from 3.39.2.1 to 3.39.3.0 (#335) 2022-09-12 06:10:05 -04:00
dependabot[bot] 40810b357f
Bump RoaringBitmap from 0.9.31 to 0.9.32 (#333) 2022-09-07 04:39:32 -04:00
dependabot[bot] a0393dc878
Bump sqlite-jdbc from 3.39.2.0 to 3.39.2.1 (#328) 2022-08-26 04:39:36 -04:00
dependabot[bot] 251720399e
Bump protobuf-java from 3.21.4 to 3.21.5 (#320) 2022-08-12 04:42:38 -04:00
Michael Barry 9e0eec93c8
Add `quickstart.sh` script to run with recommended settings (#318) 2022-08-10 05:09:33 -04:00
Michael Barry 4cc139a603
Improve geofabrik area search (#317) 2022-08-09 07:13:45 -04:00
dependabot[bot] 21467c51ec
Bump RoaringBitmap from 0.9.30 to 0.9.31 (#316)
Bumps [RoaringBitmap](https://github.com/RoaringBitmap/RoaringBitmap) from 0.9.30 to 0.9.31.
- [Release notes](https://github.com/RoaringBitmap/RoaringBitmap/releases)
- [Commits](https://github.com/RoaringBitmap/RoaringBitmap/compare/0.9.30...0.9.31)

---
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>
2022-08-08 09:23:31 -04:00
dependabot[bot] 9648ea83a7
Bump sqlite-jdbc from 3.36.0.3 to 3.39.2.0 (#315)
* Bump sqlite-jdbc from 3.36.0.3 to 3.39.2.0

Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.36.0.3 to 3.39.2.0.
- [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/compare/3.36.0.3...3.39.2.0)

---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* disable failing test on windows

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Barry <msb5014@gmail.com>
2022-08-07 20:20:46 -04:00
Michael Barry 93fe75782e
Improve shapefile zip reads (#314) 2022-07-31 07:17:42 -04:00
Michael Barry ffbffb577b
Publish test zip files (#313) 2022-07-29 08:49:12 -04:00
Michael Barry 7fa51c1c02
Generate protobuf during build (#310) 2022-07-29 08:31:26 -04:00
Adam Laža 88c7f5650f
Move basemap profile into OpenMapTiles submodule (#258) 2022-07-29 06:40:15 -04:00
Michael Barry 8a8db0005d
Lazy primitive group deserialization (#309) 2022-07-28 07:56:41 -04:00
dependabot[bot] 7109450265
Bump geotools.version from 27.0 to 27.1 (#308)
Bumps `geotools.version` from 27.0 to 27.1.

Updates `gt-shapefile` from 27.0 to 27.1

Updates `gt-epsg-hsql` from 27.0 to 27.1

---
updated-dependencies:
- dependency-name: org.geotools:gt-shapefile
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.geotools:gt-epsg-hsql
  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>
2022-07-28 06:55:17 -04:00
Michael Barry 621a8ed759
Support zoom levels up to 15 (#303) 2022-07-26 07:51:31 -04:00
Brandon Liu a50c43835d
TileCoord supports up to zoom 15 using alternate ordering (#266) 2022-07-24 06:40:43 -04:00
Mike Barry aa40e083c5 rm unnecessary main 2022-07-22 06:54:36 -04:00
farfromrefuge 7818634774
feat: `--polygon` argument to constrain mbtiles to a poly shape (#280) 2022-07-22 06:48:04 -04:00
Michael Barry d1d68cf753
Memory-mapped lazy reads by default (#300) 2022-07-20 08:06:08 -04:00
Michael Barry 0e6394036c
Fix bounds check on dense nodes (#301) 2022-07-20 07:44:15 -04:00
Michael Barry c6ad30cc9a
OSM QA Tiles Example Profile (#278) 2022-07-14 05:26:53 -04:00
dependabot[bot] b62f19439f
Bump log4j.version from 2.17.2 to 2.18.0 (#291) 2022-07-04 07:27:35 -04:00
dependabot[bot] f519f2f100
Bump msgpack-core from 0.9.2 to 0.9.3 (#287) 2022-06-29 05:49:33 -04:00
dependabot[bot] ad567b192a
Bump jts-core from 1.18.2 to 1.19.0 (#282)
Bumps jts-core from 1.18.2 to 1.19.0.

https://github.com/locationtech/jts/releases/tag/1.19.0

---
updated-dependencies:
- dependency-name: org.locationtech.jts:jts-core
  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>
2022-06-22 05:37:19 -04:00
Michael Barry 52432b815b
Fix memoize bug (#279) 2022-06-20 07:32:55 -04:00
farfromrefuge 76c7880d6b
feat: added `maxzoomForRendering` and `minzoomForRendering` (#272) 2022-06-20 06:31:50 -04:00