From 1f8b52381499417a0987d94af1764e6b16f58069 Mon Sep 17 00:00:00 2001 From: Matt Driscoll Date: Thu, 19 Mar 2015 09:44:40 -0700 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 2149df7..3b5f5bc 100644 --- a/README.md +++ b/README.md @@ -211,6 +211,26 @@ Use this template in an ArcGIS organization or portal application by changing th "sharinghost": "http://myorg.maps.arcgis.com", +#### Reset to default extent on submission + + defaultMapExtent: true, + +#### Basemap Toggle Dijit + + enableBasemapToggle: false, + +#### Basemap Toggle next basemap + + nextBasemap: "hybrid", + +#### Basemap Toggle default basemap + + defaultBasemap: "topo", + +#### Automatically locate user on page load + + locate: false, + ## Localizing the template If you'd like to use this template with a language that is not currently supported, please follow these instructions to translate the template for a new locale.