|
POST
|
Yes, the Editor class can support that set of scenario. Once they've decided which layer to edit, you would set Editor.featureLayers to the layer in question, and set up the editing permissions appropriately using Editor.addEnabled, Editor.deleteEnabled and Editor.updateGeometryEnabled. If you're using ArcGIS 10.1 the editing permission can be defined when publishing the service (instead of client-side with the Editor*Enabled properties).
... View more
03-12-2012
01:50 PM
|
0
|
0
|
520
|
|
POST
|
I like the Builder, but cannot find anywhere in the support information, how to import newly created or modified widgets. Is this possible? If not, if it were, it would allow diagonstics of why or which widget does not function. Hi Leroy, Currently the application builder does not support adding/modifying custom widgets using the application builder. This is something we are planning to support in the future (after we release the "3.0 Prerelease" version). The workaround is to edit the config.xml manually. Similar to how you would have done it in the past. After you've edited the config.xml, you can open the application builder and still edit other items (but not your custom widgets). If you do this, it's best to close application builder while you're manually editing the config.xml file.
... View more
02-24-2012
12:53 PM
|
0
|
0
|
967
|
|
POST
|
Identify on WMS is not supported in neither the Flex API, nor the Flex Viewer. It's not in our short-term plans to support this. Note that in the OGC WMS specification, GetFeatureInfo is optional. But the main problem with implementing it is that the OGC WMS specification leaves the response format open, and there is no standard for it. To qoute the WMS 1.3 specification: what exactly to return, are left up to the WMS provider
... View more
02-21-2012
07:48 AM
|
0
|
0
|
715
|
|
POST
|
Does the ArcGIS API for Flex support tabbed pop-up windows? Not yet, but it is something that we are working on for version 3.0 beta 2 (planned for late March).
... View more
02-19-2012
11:19 AM
|
0
|
0
|
1436
|
|
POST
|
Hi Pawel, Ps. Can i connect this WMS? : http://wms.hgis.cartoninjas.net/?source=wig2180&map=wigAllnsr or http://sdi.geoportal.gov.pl/wms_dzkat/wmservice.aspx You need to specify the service names as well. What are your service ("SERVICE") names? For example, trying to get the capabilities (to find out supported projections as well as its layers), I tried something like: http://wms.hgis.cartoninjas.net/?source=wig2180&map=wigAllnsr&REQUEST=GetCapabilities http://sdi.geoportal.gov.pl/wms_dzkat/wmservice.aspx?request=GetCapabilities Note 1: These two servers do not have crossdomain.xml files, so you will need to set skipgetcapabilities to true. Note 2: By default WMS do not show any layers, so you need to use the visiblelayers property to list them (based on the layer names) Tip: Ask the WMS to return its exceptions using "EXCEPTIONS=INIMAGE". This often provides useful information (assuming the server supports it), if for example you specify an incorrect layer name. For example: <layer type="wms"
label="WMS example"
visiblelayers="0,1"
url="http://sampleserver1.arcgisonline.com/arcgis/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/WMSServer?EXCEPTIONS=INIMAGE"
visible="true"/>
... View more
02-19-2012
08:08 AM
|
0
|
0
|
1754
|
|
POST
|
Today we released the 2.5.1 application builder. It is based on ArcGIS Viewer for Flex 2.5. The new application builder can be downloaded (as usual) from http://resources.arcgis.com/content/arcgis-flex-viewer-download. Localization support in 9 languages: Brazilian Portuguese, Chinese, English, French, German, Italian, Japanese, Russian, and Spanish (but not Arabic). Based on your locale, the application builder (and all apps created with it) will be using one of these 9 languages (or default to English). Smart URL form specification for specifying ArcGIS Server REST endpoints (when adding services). You only need to type in the server name (not full URL). Remembers the last 50 URLs you�??ve entered. Better error handling and messages. Warnings for Server instances that do not have crossdomain.xml files Support for Bing and OpenStreetMap as basemap options Supports using a proxy server. Set up the proxy server URL in the advanced settings, then opt in for specific layers or widget inputs that need the proxy. Application names and bookmark labels can contain spaces and many other characters (including non-ASCII characters) Numerous usability enhancements and other bug fixes Again, there is no 2.5.1 API or 2.5.1 Viewer, this is only the application builder. Enjoy it:) Let us know what you think about it.
... View more
02-15-2012
07:48 AM
|
0
|
4
|
1530
|
|
POST
|
No, only the MapServer supports legends: http://services.arcgisonline.com/ArcGIS/SDK/REST/index.html?mslegend.html
... View more
02-13-2012
12:01 PM
|
0
|
0
|
1137
|
|
POST
|
I don't think there is any workaround for having the FeatureLayer not send the outSR. If the "upgrade to SP2" workaround is not an option, try not using event layer... When you say they display fine on the map, do you mean in ArcMap or FlexViewer? If the latter, is it a layer of type "feature" or "dynamic"? If it's of type "feature", then this is probably different from the eventlayer bug I was thinking it was. FYI - if your crossdomain.xml file allowed *.esri.com it would be easier for me to test 🙂
... View more
02-08-2012
01:03 PM
|
0
|
0
|
3286
|
|
POST
|
This was a bug that was fixed in 10.0 SP 2 (and your server is using 10.0 SP 1). It was related to specifying outSR for event layers. For example, go to the Service Directory and use the Query. e.g. http://test10arcgis.mt.gov/ArcGIS/rest/services/DNRC/Forestry/MapServer/1/query?where=1%3D1&outSR=102100&outFields=&f=html Note how 3 out of the 5 features have NaN (for their X & Y). If you try it without the outSR, all five return seemingly valid geometries. http://test10arcgis.mt.gov/ArcGIS/rest/services/DNRC/Forestry/MapServer/1/query?where=1%3D1&outSR=102100&outFields=&f=html With SP 2, even the first request will work fine.
... View more
02-08-2012
11:51 AM
|
0
|
0
|
3286
|
|
POST
|
Hi Frank, Is your data "versioned"? See http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/What_is_a_version/00270000000q000000/ for more info about what "versioned" data is.
... View more
02-08-2012
08:01 AM
|
0
|
0
|
1295
|
|
POST
|
Hola Fabian, It seems to work fine for me. I took the provided default one and just changed the updategeometry value: <?xml version="1.0" ?>
<!-- If compiling this widget, make sure to add -keep-all-type-selectors=true to your compiler arguments in the FB project properties. -->
<configuration label="Edit (example)">
<createoptions>
<polygondrawtools>polygon,freehandpolygon,extent,autocomplete</polygondrawtools>
<polylinedrawtools>polyline,freehandpolyline,line</polylinedrawtools>
</createoptions>
<addfeatures>true</addfeatures>
<deletefeatures>true</deletefeatures>
<toolbarvisible>false</toolbarvisible>
<toolbarcutvisible>false</toolbarcutvisible>
<toolbarmergevisible>false</toolbarmergevisible>
<toolbarreshapevisible>false</toolbarreshapevisible>
<updategeometry>false</updategeometry>
<updateattributes>true</updateattributes>
</configuration> It also works if I try the minimum one: <?xml version="1.0" ?>
<configuration>
<updategeometry>false</updategeometry>
</configuration>
What does your file look like? Are you sure it is the same that is being referenced in the config.xml file? Did you empty your browser cache and/or try from different browser or machine to make sure it is not a problem with browser caching?
... View more
02-08-2012
07:55 AM
|
0
|
0
|
2124
|
|
POST
|
This issue is still happening if anyone could shed some light. Hi Andy, I don't know why that would happen but did you have a chance to try my earlier suggestions? Does the same thing happen with http://help.arcgis.com/en/webapps/flexviewer/live/index.html for you? Does the same thing happen when you use the default config.xml on your web server? If not, you might want to try simplify your application, for example removing widgets to see if any specific widget is causing the problem.
... View more
02-07-2012
07:17 AM
|
0
|
0
|
2207
|
|
POST
|
What's the projection of your basemap? If it is using Web Mercator like the ArcGIS Onlines ones? If so, it should work.
... View more
02-06-2012
01:45 PM
|
0
|
0
|
2260
|
|
POST
|
I am collecting the data in GPS, converting to Shapefile (DNRGarmin) to view in the field, then updating servers with the correct information. Like it says in the quote, I can zip it up and view on ArcGIS Online, but wondering if a widget will do the same in a Flex Viewer. We don't have any plans to support that exact work flow (editing local shapefiles and/or copy to a feature service). However, if your data is limited to point data and you can export it to to a CSV file and host it on a web server, then you might in the future be able to see it as a layer in Flex Viewer. But it still wouldn't be editable data that could automatically be copied/sent on to your feature service. It might be easier if you changed your workflow from "Need to see and edit the shape first before adding it to the server" to first upload the data to a feature service, maybe with an attribute for in-progress, then edit it as part of that feature service.
... View more
02-06-2012
01:12 PM
|
0
|
0
|
2441
|
|
POST
|
I would like to know how to use wms or wfs layers in the flexviewer ? In the config.xml, do I have to write it as a basemap or operationnal layer ? how do I mention my WxS layer ? WMS is supported similar to other layer types. It can be either a basemap or an operational layer. http://help.arcgis.com/en/webapps/flexviewer/help/index.html#/Layer_tag/01m30000000p000000/ WMTS support was added in the API in version 2.5 and will be supported in the next release of the Flex Viewer (2.6/3.0). WFS is not supported.
... View more
02-03-2012
11:25 AM
|
0
|
0
|
1371
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | 03-11-2026 11:16 AM | |
| 2 | 03-17-2025 08:24 AM | |
| 3 | 03-17-2025 07:27 AM | |
| 4 | 02-26-2025 11:37 AM | |
| 1 | 03-23-2023 04:36 PM |
| Online Status |
Offline
|
| Date Last Visited |
04-14-2026
04:21 PM
|