mirror of
https://github.com/cfpwastaken/planetiler-openmaptiles.git
synced 2026-02-04 12:31:10 +00:00
Use newer lake centerlines from @acalcutt (#116)
This commit is contained in:
@@ -35,7 +35,8 @@ public class BasemapMain {
|
|||||||
// or osm_path=... osm_url=... in a config file
|
// or osm_path=... osm_url=... in a config file
|
||||||
.addShapefileSource("EPSG:3857", BasemapProfile.LAKE_CENTERLINE_SOURCE,
|
.addShapefileSource("EPSG:3857", BasemapProfile.LAKE_CENTERLINE_SOURCE,
|
||||||
sourcesDir.resolve("lake_centerline.shp.zip"),
|
sourcesDir.resolve("lake_centerline.shp.zip"),
|
||||||
"https://github.com/lukasmartinelli/osm-lakelines/releases/download/v0.9/lake_centerline.shp.zip")
|
// was previously using this old build from 2016: https://github.com/lukasmartinelli/osm-lakelines/releases/download/v0.9/lake_centerline.shp.zip
|
||||||
|
"https://github.com/acalcutt/osm-lakelines/releases/download/latest/lake_centerline.shp.zip")
|
||||||
.addShapefileSource(BasemapProfile.WATER_POLYGON_SOURCE,
|
.addShapefileSource(BasemapProfile.WATER_POLYGON_SOURCE,
|
||||||
sourcesDir.resolve("water-polygons-split-3857.zip"),
|
sourcesDir.resolve("water-polygons-split-3857.zip"),
|
||||||
"https://osmdata.openstreetmap.de/download/water-polygons-split-3857.zip")
|
"https://osmdata.openstreetmap.de/download/water-polygons-split-3857.zip")
|
||||||
|
|||||||
Reference in New Issue
Block a user