|
POST
|
Using the CoordinateMenu component and revising a couple of functions, I made conversion very well. Thanks.
... View more
04-12-2013
12:42 PM
|
0
|
0
|
24526
|
|
POST
|
For a MapPoint, I get its X/Y coordinate values. How can it be converted into lat/long values? Thanks.
... View more
04-12-2013
06:46 AM
|
0
|
5
|
84269
|
|
POST
|
BJorn: Thanks for your response. I checked the link you provided, but could not figure out How To Do? Per my understanding, I should add something in the config. I will appreciate if you can provide a sample code for it. Thanks.
... View more
04-12-2013
06:43 AM
|
0
|
0
|
1251
|
|
POST
|
Re-opened the VS as admin, the problem was gone. Thanks.
... View more
04-11-2013
12:36 PM
|
0
|
0
|
675
|
|
POST
|
Removed to http://forums.arcgis.com/threads/82120-How-to-hide-a-widget-s-icon-on-the-toolbar
... View more
04-11-2013
12:33 PM
|
0
|
2
|
892
|
|
POST
|
In http://help.arcgis.com/en/webapi/flex/samples/index.html#/Bing_Maps_map_styles/01nq0000000t000000/, I tried to view a Bing application, but received VETiledlayer loaderror unauthorized. How can I view the Bing Map on y browser? In FB project development, if I want to open a Bing Map on a browser in a separate page (not on the existing ESRI map loaded), what should I do? I appreciate if you can share your experience?
... View more
04-11-2013
10:15 AM
|
0
|
2
|
976
|
|
POST
|
I borrowed a piece of code to load Bing and Google maps. The related piece of code is below. However, neither google map or Bing map displays on the browser. I am not sure whether I should have token/key for Bing/google map. If yes, where should code to include the token/key? Thanks. ------------ public var mapClickHandler:Function; public function bing_clickHandler():void { mapClickHandler = generateLinkHandler(WebMapLinkEvent.BING); map.addEventListener(MapMouseEvent.MAP_CLICK, mapClickHandler); } public function google_clickHandler():void { mapClickHandler = generateLinkHandler(WebMapLinkEvent.GOOGLE); map.addEventListener(MapMouseEvent.MAP_CLICK, mapClickHandler); } private function generateLinkHandler(linkType:String):Function { return function (event:MapMouseEvent):void { var point:MapPoint = event.mapPoint; var link:WebMapLinkEvent = new WebMapLinkEvent() link.point = point; link.mapType = linkType; CentralDispatcher.dispatchEvent(link); } }
... View more
04-11-2013
07:03 AM
|
0
|
4
|
1360
|
|
POST
|
Got it from GitHub. Also marked on the 2 threads. Thanks so much.
... View more
04-10-2013
09:50 AM
|
0
|
0
|
752
|
|
POST
|
I got Robert Cheitlin (the most intelligent and productive developer for ESRI Flex development) IdentifyWidget's source code from https://github.com/rscheitlin/Identify/blob/master/IdentifyWidget.mxml. But when I compiled it, an error on Line 1629 private function getResultByGID(gid:Number):IdResult Description Resource Path Location Type 1046: Type was not found or was not a compile-time constant: IdResult. I expect Robert's response how to solve this problem. Thanks.
... View more
04-10-2013
09:08 AM
|
0
|
2
|
1270
|
|
POST
|
From the below Level�??The initial level at which to open the map. The levels are dependant on your map's level of detail (LOD). I understand what your word. Thanks a lot.
... View more
04-05-2013
09:11 AM
|
0
|
0
|
626
|
|
POST
|
Sorry to post on a wrong forum. I re-posted it on ArcGIS for Flexviewer session: http://forums.arcgis.com/threads/81503-Zomm-Scale-customization?p=287147#post287147.
... View more
04-05-2013
08:10 AM
|
0
|
0
|
1342
|
|
POST
|
In ESRI's template, there are 20 levels on the Zoom Scale bar. How can it be customized to the desired number of levels (e.g. 12)? Thanks.
... View more
04-05-2013
08:08 AM
|
0
|
2
|
1434
|
|
POST
|
kenbuja: Thanks for your response. I added the customized code in the config like that below, but received ConfigManager error: A problem occurred while parsing the configuration file config.xml Error #1083 Please point out what is wrong in my code below. Thanks. <map > <esri:lods> <esri:LOD resolution="0.00000142768" scale="600"/> <esri:LOD resolution="0.00000285535" scale="1200"/> <esri:LOD resolution="0.00000571071" scale="2400"/> <esri:LOD resolution="0.0000114214" scale="4800"/> <esri:LOD resolution="0.0000228428" scale="9600"/> <esri:LOD resolution="0.0000456857" scale="19200"/> <esri:LOD resolution="0.0000913713" scale="38400"/> <esri:LOD resolution="0.000182743" scale="76800"/> <esri:LOD resolution="0.000365485" scale="153600"/> <esri:LOD resolution="0.00073097" scale="307200"/> <esri:LOD resolution="0.0.001461941" scale="614400"/> </esri:lods> <esri:extent> <esri:Extent xmin="-124.629" ymin="18.826" xmax="-68.027" ymax="56.311"> <esri:SpatialReference wkid="4269"/> </esri:Extent> </esri:extent> <!-- wraparound180="true" initialextent="-14083000 3139000 -10879000 5458000" fullextent="-20000000 -20000000 20000000 20000000" top="40" addarcgisbasemaps="true"--> <operationallayers> </operationallayers> </map>
... View more
04-05-2013
04:45 AM
|
0
|
0
|
1342
|
|
POST
|
As the continuation of my post above, is it possible to dynamically changed the order of the loaded basemaps?
... View more
04-04-2013
03:47 PM
|
0
|
0
|
925
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-18-2023 10:02 AM | |
| 3 | 07-14-2023 12:29 PM | |
| 1 | 04-02-2021 12:16 PM | |
| 1 | 07-24-2017 11:31 AM | |
| 1 | 04-04-2016 03:59 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-01-2025
11:58 AM
|