Skip to content

Commit

Permalink
feat: coastline and island - update coordinate system to 2193
Browse files Browse the repository at this point in the history
  • Loading branch information
YingtingChen committed Dec 6, 2024
1 parent 8d8c5d2 commit 8e30162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildings/reference_data/topo50.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def update_coastlines_and_islands(kx_api_key, dataset, dbconn):
if dataset != "coastlines_and_islands":
return "error"
layer = QgsVectorLayer(
"https://data.linz.govt.nz/services;key={1}/wfs?service=WFS&version=2.0.0&request=GetFeature&typeNames=layer-{0}&outputFormat=json".format(
"https://data.linz.govt.nz/services;key={1}/wfs?service=WFS&version=2.0.0&request=GetFeature&typeNames=layer-{0}&SRSName=EPSG:2193&outputFormat=json".format(
LDS_LAYER_IDS[dataset], kx_api_key
)
)
Expand Down

0 comments on commit 8e30162

Please sign in to comment.