|
POST
|
Thanks for the reply. I should have known that as I have used the exclude layer in the layer list widget.
... View more
07-21-2010
09:57 AM
|
0
|
0
|
544
|
|
POST
|
Is there a way to exclude layers from being editable? My current method is to publich the MXD twice, the second time publishing the feature service with editing turned off so that I can query using pop up windows.
... View more
07-21-2010
03:54 AM
|
0
|
2
|
1019
|
|
POST
|
Do the info popup windows and the search widgets display attachments when that is enabled on the corresponding feature class. My attachments show in the edit widget but not in the search widget in a different app. I used the feature server for the edit widget and the mapserver for the search widget.
... View more
07-20-2010
10:33 AM
|
0
|
0
|
789
|
|
IDEA
|
I would like to be able to give user friednly or "pretty" links to consumers of my online maps. Instaead of http://www.arcgis.com/home/webmap/viewer.html?webmap=8778a3eaca9140078f37366f8bac6d41, maybe it could be http://www.arcgis.com/home/webmap/viewer.html?webmap=USA_map. If this is not possible, maybe a user friendly link to the group, similar to what facebook is doing for profiles right now. www.arcgis.com/groupname???
... View more
07-20-2010
07:11 AM
|
6
|
0
|
623
|
|
IDEA
|
I would like to be able to give user friednly or "pretty" links to consumers of my online maps. Instaead of http://www.arcgis.com/home/webmap/viewer.html?webmap=8778a3eaca9140078f37366f8bac6d41, maybe it could be http://www.arcgis.com/home/webmap/viewer.html?webmap=USA_map. If this is not possible, maybe a user friendly link to the group, similar to what facebook is doing for profiles right now. www.arcgis.com/groupname???
... View more
07-20-2010
07:11 AM
|
6
|
1
|
605
|
|
POST
|
How do I alter the config file to make bing or open street map one of my base maps?
... View more
07-19-2010
09:32 AM
|
0
|
1
|
891
|
|
POST
|
Per my previous post, it was a simple coordinate system issue, silly mistake. But I still cannot click on a point to modify its attributes.
... View more
07-08-2010
04:07 AM
|
0
|
0
|
1203
|
|
POST
|
Yes, the attribute inspector works with all geometry types. Can you use a tool like Charles Proxy or HttpFox to see what the request was that gave the error? I altered my services to be in their native form and changed the sample as below, but now data does not even display. <fx:Declarations> <esri:Query id="queryMapClick"/> <esri:Extent id="initialExtent" xmin="405988.370168365" ymin="4943932.30546446" xmax="515756.580441262" ymax="5009412.68433616"> <esri:SpatialReference wkid="26915"/> </esri:Extent> </fx:Declarations> <s:layout> <s:VerticalLayout/> </s:layout> <s:Label fontSize="13" fontWeight="bold" paddingLeft="5" paddingTop="5" text="Click on any Kiosk or Sign (26915/new extent) to see, and modify, its attributes."/> <esri:Map id="myMap" initialize="myMap.extent = WebMercatorUtil.geographicToWebMercator(initialExtent) as Extent" load="attrInsp.featureLayers = [myFeatureLayer]" mapClick="map_mapClickHandler(event)" openHandCursorVisible="false"> <esri:ArcGISDynamicMapServiceLayer url="http://gis-web/ArcGIS/rest/services/Staff_App/STAFF_basemap/MapServer"/> <esri:ArcGISDynamicMapServiceLayer id="opsLayer" url="http://gis-web/ArcGIS/rest/services/EDITING_kioskcollection/MapServer"/> <esri:FeatureLayer id="myFeatureLayer" mode="selection" outFields=" " selectionComplete="myFeatureLayer_selectionCompleteHandler(event)" url="http://gis-web/ArcGIS/rest/services/EDITING_kioskcollection/FeatureServer/0" /> <esri:infoWindowContent> <mx:VBox backgroundColor="0xFFFFFF"> <esri:AttributeInspector id="attrInsp" deleteFeature="attrInsp_deleteFeatureHandler(event)" updateFeature="attrInsp_updateFeatureHandler(event)"> <esri:FieldInspector featureLayer="{myFeatureLayer}" fieldName="Comments" label="Comments"/> </esri:AttributeInspector> </mx:VBox> </esri:infoWindowContent> </esri:Map> <s:HGroup horizontalCenter="0" width="100%"> <s:Label text="The feature layer have {myFeatureLayer.selectedFeatures.length} selected feature."/> </s:HGroup> <s:HGroup horizontalCenter="0" width="100%"> <s:Label id="status"/> </s:HGroup> </s:Application>
... View more
07-08-2010
03:57 AM
|
0
|
0
|
1203
|
|
POST
|
I got it to work with polygons to the point where I can click on a polygon and have the attribute editor pop up, but when I make a change I get the following: An unexpected error occurred processing the request. I have tried ti with and without the following field inspector code: <esri:FieldInspector featureLayer="{myFeatureLayer}" fieldName="Comments" label="Comments"/> Does the attribute inspector work with points?
... View more
07-02-2010
11:35 AM
|
0
|
0
|
1203
|
|
POST
|
I am attempting to change the attribute inspector sample to point to my day. I changed it to point to a point layer (which is in SDE AND published as a feature server), I click on the point and nothing happens. It does not get selected, the attribute editor window does nto pop. The portion I modified is below: <fx:Declarations> <esri:Query id="queryMapClick"/> <esri:Extent id="initialExtent" xmin="-93.885" ymin="45.164" xmax="-93.131" ymax="44.791"> <esri:SpatialReference wkid="4326"/> </esri:Extent> </fx:Declarations> <s:layout> <s:VerticalLayout/> </s:layout> <s:Label fontSize="13" fontWeight="bold" paddingLeft="5" paddingTop="5" text="Click on any Kiosk or Sign to see, and modify, its attributes."/> <esri:Map id="myMap" initialize="myMap.extent = WebMercatorUtil.geographicToWebMercator(initialExtent) as Extent" load="attrInsp.featureLayers = [myFeatureLayer]" mapClick="map_mapClickHandler(event)" openHandCursorVisible="false"> <esri:ArcGISTiledMapServiceLayer url="http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"/> <esri:ArcGISDynamicMapServiceLayer id="opsLayer" url="http://[SERVERNAME]/ArcGIS/rest/services/FLEX2_kiosks/MapServer"/> <esri:FeatureLayer id="myFeatureLayer" mode="selection" outFields=" " selectionComplete="myFeatureLayer_selectionCompleteHandler(event)" url="http://[SERVERNAME]/ArcGIS/rest/services/FLEX2_kiosks/FeatureServer/0" /> <esri:infoWindowContent> <mx:VBox backgroundColor="0xFFFFFF"> <esri:AttributeInspector id="attrInsp" deleteFeature="attrInsp_deleteFeatureHandler(event)" updateFeature="attrInsp_updateFeatureHandler(event)"> </esri:AttributeInspector> </mx:VBox> </esri:infoWindowContent> </esri:Map> <s:HGroup horizontalCenter="0" width="100%"> <s:Label text="The feature layer have {myFeatureLayer.selectedFeatures.length} selected feature."/> </s:HGroup> <s:HGroup horizontalCenter="0" width="100%"> <s:Label id="status"/> </s:HGroup> </s:Application>
... View more
07-02-2010
10:23 AM
|
0
|
7
|
1418
|
|
POST
|
Is it possible to have a different config file load automatically depending on which user is accessing the application from the url without the conifg file suffix.
... View more
07-02-2010
03:25 AM
|
0
|
0
|
794
|
|
POST
|
I get an error page when trying to download the flexviewer.
... View more
06-30-2010
11:09 AM
|
0
|
0
|
2126
|
| Title | Kudos | Posted |
|---|---|---|
| 5 | 08-09-2012 08:25 PM | |
| 1 | 09-12-2018 09:21 AM | |
| 15 | 04-26-2015 12:06 PM | |
| 2 | 11-20-2017 08:40 AM | |
| 5 | 02-08-2018 07:57 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:22 AM
|