Fix: use https for extractGraph endpoint

This commit is contained in:
Pieter Vander Vennet 2024-02-29 15:29:54 +01:00
parent aa88a3f964
commit f89123d318

View file

@ -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",