Wykres commitów

48 Commity (new-versions)

Autor SHA1 Wiadomość Data
Tristram Gräbener 1cc96c3ed2
Update README.md: use a library without maven/graddle (#1140) 2025-01-04 09:21:45 -05:00
Harel M 396fa7eeab
Update README.md (#1110) 2024-11-22 17:56:44 -05:00
dependabot[bot] 6e373b90cc
Bump geotools.version from 32.0 to 32.1 (#1106)
* Bump geotools.version from 32.0 to 32.1

Bumps `geotools.version` from 32.0 to 32.1.

Updates `org.geotools:gt-shapefile` from 32.0 to 32.1

Updates `org.geotools:gt-epsg-hsql` from 32.0 to 32.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>

* fix node link

---------

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-11-20 05:35:03 -05:00
Michael Barry 747e078509
Update README.md 2024-08-18 06:47:50 -04:00
Quincy Morgan edbfc7ae09
Update README.md (#955) 2024-07-18 18:20:47 -04:00
Michael Barry fb1d0e3bd6
Iniitial geoparquet support (#888) 2024-05-22 05:55:57 -04:00
Michael Barry 92fa59ef20
Update GCP benchmarks (#803) 2024-01-21 10:42:32 -05:00
Michael Barry 328e1b4d53
Small benchmarks (#801) 2024-01-20 09:10:38 -05:00
Michael Barry 31ae80d047
Updated benchmarks including determinism improvements (#798) 2024-01-17 20:05:14 -05:00
Michael Barry b108f88453
Upgrade to Java 21 (#693) 2023-10-26 06:30:45 -04:00
Mike Barry 5b0a3ba636 update readme 2023-03-31 06:54:02 -04:00
Michael Barry 74db638dbc
Expose pmtiles writer (#520) 2023-03-18 14:38:04 -04:00
Michael Barry d5336efcae
Require minimum java 17 (#477) 2023-02-06 06:38:16 -05:00
Oliver Wipfli 9fbf952239
Add geopackage to supported data sources (#442) 2023-01-13 19:49:18 -05:00
Michael Barry b8506d9812
Update README.md (#400) 2022-11-30 20:29:17 -05:00
Michael Barry 5296d1772e
Shortbread schema (#323) 2022-09-23 06:49:09 -04:00
Michael Barry 619ac83ed8
Submodule followups (#312) 2022-08-02 07:20:49 -04:00
Adam Laža 88c7f5650f
Move basemap profile into OpenMapTiles submodule (#258) 2022-07-29 06:40:15 -04:00
Brian Sperlongano e2f7cc2bfa
Add instructions for using Planetiler with gradle (#274) 2022-06-19 17:32:35 -04:00
Brandon Liu c9682d5bee
Small readme cleanups (#265) 2022-06-09 06:01:14 -04:00
Oliver Wipfli c5558bff8a
Rename README subtitle from custom map to examples (#267) 2022-06-08 07:45:02 -04:00
Michael Barry 74b7474c46
Gather v0.5.0 benchmarks (#256) 2022-06-05 15:03:12 -04:00
Mike Barry f2050ec4bc Demo tiles hosted by Americana project 2022-06-04 06:57:28 -04:00
Brian Sperlongano 9cf7f318fe
Change 'render' terminology (#238) 2022-05-29 18:03:32 -04:00
Michael Barry 6873b989d6
Upgrade basemap profile to OpenMapTiles v3.13.1 (#227) 2022-05-23 06:08:59 -04:00
Michael Barry 4983bbc04e
0.4.0 tweaks (#153)
* tweaks from running on planet

* add no building merge log

* table format

* update maven descriptions
2022-03-31 06:42:28 -04:00
Michael Barry bf081692ce
Node location cache: off-heap storage and “array” implementation that supports parallel inserts (#131)
* Add --nodemap-type=array option for 2-3x faster osm pass 1 imports
* Add --nodemap-storage=direct option to experiment with direct (off-heap) memory usage
* Extract ResourceUsage and OsmPhaser utilities
2022-03-19 05:46:03 -04:00
Michael Barry 0a064797fb
Memory-mapped file improvements (#103)
* Use large memory-mapped file segments to avoid running out of space on smaller machines
* Add `--nodemap-madvise` argument to opt into madvise(random) for memory-mapped file access
2022-03-09 07:22:33 -05:00
Michael Barry cce51668f2
Migrate to eclipse formatter to support multiple IDEs (#122) 2022-03-08 21:08:03 -05:00
Michael Barry bce75230f2
Move roadmap out of README
These are all tracked in issues now
2022-03-08 07:05:08 -05:00
Mike Barry e5acfbd17c Add logs from @ZeLonewolf's r6g ramdisk run 2022-03-05 08:06:15 -05:00
Oliver Wipfli 4c9c24f1aa
Update adoptium links (#94) 2022-03-04 07:22:12 -05:00
Michael Barry 8a6997f9dc
Remove graphhopper dependency (#101) 2022-03-01 08:43:19 -05:00
Mike Barry e7e5cd88c4 fix warnings 2022-02-23 20:45:56 -05:00
Mike Barry 314598c1f6 Add link to OSM-US slack invite app 2022-02-13 06:59:41 -05:00
Mike Barry 445e8e8f14 tweak README.md 2022-02-08 09:11:56 -05:00
Michael Barry 9c1472fd30
Upgrade planetiler-basemap to be compatible with OpenMapTiles 3.13 (#49)
Applying changes to layers from [OpenMapTiles 3.13 release](https://github.com/openmaptiles/openmaptiles/releases/tag/v3.13) (https://github.com/openmaptiles/openmaptiles/compare/v3.12.2...v3.13), minus transportation network connectivity improvements - those will be a separate change.
2022-01-19 05:36:44 -05:00
Mike Barry 2d84bd1f52 fix link 2021-12-23 05:52:55 -05:00
Michael Barry 9e9cf7c413
Change name to Planetiler (#40)
* change name from flatmap to planetiler
* bump version to 0.2-SNAPSHOT
2021-12-23 05:42:24 -05:00
Mike Barry c2260ce05a typo 2021-10-25 07:32:38 -04:00
Michael Barry d426df8bac
Smaller Monaco extract snippets (#5) 2021-10-25 07:30:56 -04:00
Mike Barry 99f93c85f4 doc tweaks 2021-10-24 06:28:37 -04:00
Mike Barry b21439f0a0 friends link for medium 2021-10-22 05:57:55 -04:00
Mike Barry e90f1d4b43 clarify grouping/joining 2021-10-22 05:30:49 -04:00
Mike Barry b364066134 call out feature merging in README 2021-10-22 05:15:06 -04:00
Mike Barry 89a993d474 add blog post link 2021-10-21 07:49:37 -04:00
Michael Barry 4f059aa8e8
Linode test (#1)
Add results from running test on linode.
2021-10-20 20:17:59 -04:00
Mike Barry 39b7eca2a1 CI and docs 2021-10-19 21:57:47 -04:00