Changeset 36378 in osm for applications/editors/josm/plugins/pmtiles/src
- Timestamp:
- 2025-01-30T20:48:50+01:00 (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pmtiles/src/test/java/unit/org/openstreetmap/josm/plugins/pmtiles/PMTestUtils.java
r36115 r36378 14 14 public static final URI ODBL_VECTOR_FIRENZE = new File("protomaps(vector)ODbL_firenze.pmtiles").exists() ? 15 15 new File("protomaps(vector)ODbL_firenze.pmtiles").toURI() : 16 URI.create("https://github.com/protomaps/PMTiles/raw/ main/spec/v3/protomaps(vector)ODbL_firenze.pmtiles");16 URI.create("https://github.com/protomaps/PMTiles/raw/3126ad0244f847be9727b3313aaac8d516b3d033/spec/v3/protomaps(vector)ODbL_firenze.pmtiles"); 17 17 18 18 /** A sample raster tileset */
Note:
See TracChangeset
for help on using the changeset viewer.