|
POST
|
Labels are not supported by layers of type="feature". If you connect to the whole map service (using type="dynamic"), instead of an individual layer using type="feature", then it should work. <layer label="Parcels" type="dynamic" visible="true" alpha=".7"
url="http://maps.co.stearns.mn.us/ArcGIS/rest/services/PARCELS/MapServer"/> (note the removed /0) "dynamic" refers to a map services that hasn't been cached. The service directory will list it as "Single Fused Map Cache: false". Its URL should never end with a number. "feature" refers to any individual layer in either a MapService or a FeatureService. The URL should always end with a number (that indicates which individual layer).
... View more
08-23-2011
04:36 PM
|
0
|
0
|
514
|
|
POST
|
@francesco_81, Could you show us the exact error messages? Also, please double-check that you are using the 4.1 or higher SDK (and let us know which exact one). Does it also have any custom widgets or is it just the downloaded flexviewer source code?
... View more
08-17-2011
04:06 PM
|
0
|
0
|
1743
|
|
POST
|
Thank you for introducing me with this OpenStreetMap Service. Is there any rest end point url for OpenStreetMap Service? No, OpenStreetMap is not an ArcGIS Server. You would use non-FlexViewer tools to edit the data (see the openstreetmap website for more information). But if you already have an ArcGIS Server (9.3 or later) set up, then I'd focus on making that work with your Flex Viewer.
... View more
08-17-2011
10:47 AM
|
0
|
0
|
2083
|
|
POST
|
I am working for Bangladesh. That is why the online tiles mapping is not enough for me. ... I also have to change the data for Bangladesh. Another alternative might be to use OpenStreetMap. Have you looked at OpenStreetMap data? It's the only pre-created tiles that seem to have detailed data for Bangladesh. Plus, you can add & edit the street data as well (on the openstreetmap website). See http://help.arcgis.com/en/webapps/flexviewer/live/index.html?config=apps/config-css-cobalt.xml&extent=49932600,2794110,49944800,2801470&scale=500000
... View more
08-17-2011
08:53 AM
|
0
|
0
|
2083
|
|
POST
|
Finally how can i move the widget container controller to start the first widget from specific location. You can set top and bottom properties on the widget container. http://help.arcgis.com/en/webapps/flexviewer/help/index.html#/The_Widget_Container_tag/01m300000003000000/
... View more
08-16-2011
10:29 AM
|
0
|
0
|
1078
|
|
POST
|
result from the Geometry service ... and I want so send over that Geometry to do another process using a SOE ... but the goetry is huge Not sure if if makes sense in your case, but one feature that is often overlooked in general is the ability to send a URL that will return geometries instead of the actual geometries. Whether a GP or SOE, depending on your specific use case, you might want to just send a URL to something like (instead of retrieving, parsing, returning those three polygons): http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer/buffer?geometries={%22geometries%22%3A%5B{%22x%22%3A1469510.0355645495%2C%22y%22%3A7499622.6821904825}%5D%2C%22geometryType%22%3A%22esriGeometryPoint%22}&inSR=102100&outSR=102100&bufferSR=4326&distances=10%2C50%2C100&unit=9036&unionResults=false&f=json Again, depending on your specific use case, this might or might not be a good idea 🙂
... View more
08-15-2011
05:02 PM
|
0
|
0
|
1199
|
|
POST
|
Can I search on different fields in a single query? Meaning, search for field1 = 'Value1', field2 = 'Value2', etc? ... But I need to search multiple values, how can I do that? You can search for the same string in multiple fields using "Find" but I don't think that is what you are aiming for. To search for multiple strings you either send multiple "Find" requests, or you can send a single "Query" (if it's only on one layer). http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/supportClasses/Query.html
... View more
08-15-2011
06:17 AM
|
0
|
0
|
1431
|
|
POST
|
Is there a wild card character or operator syntax that I could add that would ... Maybe something like... findParams.searchText = "John%%Smith" or findParams.searchText = "John AND Smith" No, "Find" does not support wildcards within search strings like that. You would have to use Query. Though remember that Find works on a MapService and Query on individual layers.
... View more
08-12-2011
09:21 AM
|
0
|
0
|
1431
|
|
POST
|
Please help us make it easier to create web applications using ArcGIS Viewer for Flex! Take this quick 10-question survey - http://www.surveymonkey.com/s/WCVR7L6 Thank you 🙂
... View more
08-12-2011
08:23 AM
|
0
|
0
|
887
|
|
POST
|
Please help us make it easier to create web applications using ArcGIS Viewer for Flex! Take this quick 10-question survey - http://www.surveymonkey.com/s/WCVR7L6 Thank you 🙂
... View more
08-12-2011
08:21 AM
|
0
|
1
|
977
|
|
POST
|
Correct. GeoPortal is different from ArcGIS Portal. This will be part of ArcGIS Portal.
... View more
08-11-2011
04:40 PM
|
0
|
0
|
2289
|
|
POST
|
Clarification - How To Report a "problem" KML Option A. Verify that it works in ArcGIS.com Viewer Go to http://www.arcgis.com/home/webmap/viewer.html and try to add it there (Add -> Add Layer from Web -> KML). If it fails there too, click the "Contact Us" link on the bottom left of the page and report that the KML doesn't work. Don't forget to include the URL of the KML file. If it works on ArcGIS.com Viewer, but not with Flex API or Flex Viewer, see option B and C below. Option B. Report it to Esri Support - http://support.esri.com. Option C. Report it on the Esri Forums Requirements/Limitations: Your KML needs to be publicly accessibly. Known issues: If your KML contains areas outside of Web Mercator scope (i.e North pole, South pole) as in some of the NOAA feeds, then it will fail if your Map is in Web Mercator. If your basemap is in geographic, it works fine. This issue will be fixed in the next version.
... View more
08-10-2011
04:58 PM
|
0
|
1
|
2703
|
|
POST
|
...could this "converter" be available to customers to live behind their firewall? Yes, it will be part of the ArcGIS Portal.
... View more
08-10-2011
04:54 PM
|
0
|
0
|
2289
|
|
POST
|
In the main configuration file, when you are adding <layer> and <basemaps>, the <layer> tag have that property. * displaylevels - To specify which scale levels this layer should be displayed at. Only applies to tiled and bing layers. http://help.arcgis.com/en/webapps/flexviewer/help/index.html#/The_Layer_tag/01m30000000p000000/
... View more
08-10-2011
03:52 PM
|
0
|
0
|
1238
|
|
POST
|
If you're OK with not letting the users pick then you could maybe try setting the displaylevels property on those basemaps...
... View more
08-10-2011
01:57 PM
|
0
|
0
|
1238
|
| 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
|