Skip to content

Commit

Permalink
Removed link to ArcGIS demo while it is currently not working (on gh-…
Browse files Browse the repository at this point in the history
…pages branch)
  • Loading branch information
arthur-e committed Sep 3, 2021
1 parent 816d7fe commit 0bb110e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0bb110e

Please sign in to comment.