|
POST
|
You can use FeatureLayer.applyEdits() against a table published in your feature service. If you don't want to do this then you can create a custom service using JSP, PHP, etc. and call that from Flex using HttpService, WebService or RemoteObject.
... View more
11-05-2010
10:05 AM
|
0
|
0
|
453
|
|
POST
|
What version of the Viewer are you using? Have you tried using a tool like HttpFox to see what requests are being made and what the responses are?
... View more
11-05-2010
09:29 AM
|
0
|
0
|
682
|
|
POST
|
The Bing Key can be substituted for the token, so you can create a static file that returns the key as shown below. <esri:VETiledLayer environment="production" tokenURL="assets/bing-app-id.txt"/> bing-app-id.txt: { "token": "your key here" }
... View more
11-05-2010
09:01 AM
|
0
|
0
|
728
|
|
POST
|
This should be fixed in 10.0 SP1. If you load the feature in the REST services directory it should have the correct date. The bug is that when you query the server and in the json response, the value will be (value - 1) which makes it look like it's the previous day if you're only showing the date and the time is 00:00.
... View more
11-05-2010
08:57 AM
|
0
|
0
|
1757
|
|
POST
|
Is this the mouseX you're referring to? http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/display/DisplayObject.html#mouseX I think this value will be in the DisplayObject's coordinate space. Try using this and then call Map.toMapFromStage(); http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/display/DisplayObject.html#localToGlobal()
... View more
11-04-2010
02:31 PM
|
0
|
0
|
989
|
|
POST
|
Here's a great blog post from Mansour Raad on this: http://thunderheadxpler.blogspot.com/2010/11/how-to-use-esri-flex-api-on-android-and.html
... View more
11-04-2010
02:18 PM
|
0
|
0
|
1623
|
|
POST
|
Bryan, You should get the behavior you're looking for if you publish an optimized msd and request png32 images. If you do this, then the exported image should maintain transparency for each pixel's alpha channel.
... View more
11-04-2010
01:53 PM
|
0
|
0
|
1976
|
|
POST
|
Here's one example: http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=TimeSliderPlayFeature
... View more
11-04-2010
09:25 AM
|
0
|
0
|
991
|
|
POST
|
If you're using ArcGIS Server 10 the FeatureLayer will used the layer's symbology by default, but you can just define your own renderer on the Flex FeatureLayer instead.
... View more
11-03-2010
02:35 PM
|
0
|
0
|
991
|
|
POST
|
You can use either one of these properties to dynamically filter the layer to the selected species: http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/FeatureLayer.html#definitionExpression http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/ArcGISDynamicMapServiceLayer.html#layerDefinitions
... View more
11-03-2010
12:43 PM
|
0
|
0
|
991
|
|
POST
|
The IdentifyTask url needs to be a String. You can use layerOption = "all" and set the layerIds to the layers that are turned on in the TOC to control which layers are identified: http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/supportClasses/IdentifyParameters.html#layerIds
... View more
11-03-2010
09:10 AM
|
0
|
0
|
494
|
|
POST
|
Yes, you can do this using the "where" property: http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/supportClasses/Query.html#where
... View more
11-03-2010
09:03 AM
|
0
|
0
|
599
|
|
POST
|
One tip is to try and load http://server.petro-fs.com:8887/dev/config.xml directly in Firefox or IE. They are pretty good at showing where errors are in xml.
... View more
11-01-2010
03:07 PM
|
0
|
0
|
4654
|
|
POST
|
You can loop through the graphics in the feature set instead.
... View more
11-01-2010
03:03 PM
|
0
|
0
|
1437
|
|
POST
|
That error means the xml is not well formed. Try: <httpproxy>http://server.petro-fs.com:8887/Proxy/proxy.ashx</httpproxy>
... View more
11-01-2010
01:48 PM
|
0
|
0
|
4654
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-06-2017 01:13 PM | |
| 2 | 03-06-2017 02:12 PM | |
| 1 | 06-22-2010 12:01 PM | |
| 1 | 08-06-2012 09:29 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-15-2025
04:18 PM
|