Fix: use https for extractGraph endpoint
This commit is contained in:
parent
aa88a3f964
commit
f89123d318
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
],
|
||||
"country_coder_host": "https://raw.githubusercontent.com/pietervdvn/MapComplete-data/main/latlon2country",
|
||||
"nominatimEndpoint": "https://geocoding.geofabrik.de/b75350b1cfc34962ac49824fe5b582dc/",
|
||||
"jsonld-proxy": "http://cache.mapcomplete.org/extractgraph?url={url}"
|
||||
"jsonld-proxy": "https://cache.mapcomplete.org/extractgraph?url={url}"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "npm run generate:layeroverview && npm run strt",
|
||||
|
|
Loading…
Reference in a new issue