|
POST
|
If your OBJECTID field is not a string field, you probably need to drop the quotes around the values. Not really a direct answer to your question, but assuming your OBJECTID field is not a string field you probably should use "=" instead of "LIKE". And if you're ending up with multiple OR based on the same field, you're usually even better of changing it into an "IN" statement, for example: OBJECTID in (1,2,3,10,11,101)
... View more
02-04-2014
07:56 AM
|
0
|
0
|
1118
|
|
POST
|
...clarify if this is something that is still being worked on? No, there's no current plans to add that to the Flex API.
... View more
01-25-2014
09:48 AM
|
0
|
0
|
1113
|
|
POST
|
I want to develop a template kind of similar to the following web app http://www.arcgis.com/apps/OnePane/basicviewer/index.html The esri "boilerplate" might be a good starting point. Blog: http://blogs.esri.com/esri/arcgis/2013/08/29/step-up-to-the-boilerplate/ Code: https://github.com/Esri/application-boilerplate-js
... View more
01-24-2014
01:00 PM
|
0
|
0
|
1201
|
|
POST
|
Hi fuliao li, Could you give an example of the input lat/long values? And the values of the webmercator point? And the calculated extent?
... View more
01-24-2014
12:54 PM
|
0
|
0
|
1248
|
|
POST
|
FYI - That link requires people to log in to salesforce.
... View more
01-14-2014
11:10 AM
|
0
|
0
|
1482
|
|
POST
|
Does ArcGIS Viewer for Flex support identify WMS layers? No, identify on WMS is not supported in neither the Flex API, nor the Flex Viewer.
... View more
01-14-2014
06:34 AM
|
0
|
0
|
750
|
|
POST
|
Does ArcGIS Viewer for Flex support identify WMS layers? No, identify on WMS is not supported in neither the Flex API, nor the Flex Viewer.
... View more
01-14-2014
06:33 AM
|
0
|
0
|
1482
|
|
POST
|
I have a feature layer from a REST feature service that I would like to be the facility layer input. ...What is the best way that I should go about obtaining a feature set from my feature layer? The input can be either a FeatureSet OR a DataLayer, so you can point it straight to your feature service. See the API Reference at https://developers.arcgis.com/en/javascript/jsapi/closestfacilityparameters.html#facilities for something like: //Requires ArcGIS Server 10.1 or greater params.facilities = new esri.tasks.DataFile({ url: "http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Network/USA/MapServer/3/query?where=1%3D1&returnGeometry=true&outFields=*&f=json" });
... View more
12-15-2013
10:08 AM
|
0
|
1
|
1200
|
|
POST
|
I'm not sure WHY it's happening, but the error is: "error":{"code":1015,"description":"Geometry could not be set."} Maybe it is related to projections/extents in the data, see for example http://forums.arcgis.com/threads/67999-Geometry-could-not-be-set
... View more
12-14-2013
08:54 AM
|
0
|
0
|
1312
|
|
POST
|
This seems to be working fine now. There were some issue with the sampleserver used in that sample earlier this week which might be why it didn't work when you tried it.
... View more
12-13-2013
07:56 PM
|
0
|
0
|
733
|
|
POST
|
The Top-10 Semi-Annual MVP awards are out - http://blogs.esri.com/esri/arcgis/2013/12/11/congratulations-to-semi-annual-award-of-the-forums-mvp-winners/ Congratulations to the MVPs - Robert Scheitlin (rscheitlin) and Anthony Giles (ad_giles) who both contribute a lot on the Flex forums!
... View more
12-12-2013
02:50 PM
|
0
|
0
|
752
|
|
POST
|
Version 3.7 of the Javascript API added "Symbol scaling". Maybe that's what you are looking for 🙂 "Symbol Scaling: Scale the size of the symbol based on the attribute data. The symbols can be sized according to real world distances, sized exactly proportional with the data, or proportionally mapped to a discrete range of symbol sizes." https://developers.arcgis.com/en/javascript/jshelp/whats_new.html Read more at https://developers.arcgis.com/en/javascript/jshelp/intro_bettermaps.html.
... View more
12-06-2013
06:44 AM
|
0
|
0
|
1617
|
|
POST
|
There's no equivalent to the Flex API's Map.crosshairVisible property, but you can just add an image in the middle (on top of the map). Example: http://jsbin.com/ExUQume/2/edit - CSS could probably be improved but it would get you a starting point...
... View more
12-03-2013
11:50 AM
|
0
|
0
|
709
|
|
POST
|
It seems to work fine when I test it at http://resources.arcgis.com/en/help/flex-viewer/live/index.html (which is using version 3.5). Can you try it from that URL?
... View more
12-02-2013
10:53 AM
|
0
|
0
|
336
|
|
POST
|
George, I haven't heard anyone else having that sort of issues with the Edit Widget. You might want to contact Technical Support and work it through with them. When you edit features with the Edit Widget (or AttributeTable), they get saved right away. You can look at the http traffic to make sure there is no error thrown when it gets saved.
... View more
12-02-2013
10:38 AM
|
0
|
0
|
829
|
| 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
|