|
POST
|
HP, I'm not sure I understand 100%, but I think the question you are asking is "why does my map service of France show up in Nigeria?". Here are a few things that might clarify it for people trying to assist you 🙂 Q1. When you published your service, can you go the Service Directory page for that service? The Service Directory page will usually be: http://yourserver/ArcGIS/rest (if you are using ArcGIS Server .NET) For example: http://maps.esrifrance.fr/ArcGIS/rest/services/demo_FFR/MapServer Q2. What projection does it say your Map Service is in? For example, the Map Service above has: "Spatial Reference: 2154" Q3. Is the map cached or not? "Single Fused Map Cache: false" - means that the map is not cached. If it's "true", then the map is cached. Q4. If you click the "View In ... ArcGIS JavaScript" - does it work? What happens? Q5. If you click the "View In ... ArcGIS.com Map" - does it work? What happens? Q6. Is the service available to the public (so that we can see it directly)? If your ArcGIS Server is on an internal network - is it a secured service?
... View more
07-06-2011
07:11 AM
|
0
|
0
|
931
|
|
POST
|
@nasif For different topics, it is usually better to create new "threads" 🙂
... View more
06-23-2011
08:24 AM
|
0
|
0
|
1427
|
|
POST
|
The existing 2.3.1 release works with Flex SDK 4.5 (and 4.5.1) - though there's a few things to keep in mind, especially if working with mobile (Android, iOS) devices. There is a good article on the Adobe Developer connection about "Building an Android and iOS mobile mapping application using the ArcGIS API for Flex" http://www.adobe.com/devnet/flash-builder/articles/mobile-mapping-app-arcgis.html Recently, Adobe TV also posted an episode about "munitracker" showing the existing Flex API on multiple devices: http://tv.adobe.com/watch/adc-presents/munitracker-app-for-android-and-ios-built-with-flash-builder/ Related article: http://www.adobe.com/devnet/flex/samples/muni-tracker.html But ... while it is possible to use the existing 2.3.1 with the Adobe Flex 4.5 SDK, our next version (2.4) will make it even easier, as well as better for mobile applications. Our plans are to release version 2.4 next month (July).
... View more
06-22-2011
01:53 PM
|
0
|
0
|
1427
|
|
POST
|
This bug has been fixed for the 2.4 release that is planned for July 2011.
... View more
06-20-2011
05:34 PM
|
0
|
0
|
1304
|
|
POST
|
Are you using your own clustering, or the built-in API cluster classes?
... View more
06-13-2011
03:34 PM
|
0
|
0
|
761
|
|
POST
|
Is there a widget ... where visitors could post comments about the beta site? One way to do that would be to use the StaticImageWidget with an image saying "Please comment", then have it link to a Google Docs spreadsheet or document. Just an idea 🙂
... View more
06-13-2011
03:26 PM
|
0
|
0
|
922
|
|
POST
|
I am trying to access a Navteq web service that uses Quadkey & x/y/z interface via a tiledMapService using ArcGIS Flex API in FlexViewer. If it's not a supported layer, you would have to create your own layer to support this type. The "Access Custom Tiles" API sample might be helpful. http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=ExtendTiledLayer_CustomTiles
... View more
06-13-2011
09:53 AM
|
0
|
0
|
675
|
|
POST
|
I have an issue when trying to reproduce the WMS layers on/off sample for a Desktop application. It works fine for me:) I created a new Project (Application type: Desktop), added the 2.3.1 swc, added the com.esri.ags.samples, and copied in the WMS sample. Is this your first Desktop AIR project? Have you tried any other samples and got them working? Did you make any other changes to the Flex Project?
... View more
05-30-2011
08:17 PM
|
0
|
0
|
3600
|
|
POST
|
Yes, you can have non-editable feature layers. When you add your feature layers, point it to a layer within a MapService instead of a layer within a FeatureService. "The feature layer can be used to display features from one single layer of either a Feature Service or a Map Service. The layer can be either a (spatial) layer or a (non-spatial) table. The features in a FeatureLayer can be edited if it is based on a Feature Service." http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/FeatureLayer.html
... View more
05-26-2011
06:26 AM
|
0
|
0
|
1219
|
|
POST
|
I want to develop the application for the ios devices like ipad2, iphone4 in arcgis for flex api. yesterday the flex 4.5 has been released, the official say the flex 4.5 support ios and android, so i don't know whether it's ok to develop ipad/iphone apps in arcgis for flex api. any suggestion will be appreciated.[/SIZE] Yes, it's OK. This is just another feature of the Adobe Flash Builder 4.5.1 that Adobe plans to release in June - which will support compiling Flex apps to native iOS apps. http://coenraets.org/blog/2011/04/flex-charts-on-the-ipad/ http://www.macromediastudio.biz/devnet/flex/trial/examples/28_complex_mobile_app.html
... View more
05-26-2011
06:23 AM
|
0
|
0
|
1645
|
|
POST
|
Is there a simple way to make a query POST with the api, or do I need to use the Flex HTTPService? The Flex API will automatically use POST when needed. You don't have to do anything. "... will always POST if the URL is longer than 2000 characters or includes a "token" parameter, but using this [the method] property you can force a "POST" even for all other cases." http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/BaseTask.html#method
... View more
05-26-2011
06:14 AM
|
0
|
0
|
1918
|
|
POST
|
I am receiving the following error message after I type in some addresses: faultCode:Channel.Security.Error faultString:'Security error accessing url' faultDetail:'Unable to load WSDL. If currently online, please verify the URI and/or format of the WSDL (http://www.geosmartniagara.ca/googleproxy/Service.asmx?WSDL)' I can access this URL from IE8 directly without a problem. When you can access the URL directly but not from a flash application, it is usually due to either a missing crossdomain.xml file, or it's not configured to allow your flash application access. In this case, look at http://www.geosmartniagara.ca/crossdomain.xml and you'll notice that it only allows access for applications hosted on cogeco.ca. What's the URL for your application? <allow-access-from domain="*.cogeco.ca"/>
... View more
05-25-2011
07:26 AM
|
0
|
0
|
2183
|
|
POST
|
It is most likely a problem with the IIS security setup. The following forum post might be helpful - http://forums.asp.net/t/1115232.aspx/1?Server+Error+HTTP+Error+500+19+Internal+Server+Error: "Check the web application folder permission and make sure the following users and groups are included \ASPNET and \IIS_IUSRS and \IUSR."
... View more
05-25-2011
07:07 AM
|
0
|
0
|
628
|
|
POST
|
Maybe you're zooming in to an area where there is no data for those levels. "Bing Maps contains different levels of geographic coverage for every country/region in the world. " http://msdn.microsoft.com/en-us/library/dd435699.aspx Try the API sample at http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=VETiledLayer or the viewer sample at http://help.arcgis.com/en/webapps/flexviewer/live/index.html?config=apps/config-bing.xml In Washington, DC (near the white house), street data will go down to 1:282, but aerial will only go down to 1:564. In downtown Manhattan, New York, all Bing maps supports down to 1:282. In Beijing, the imagery goes down to 1:2,257, but the street data only to 1:4,514.
... View more
05-25-2011
07:02 AM
|
0
|
0
|
1150
|
|
POST
|
You might also want to take another look at the License Agreement - http://www.esri.com/legal/pdfs/mla_e204_e300/english.pdf Note under "4.2 Uses Not Permitted", especially point "g": "g. Licensee shall not remove or obscure any ESRI or its licensors' patent, copyright, trademark, or proprietary rights notices contained in or affixed to Software, Data, Web Services, or Documentation."
... View more
05-23-2011
07:02 AM
|
0
|
0
|
2169
|
| 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
|