|
POST
|
Harold, Do you turn double click zoom back on, after you double click ? Or do you turn on your double click zoom via the following? draw-amd | API Reference | ArcGIS API for JavaScript Maybe you can paste some of your code? Tim
... View more
09-08-2014
05:18 AM
|
0
|
0
|
966
|
|
POST
|
It would be something like this: Create a button called ZoomToButton on(dom.byId("ZoomToButton"), "click", function () { var SelecFeatures = featureLayer.getSelectedFeatures(); var SelecExtent = SelecFeatures.geometry.getExtent(); map.setExtent(SelecExtent); });
... View more
09-04-2014
08:36 AM
|
1
|
4
|
5839
|
|
POST
|
Maybe this can help you http://www.arcgis.com/home/item.html?id=602e466abbfd440ab68cce5e96e06dbe just click on Open and then download it.
... View more
09-04-2014
07:25 AM
|
0
|
1
|
1726
|
|
POST
|
Also make sure that you changed the api to 3.10 <script src="//js.arcgis.com/3.10/"></script> <link rel="stylesheet" href="https://community.esri.com//js.arcgis.com/3.10/js/esri/css/esri.css">
... View more
09-04-2014
06:34 AM
|
1
|
0
|
2350
|
|
POST
|
Walter, try this: var labelField = "CASENUMBER"; lomaLabels.addFeatureLayer(featureLayerLOMA, lomaLabelRenderer, "{" + labelField + "}" ,{pointPriorities:"AboveLeft"}); Let me know if it works. Tim
... View more
09-04-2014
06:27 AM
|
1
|
0
|
2350
|
|
POST
|
I doubt it, since there is only edit mode (shows everything that can be edited) and "no edit mode" which shows just the comment. The only way I would think is if you create your own javascript api application.
... View more
09-03-2014
12:49 PM
|
0
|
1
|
2063
|
|
POST
|
This might be what you were looking for: http://www.arcgis.com/home/item.html?id=2f943ed1c05141a2a0f1351a215266b4&_ga=1.22667387.1149640375.1409767056
... View more
09-03-2014
11:05 AM
|
0
|
0
|
1876
|
|
POST
|
Alice, might be a good idea to shoot ESRI an email, since it is one of their layers. http://www.arcgis.com/home/item.html?id=3b93337983e9436f8db950e38a8629af Tim
... View more
09-03-2014
11:01 AM
|
0
|
0
|
1876
|
|
POST
|
If that works, don't forget to mark the right answer
... View more
09-03-2014
09:09 AM
|
0
|
0
|
2063
|
|
POST
|
Go to "Configure Pop-up" and choose under Display "A Custom Attribute Display" and then press Configure to only add the Comment field (The plus on the far right will enable you to add fields). Now if they edit a point they will be able to fill out everything but the popup itself will only show that one field.
... View more
09-03-2014
08:48 AM
|
2
|
3
|
2063
|
|
POST
|
Maybe it opens by the order in the Table of Content?
... View more
09-02-2014
12:17 PM
|
0
|
1
|
725
|
|
POST
|
The teaches would need an educational arcgis online subscription or developer account. When they have a subscription they can create a feature service online, without having access to ArcGIS Desktop.
... View more
09-02-2014
07:01 AM
|
1
|
0
|
1207
|
|
POST
|
You are right, it sounds confusing! Don;t forget to mark the correct answer
... View more
08-29-2014
07:15 AM
|
0
|
0
|
2505
|
|
POST
|
It is the same and should be in this format http://<web server hostname>/arcgis/rest/services see here: ArcGIS GeoServices REST API
... View more
08-29-2014
07:04 AM
|
1
|
2
|
2505
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-06-2015 06:58 AM | |
| 1 | 05-04-2016 07:27 AM | |
| 1 | 07-06-2017 08:12 AM | |
| 1 | 10-26-2015 11:51 AM | |
| 1 | 12-12-2014 12:05 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|