From 0bb110eda1816098f8942c1e13776fe7defe6a91 Mon Sep 17 00:00:00 2001 From: "K. Arthur Endsley" Date: Fri, 3 Sep 2021 10:27:53 -0400 Subject: [PATCH] Removed link to ArcGIS demo while it is currently not working (on gh-pages branch) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccf32bb..a3f3a89 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Wicket is a lightweight library for translating between [Well-Known Text (WKT)](http://en.wikipedia.org/wiki/Well-known_text) and various client-side mapping frameworks: * Leaflet [(demo)](http://arthur-e.github.io/Wicket/) * Google Maps API [(demo)](http://arthur-e.github.io/Wicket/sandbox-gmaps3.html) -* ESRI ArcGIS JavaScript API [(demo)](http://arthur-e.github.io/Wicket/sandbox-arcgis.html) +* ESRI ArcGIS JavaScript API * Potentially any other web mapping framework through serialization and de-serialization of GeoJSON (with `JSON.parse`) The core Wicket library and the Leaflet extension are both compatible with Node.js; the Google Maps and ArcGIS API extensions will not work in Node.js because they require a browser.