|
POST
|
Thanks Robert...that helped some. I adjusted my extents per the rest service file. Then I commented out all map services except the facilities layer that has the MGRS grid. Everything is correct and in the right projection. When I add back in the Street Map layer (ESRI live maps) and reload the map, the Street Map layer loads over the facilities layer. The Street Map layer is blank, but when turned off my layer is still in the correct place. To me this means the Street Map layer is not reprojecting to be where my data is. I have the Street Map layer loading with the Live Maps, rather than the Basemaps. Thoughts about what might be wrong? I've attached my config.xml file.
... View more
06-04-2010
08:26 AM
|
0
|
0
|
548
|
|
POST
|
Ok, I set my extents to: <map initialExtent="-160300 4684100 1165200 3843700" fullExtent="-304741 6062980 4501420 3011000"> in config.xml. When the map starts, it goes to an area that there is obviously no data - just a dark screen. If I click on my old bookmarks, then the overview map zooms to the correct OLD area (in Lat/Lon), the overview map then shows map parts, and when zoomed out enough, the map shows data from the StreetMap layer, but not mine. So, something here is still not correct. Is it something to do with the wrong extents? If so, what would make it right? And further, what needs to be done to have the overview map show the correct extents too, when things work the way they are supposed to? Still workin... Brad
... View more
06-03-2010
02:07 PM
|
0
|
0
|
548
|
|
POST
|
I'd be happy if it ID's on ANY of my layers, and it is set to "all".
... View more
06-03-2010
02:02 PM
|
0
|
0
|
752
|
|
POST
|
I am having a very similar issue - if I use the sample Parcels map service provided in the sample, ID works fine. If I try to use my layers, no results are returned. I have my "<identifylayeroption>" set to "all" in identifywidget.xml. Seems several of us are experiencing the same problem? Brad
... View more
06-03-2010
12:51 PM
|
0
|
0
|
1253
|
|
POST
|
I have mine set to "all", though I also tried "visible". It doesn't seem to help much...or hasn't seemed to affect things, anyway.
... View more
06-03-2010
12:35 PM
|
0
|
0
|
782
|
|
POST
|
I have a requirement to print more than just the map and title, as the Flex Viewer does in the sample. Basically I need to add a lot of elements - declination diagram (from an image), scale, frame, disclaimer, legend and (ideally) the MGRS grid. I have a feeling the grid will need to be in the map itself, rather than a layout grid (such as would be produced in ArcMap). But I think the other elements are realistic as part of the print output. My question is: what are some good sites that have examples of this? Code samples any of you could share? I know this is a pretty complex print request, but its part of what the client wants to have for their online site for some of their maps. Thanks in advance! Brad
... View more
06-03-2010
12:02 PM
|
0
|
9
|
4219
|
|
POST
|
Hmmm...ok...kinda one of those "why is the sky blue? Because it is..." answers, but I can live with it for now. It probably can be reversed in the widget somehow. Thanks, for sure, Robert! I'm going to post a print question next...maybe you can chime in on. And I'm still trying to solve my ID widget issue. 😐 Brad
... View more
06-03-2010
11:57 AM
|
0
|
0
|
548
|
|
POST
|
Ok...so riddle me this: why does the widget show them in reverse order from how they are loaded in the config.xml?
... View more
06-03-2010
11:46 AM
|
0
|
0
|
1243
|
|
POST
|
Gotcha. I will change them. But which is the "first service loaded", per my previous reply?
... View more
06-03-2010
11:38 AM
|
0
|
0
|
1243
|
|
POST
|
Here it is: <map initialExtent="-120.2 34.6 -113.8 42.2" fullExtent="-150 -50 150 50">
... View more
06-03-2010
11:16 AM
|
0
|
0
|
1243
|
|
POST
|
Ok, let's expound on that a little, then: In my config file I now have moved the StreetMap layer into the livemaps portion of config.xml: <mapservice label="Street Map" type="dynamic" visible="true" alpha="1" icon="com/esri/solutions/flexviewer/assets/images/icons/i_highway.png">http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer</mapservice> <mapservice label="NVNG Imagery" type="dynamic" visible="true" alpha="1">http://ngnv-jhqj6-a014/ArcGIS/rest/services/NVNG_Site_Imagery/ImageServer</mapservice> <mapservice label="NVNG Facilities" type="dynamic" visible="true" alpha="1">http://ngnv-jhqj6-a014/ArcGIS/rest/services/NVNG_Web_Mapping/MapServer</mapservice> This results in listing the services in this order in the layers widget: NVNG Facilities NVNG Imagery Street Map My first question is why the order gets reversed between the config file and the widget. The second question is: does this mean the UTM layer (NVNG Facilities) is loaded first and the projection should thus be in UTM in Flex? If so, it doesn't seem so, since my UTM Grid is not "square" on the screen. Please shine a little more light on this for me? Thanks! Brad
... View more
06-03-2010
10:52 AM
|
0
|
0
|
1243
|
|
POST
|
I have a need to view my maps in the Flex Viewer (or are we calling it Flash Viewer now?) in UTM 11N. I need the data from the MGRS to be correct and that is projected to UTM. Printed maps will be used to navigate using the MGRS. However, the basemap (ESRI StreetMap, etc) is the WGS 84 projection. How would this best / most easily be handled? Thanks in advance... Brad
... View more
06-02-2010
11:26 AM
|
0
|
14
|
2043
|
|
POST
|
Yes, there are several layers in the map document, and all of them have the OBJECTID and SHAPE fields turned on. I've tried it with several layers (the full MXD / map service needed) and a pared down MXD / Map Service (one with just a few layers). Neither of them will return records when clicked on using the ID tool. Any thoughts?
... View more
06-01-2010
01:32 PM
|
0
|
0
|
782
|
|
POST
|
I'm obviously missing something pretty simple, but... I have added a dynamic layer to the Flex Viewer. It shows fine. I can't get the ID widget to return anything when clicking on my layers. I have turned off the basemap layers during testing. The ID widget works fine on the sample ESRI "Parcels" service / layers. Is there something that has to be customized outside of the IdentifyWidget.xml and IdentifyWidget.mxml? If so, please enlighten me. Thanks! Brad
... View more
05-26-2010
12:56 PM
|
0
|
10
|
1285
|
|
POST
|
Ok, for whatever reason, after leaving the thing (rebooting and coming back this morning) the labels are now visible in the Flex Viewer. If anyone has an idea on why THAT might be, feel free to chime in, but for now it was solved by the apparent mysteries of Windows.
... View more
05-06-2010
07:50 AM
|
0
|
0
|
185
|
| Online Status |
Offline
|
| Date Last Visited |
07-14-2021
12:15 PM
|