From 4af445cf0518fc2945a91c317b5371ab2edf7112 Mon Sep 17 00:00:00 2001 From: Mike Tschudi Date: Tue, 12 Jun 2018 06:57:21 -0700 Subject: [PATCH] Updated to JSAPI 3.25, removed obsolete meta tag, added feature layer validation --- README.md | 4 ++-- index.html | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 038412e..2269844 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Crowdsource Manager, a companion group template to Crowdsource Reporter, allows 3. Change the sharing host, found in defaults.js inside the config folder for the application, to the sharing URL for ArcGIS Online or Portal. For ArcGIS Online users, keep the default value of www.arcgis.com or specify the name of your organization. - ArcGIS Online Example: `"sharinghost": location.protocol + "//" + “.maps.arcgis.com` - Portal Example where `arcgis` is the name of the Web Adaptor: `"sharinghost": location.protocol + "//" + "webadaptor.domain.com/arcgis"` -4. If you are using Portal or a local install of the ArcGIS API for JavaScript, change all references to the ArcGIS API for JavaScript in index.html to refer to your local copy of the API. Search for the references containing `"//js.arcgis.com/3.24"` and replace this portion of the reference with the url to your local install. +4. If you are using Portal or a local install of the ArcGIS API for JavaScript, change all references to the ArcGIS API for JavaScript in index.html to refer to your local copy of the API. Search for the references containing `"//js.arcgis.com/3.25"` and replace this portion of the reference with the url to your local install. - For example: `"//webadaptor.domain.com/arcgis/jsapi/jsapi"` where `arcgis` is the name of your Web Adaptor. 5. Copy a group ID from Portal/ArcGIS Online and replace the default group ID in the application’s default.js file. You can now run the application on your web server or configure the application further. @@ -59,7 +59,7 @@ Learn more about Esri's [ArcGIS for Local Government maps and apps][]. Show me a list of other [Local Government GitHub repositories][]. -This application uses the 3.16 version of [Esri's ArcGIS API for JavaScript][]; see the site for concepts, samples, and a reference for using the API to create mapping web sites. +This application uses the 3.25 version of [Esri's ArcGIS API for JavaScript][]; see the site for concepts, samples, and a reference for using the API to create mapping web sites. [Esri's ArcGIS Online Help][] site describes how to create web maps and web map applications in the ArcGIS Online ecosystem. diff --git a/index.html b/index.html index 46f8a30..634e4b2 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,6 @@ - @@ -19,8 +18,8 @@ rel="stylesheet" type="text/css" /> - - + + @@ -106,7 +105,7 @@ - +