Skip to content

Commit b250519

Browse files
committed
updated cors, map path
1 parent 88c6585 commit b250519

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

doc/WebClients.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ Nginx](https://github.com/havardf/locationforecast-tutorial).
167167

168168
## See also
169169

170-
<https://daveceddia.com/access-control-allow-origin-cors-errors-in-react-express/>
171-
172-
<https://stackoverflow.com/questions/10636611/how-does-access-control-allow-origin-header-work>
170+
- <https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CORS>
171+
- <https://javascript.info/fetch-crossorigin>
172+
- <https://daveceddia.com/access-control-allow-origin-cors-errors-in-react-express/>
173+
- <https://stackoverflow.com/questions/10636611/how-does-access-control-allow-origin-header-work>

doc/maps/yr-maps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ summary: >
2222
<script>
2323
var map = new maplibregl.Map({
2424
container: 'map',
25-
style: 'http://157.249.72.12/styles/basic-preview/style.json',
25+
style: 'https://osm.api.met.no/styles/basic-preview/style.json',
2626
center: [15, 65],
2727
zoom: 4
2828
});

0 commit comments

Comments
 (0)