Skip to content

Commit

Permalink
Change geopackage source to GitHub releases
Browse files Browse the repository at this point in the history
  • Loading branch information
vycius committed Jul 30, 2024
1 parent ff96c3f commit 0100e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/lt/startupgov/boundaries/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public static void main(String[] args) {
.addGeoPackageSource(
Source.BOUNDARIES,
Path.of("data", "boundaries-4326.gpkg"),
"https://cdn.biip.lt/tiles/poc/boundaries/boundaries.gpkg"
"https://github.com/govlt/national-boundaries/releases/latest/download/boundaries-4326.gpkg"
)
.overwriteOutput(Path.of("data", "output", layerConfiguration.pmTilesName))
.setProfile((runner) -> new Main(layerConfiguration))
Expand Down

0 comments on commit 0100e47

Please sign in to comment.