|
POST
|
See config-all.xml for example usage of the Splash widget. It has it's own place in the config like this: <splashpage label="ArcGIS Viewer for Flex" config="widgets/Splash/SplashWidget.xml" url="widgets/Splash/SplashWidget.swf"/>
... View more
09-27-2010
01:06 PM
|
0
|
0
|
1076
|
|
POST
|
The layer tag is fine (you can remove the trailing slash). This is a non-cached ArcGIS service. The problem is that the service returns blank images when it's being asked to be projected to web mercator. It works fine if you leave it in 4326 like this (notice the change in base layer): <map initialextent="-146 16 -61 59" top="40">
<basemaps>
<layer label="Streets" type="tiled" visible="true" alpha="1"
url="http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer"/>
</basemaps>
<operationallayers>
<layer label="Weather Radar" type="dynamic" visible="false"
url="http://129.79.145.13/ArcGIS/rest/services/Maps/radar/MapServer"/>
</operationallayers>
</map>
... View more
09-27-2010
01:02 PM
|
0
|
0
|
1887
|
|
POST
|
Did you use Flash Builder to import the source zip into a new project? Your additional compiler args should be: -locale=en_US -source-path=locale/{locale} -keep-all-type-selectors=true
... View more
09-27-2010
12:08 PM
|
0
|
0
|
3047
|
|
POST
|
Can you try downloading the ASP.NET proxy again at: http://help.arcgis.com/en/webapi/flex/help/index.html#proxy.htm It has some fixes in this area that may resolve this issue.
... View more
09-27-2010
09:58 AM
|
0
|
0
|
918
|
|
POST
|
FlexViewer 2.1 does support ArcIMS services. Can you post your layer tag from your config?
... View more
09-27-2010
09:50 AM
|
0
|
0
|
1887
|
|
POST
|
The order of the fields shown in the Search and Query widgets is undetermined if you return all the fields using all="true" and you're not using ArcGIS Server 10.
... View more
09-27-2010
09:47 AM
|
0
|
0
|
1736
|
|
POST
|
Yes. You can verify by creating a simple test app like this sample: http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=DynamicMap
... View more
09-22-2010
11:59 AM
|
0
|
0
|
1661
|
|
POST
|
You'll need to use Flex API 2.x in order to send REST requests with the wkt value. See the "Migrating to 2.x" page at: http://help.arcgis.com/en/webapi/flex/help/index.html
... View more
09-22-2010
11:26 AM
|
0
|
0
|
1661
|
|
POST
|
wkt is "Well-Known Text" vs. wkid for "Well-Known ID". The ArcGIS REST API added support for wkt at version 10. See: http://sampleserver3.arcgisonline.com/ArcGIS/SDK/REST/geometry.html If you open your service and view the json, what do you see for the spatialReference?. e.g. for: http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Fire/Sheep/MapServer?f=json&pretty=true It's: "spatialReference" : { "wkid" : 4326 }
... View more
09-22-2010
10:50 AM
|
0
|
0
|
1661
|
|
POST
|
Can you double-check that the polygon's Graphic has it's doubleClickEnabled property set to true.
... View more
09-22-2010
08:09 AM
|
0
|
0
|
512
|
|
POST
|
It looks like you're trying to connect to a WMS service, not an ArcIMS service.
... View more
09-22-2010
07:45 AM
|
0
|
0
|
577
|
|
POST
|
This sample uses a few custom classes: http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=WMS_TOC
... View more
09-22-2010
07:29 AM
|
0
|
0
|
807
|
|
POST
|
Are you using ArcGIS API for Flex version 2.x? This version is required for wkt support.
... View more
09-22-2010
07:27 AM
|
0
|
0
|
1661
|
|
POST
|
2.1 has been released: http://forums.arcgis.com/threads/13360-Flex-API-2.1-released-today
... View more
09-21-2010
09:25 AM
|
0
|
0
|
1230
|
|
POST
|
Correct, the ArcGISTiledMapServiceLayer only supports single fused map caches.
... View more
09-21-2010
09:13 AM
|
0
|
0
|
470
|
| 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
|