Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaylakremer/where-did-the-wine-go
Where did the wine go? Mapping winery data with Arcade and Cedar Chart from Esri's ArcGIS API
https://github.com/kaylakremer/where-did-the-wine-go
arcade arcgis cedar charts esri esri-javascript-api javascript maps wine
Last synced: about 1 month ago
JSON representation
Where did the wine go? Mapping winery data with Arcade and Cedar Chart from Esri's ArcGIS API
- Host: GitHub
- URL: https://github.com/kaylakremer/where-did-the-wine-go
- Owner: kaylakremer
- License: mit
- Created: 2019-05-06T18:38:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-22T00:09:16.000Z (over 5 years ago)
- Last Synced: 2024-11-09T13:47:21.318Z (3 months ago)
- Topics: arcade, arcgis, cedar, charts, esri, esri-javascript-api, javascript, maps, wine
- Language: JavaScript
- Homepage: https://wheredidthewinego.kaylakremer.now.sh/
- Size: 122 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Where Did The Wine Go? 🍷🤔
#### Mapping winery data with Arcade and Cedar Chart for Esri ArcGIS## About
This is an expansion of a tutorial [@mhanley00](https://github.com/mhanley00/) and I did from a recent Esri workshop we attended. It features the Arcade expression language and Cedar Charts.The deployed app can be found here: [https://wheredidthewinego.kaylakremer.now.sh/](https://wheredidthewinego.kaylakremer.now.sh/)
## Resources
- [Hacking_JavaScript](https://github.com/jofraley/Hacking_JavaScript/blob/master/labs/jsapi/cedar_charts/index.html)
- [JavaScript Charts for ArcGIS](https://tomwayson.github.io/Charts-and-Custom-Visualizations-Beyond-the-Map/#/)
- [Cedar](https://esri.github.io/cedar/)
- [Arcade](https://developers.arcgis.com/javascript/latest/guide/arcade/)
- [Custom Popups](https://developers.arcgis.com/javascript/latest/sample-code/popup-custom-action/index.html)