|
POST
|
For type "feature", the url should be to the layer in the service you want to use. Try setting the url to http://gis.cityoforange.org/ArcGIS/rest/services/clTie_index/MapServer/0
... View more
10-21-2010
12:06 PM
|
0
|
0
|
1765
|
|
POST
|
They are in 102100. See the Spatial Reference value in the service at: http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer
... View more
10-21-2010
11:57 AM
|
0
|
0
|
857
|
|
POST
|
The logo comes from the ArcGIS API for Flex. You can hide it by setting adding this to the MapManager's partAdded() function: map.logoVisible = false;
... View more
10-21-2010
11:52 AM
|
0
|
0
|
2239
|
|
POST
|
The ArcGIS REST API doesn't support returning Cartographic Line symbols. It does support simple line symbols with different dash styles though: http://help.arcgis.com/EN/arcgisserver/10.0/apis/rest/symbol.html#sls After you've republished your service and cleared the REST cache, you can check to see what the style is in the layer's service directory pager. e.g., http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Network/USA/MapServer/6 (style is esriSLSSolid)
... View more
10-18-2010
11:57 AM
|
0
|
0
|
1548
|
|
POST
|
Are you referring to the Symbol.createSwatch() method? http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/symbols/Symbol.html#createSwatch() "Swatches only work with symbols which are supported in the FeatureService, i.e., swatches are not supported for CompositeSymbol, InfoSymbol and TextSymbol." It should be working for CartographicLineSymbol. See: http://forums.arcgis.com/threads/9074-Legend-for-CartographicLineSymbol?p=27861#post27861
... View more
10-18-2010
09:10 AM
|
0
|
0
|
1548
|
|
POST
|
Thanks for reporting this issue. It should be fixed in a future API release. As a workaround, you could use the DetailsTask to get the fields and their aliases. http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/DetailsTask.html
... View more
10-14-2010
04:15 PM
|
0
|
0
|
519
|
|
POST
|
Almost... you should use an actual Extent, not a Polygon: http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/geometry/Extent.html
... View more
10-14-2010
01:50 PM
|
0
|
0
|
2400
|
|
POST
|
Try setting an attribute on the stop called "Name". See example at: http://help.arcgis.com/EN/arcgisserver/10.0/apis/rest/nasolve.html
... View more
10-14-2010
01:45 PM
|
0
|
0
|
743
|
|
POST
|
When you ran the release build, did you run it via a web server or directly from the file system? It should be run from a web server since Flash has different security restrictions when run from the file system.
... View more
10-14-2010
11:26 AM
|
0
|
0
|
657
|
|
POST
|
Dasa, is there anything special that needs to be in the map or feature class before a feature class is published to allow it to work as type feature? I don't think so, but you may need to contact ESRI Tech Support for more help on this issue.
... View more
10-13-2010
02:19 PM
|
0
|
0
|
1554
|
|
POST
|
1.) You can select features in a FeatureLayer that's using a FeatureCollection using an Extent geometry, objectIds or timeExtent. 2.) The AttributeInspector should work with a FeatureLayer that's using a FeatureCollection.
... View more
10-13-2010
02:16 PM
|
0
|
0
|
2400
|
|
POST
|
Try setting the outFields on the sourceBlockFeatureLayer instead. The Query.outFields are not used when querying via a FeatureLayer. If you want all fields, you can use [ "*" ]. If you use a tool like HttpFox, you can verify the outFields parameter in the HTTP request.
... View more
10-13-2010
11:37 AM
|
0
|
0
|
2400
|
|
POST
|
Yes, ArcGIS Server 10 REST is backwards compatible with the 1.x API.
... View more
10-13-2010
10:46 AM
|
0
|
0
|
565
|
|
POST
|
The InfoPopupWidget only loads the image if the url ends with .jpg, .png or .gif. What are your url's like?
... View more
10-13-2010
10:45 AM
|
0
|
0
|
2315
|
| 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
|