|
POST
|
Hi Cara, sorry for the slow response on this. One strategy for this would be to do something like in this example where I have set the year field to be a range between two values. If your goal is to show all years by default you could have the filter show dates between the first and last fiscal year. If your goal is to show one year, you could set the start and end year to be the same value. Either way you should provide some hint text to assist users in exploring the data. In this case, I created the Year filter first and then type (in this case Fujita Scale) second. This text is all defined within the map viewer when you are creating the filter. You can also provide more custom text within the app above the filter settings. in this example built using the filter above, you can see the default text "Filter the layer by specifying values." In this example 2, I've authored some additional helper text add added it via the Filter Text dialog within the app configuration panel. let me know if you have any questions. Ian
... View more
01-31-2018
11:02 AM
|
0
|
1
|
1987
|
|
POST
|
Sure no problem. I'll see if we can modify the UI to make it more clear that those are required.
... View more
01-25-2018
10:37 AM
|
0
|
0
|
1987
|
|
POST
|
HI Cara, based on your screenshot it looks like the 'apply filter button' isn't active because you still need to populate the 'Prompt' and 'Hint' values. these are used to provide the end user with guidance on how to change the values in the filter here is an example using that filter https://www.arcgis.com/apps/InteractiveFilter/index.html?appid=55699f2e78ca4d1aaacfbd5e8d8cb304
... View more
01-25-2018
10:13 AM
|
0
|
2
|
1987
|
|
POST
|
Hi Kimberly, Can you share the application you are working with? what browser are you using? I've tested using the public information template and have been able to sign in to both twitter and instagram and see results on the map.
... View more
06-29-2017
10:04 AM
|
0
|
2
|
3099
|
|
POST
|
We have logged a bug for this issue "the search window is not getting fully populated with the address that I select from the suggestion list." its targeted to be released with the February release of ArcGIS.com and the javascript api. In my testing i didn't see any functional problem related to this, i was able to successfully navigate to the feature i selected from the suggestions list. Mike do you think the info lookup could be returning two results in the example provided by June because the serviceAreaLayerNamesSelector, the search source, and the searchByLayer are all the same layer id? https://www.arcgis.com/sharing/rest/content/items/85358ccdbf9a4b67af212ac97e30b1ed/data?f=pjson this the end goal of this app to find an address and then report the other layers that intersect the parcel in the popup or just to find the parcel?
... View more
12-14-2016
11:01 AM
|
0
|
2
|
1873
|
|
POST
|
ok, here is a screenshot that shows the version of IE10 i'm working with. Do you access it over a VM or citrix or anything else that might be unique to your environment?
... View more
12-02-2016
01:26 PM
|
0
|
7
|
4044
|
|
POST
|
Hi Eva, i tested with IE10 and cannot reproduce the problem you are describing. Here is the item i checked with. https://www.arcgis.com/apps/TimeAware/index.html?appid=1ff158032e5d4a6a87ffda19ebf45181 can you repro the same behavior with this app? Are you able to share the application you are working with so i can try to reproduce the behavior with your test case? Regards, Ian
... View more
12-02-2016
11:00 AM
|
0
|
10
|
4044
|
|
POST
|
There are some options depending on what you want to change. For something like the title or subtitle you can use html/css in the text box to change the font. for example you could do something like this for your title: <span style="font-family: fantasy">Fantasy Title</span> if you need more control, a few of the templates (including Basic Viewer and the new version of Elevation Profile) have a custom css parameter which allows you to override the style of different elements in the app. Did you have any specific thing that you wanted to do?
... View more
11-19-2015
10:08 PM
|
0
|
0
|
752
|
|
POST
|
With the developer download you need to do some additional work to get it up and running like installing node.js and building the application from the source code. based on what you are describing it sounds like the application has not been built, all parameters from index.html are ignored in development mode. Check out the developer guide here for more info. Esri/map-tour-storytelling-template-js · GitHub Depending on your goals for example if you only need to customize look and feel of the Map Tour, you should go with the user download instead.
... View more
11-19-2015
09:37 PM
|
0
|
0
|
991
|
|
POST
|
You could check the Customize Visible Scales option in web appbuilder. here is the doc that mentions it Map—Web AppBuilder for ArcGIS | ArcGIS
... View more
11-19-2015
09:20 PM
|
1
|
1
|
2291
|
|
POST
|
Hi, It’s not exposed in 10.3.1. We added it for 10.4 as IEditProperties5.AutoSaveNonVersionedEdit
... View more
09-02-2015
09:43 AM
|
0
|
1
|
4198
|
|
POST
|
Hi Heather, I tried it this morning with 10.3.1 and it worked as expected. You could try renaming the normal.mxt to something like oldnormal.mxt, then launch arcmap again and re paste the code into 'ThisDocument', if that doesn't work, i would suggest contacting Esri technical support. Regards, Ian
... View more
08-31-2015
09:59 AM
|
0
|
4
|
4198
|
|
POST
|
You have a couple of options based on the way the app was written. Option 1) configure the app to use multiple locators with the Esri world geocoder listed first within the commonConfig.js file, this will enable autoComplete for both locators, but your end user will have to switch to the composite in the dropdown menu in the app. geocode: [{ url: location.protocol + "//geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer"}, { url: location.protocol + "//gis.linncounty.org/arcgis/rest/services/PublicBase/LocatorComposite/GeocodeServer", name: "LocatorComposite", singleLineFieldName: "SingleLine", placefinding: true, placeholder: "Find an Address or GPN" }] Option 2: change the code to set autoComplete: true Back in the js\modules\utils.js file again around line 83 you could change the options of the geocoder to look something like this: var options = { map: _self.options.map, zoomScale: 400, theme: 'modernGrey', autoComplete:true };
... View more
04-02-2014
02:39 PM
|
0
|
0
|
5817
|
|
POST
|
Here are a few questions that will hopefully assist me in understanding the cause of the problem. Which browser are you using? Is the feature service hosted online or an arcgis server? If server, what is the version of arcgis server? Does the server require requests over https?
... View more
04-02-2014
01:49 PM
|
0
|
0
|
1338
|
|
POST
|
Yes, you can use a composite locator with the templates. In your code, the URL and the singleLineFieldName need to be changed. The singleLineFieldName can be determined by checking the 'Single Line Address Field' value of a geocode server, in this case it was "SingleLine". geocode: [{
url: location.protocol + "//gis.linncounty.org/arcgis/rest/services/PublicBase/LocatorComposite/GeocodeServer",
name: "LocatorComposite",
singleLineFieldName: "SingleLine",
placefinding: true,
placeholder: "Find an Address or GPN"
}]
... View more
04-01-2014
02:57 PM
|
0
|
0
|
5817
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-19-2015 09:20 PM | |
| 1 | 04-03-2019 10:05 AM | |
| 3 | 09-19-2018 10:35 AM | |
| 1 | 09-19-2018 11:49 AM | |
| 1 | 09-19-2018 10:59 AM |
| Online Status |
Offline
|
| Date Last Visited |
Thursday
|