From 7043b2ebd36a932d03e445cd70120ebcb5536a62 Mon Sep 17 00:00:00 2001 From: Dominique Cavailhez Date: Wed, 13 Sep 2023 20:55:11 +0200 Subject: [PATCH] Some 404 errors, unable to access content #236 Warning when using ol-geocoder from the CDN #250 The mapfile load doesn't work with the script shortcut https://unpkg.com/ol-geocoder Now, the dist/ is delivered on Github & Github pages. Use https://unpkg.com/ol-geocoder@latest/dist/ol-geocoder.js This will enable the load of the map file https://unpkg.com/ol-geocoder@latest/dist/ol-geocoder.js.map --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 828a012..0650106 100644 --- a/README.md +++ b/README.md @@ -49,14 +49,14 @@ Custom providers must implement the following methods: Load CSS and Javascript: ```HTML - + ``` ##### CDN hosted - unpkg Load CSS and Javascript: ```HTML - + ``` ##### Github pages hosted