ESRI ArcGIS JavaScript API: Difference between revisions
From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs) Created page with "Think of it the [https://developers.arcgis.com/javascript/ JavaScript API] as a kind of rebranded version of Leaflet. It's opensource, you can see it here too. [Categ..." |
Brian Wilson (talk | contribs) mNo edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
as a kind of rebranded version of [[Leaflet]]. | as a kind of rebranded version of [[Leaflet]]. | ||
I downloaded the ZIP file from a running Web AppBuilder | |||
and unzipped it on cc-gis under /c/inetpub/wwwroot/maps/. Now I can see it running here: https://delta.co.clatsop.or.us/maps/Clatsop%20County%20Parcel%20Viewer | |||
The ZIP included this informative [https://delta.co.clatsop.or.us/maps/Clatsop%20County%20Parcel%20Viewer/readme.html readme]. | |||
Now I am reading the [https://developers.arcgis.com/web-appbuilder/guide/create-import-app.htm#ESRI_SECTION1_CD827E29515941F490AF21F6F2404E35 documentation on how to change it.] | |||
[Category: GIS] | [Category: GIS] |
Latest revision as of 23:42, 3 October 2019
Think of it the JavaScript API as a kind of rebranded version of Leaflet.
I downloaded the ZIP file from a running Web AppBuilder and unzipped it on cc-gis under /c/inetpub/wwwroot/maps/. Now I can see it running here: https://delta.co.clatsop.or.us/maps/Clatsop%20County%20Parcel%20Viewer
The ZIP included this informative readme.
Now I am reading the documentation on how to change it.
[Category: GIS]