|
POST
|
Jeremy, Did you change the source to an image that you have in your file structure? example is if you are using the FleViewer2.0 there is no such directory as com/esri/solutions/flexviewer/assets/images it would be assets/images instead. [Embed(source="com/esri/solutions/flexviewer/assets/images/powered_by_ME.png")]
private var myLogo:Class;
... View more
09-01-2010
06:36 AM
|
0
|
0
|
1808
|
|
POST
|
Flex API Team, In a couple of threads now you guys have mention FlexViewer 2.1, so that leads me to believe that you have decided what features and fixes will be included in the FlexViewer2.0 final, as we are still in beta now. Would you guys care to share what features will be added and fixed in the final, or are you guys just skipping the final release and going straight to 2.1? We have been in beta for a while now with no news of when final is expected or the features it will include...
... View more
09-01-2010
03:32 AM
|
0
|
12
|
3243
|
|
POST
|
Shawn, That has me scratching my head than because the drawing info should automatically come from the MXD or MSD when you publish your map service in ArcGIS Server 10.
... View more
08-31-2010
03:06 PM
|
0
|
0
|
1989
|
|
POST
|
Shawn, So look at my service directory page for this layer http://gis.calhouncounty.org/ArcGIS2/rest/services/ParcelViewer/MapServer/84 Notice the : Drawing Info: Renderer: Simple Renderer: Symbol: Simple Fill Symbol: Style: esriSFSSolid, Color: [255, 250, 200, 255] Outline: Simple Line Symbol: Style: esriSLSSolid, Color: [0, 0, 0, 255], Width: 0.4Label: Description: Transparency: 0 Labeling Info: N/A does your map service have that info?
... View more
08-31-2010
03:01 PM
|
0
|
0
|
1989
|
|
POST
|
Shawn, Yep it looks fine does CityLayers have a min or max scale set on it? Does it show on your maps and not in the legend? Do you have at least some of the sub-layers of the map service turned on?
... View more
08-31-2010
02:35 PM
|
0
|
0
|
1989
|
|
POST
|
Jason, Rasters can not be part of a map service that you are generating a legend for. That is just a limitation of the code. I have advised others in the past to just separate out raster layers to their own map service and then exclude them from the legend code.
... View more
08-31-2010
02:24 PM
|
0
|
0
|
2089
|
|
POST
|
Shawn, Operational Layers work just fine as long as they are coming from a ArcGIS 10 Server.
... View more
08-31-2010
02:21 PM
|
0
|
0
|
1989
|
|
POST
|
Jeremy, Attached is a zip with the code and a readme.txt in it.
... View more
08-31-2010
01:33 PM
|
0
|
0
|
3624
|
|
POST
|
Jeremy, OK is this a ArcGIS 10 Server http://psiws005/PyramidGIS?
... View more
08-31-2010
08:42 AM
|
0
|
0
|
3624
|
|
POST
|
Jeremy, Not sure which clustering code you are referencing but as clustering is a layer than yes it should go in the MapManager.
... View more
08-31-2010
07:23 AM
|
0
|
0
|
2755
|
|
POST
|
Jeremy, In that case this code goes in the MapManager.mxml.
... View more
08-31-2010
07:12 AM
|
0
|
0
|
2755
|
|
POST
|
Jeremy, Depends on what your app is... Are you talking a custom flex api app, Sample Flex Viewer 1.x or FlexViewer 2.0?
... View more
08-31-2010
07:02 AM
|
0
|
0
|
2755
|
|
POST
|
Carmen, You just have to loop through the graphicsProvider and create an array of geometries from it.
var geoArray:Array = [];
for each(var gra:Graphic in fullAddressGraphictoBuffer){
geoArray.push(gra.geometry);
}
bufferParameters.geometries = geoArray;
... View more
08-31-2010
07:00 AM
|
0
|
0
|
645
|
|
POST
|
Gaurav, Why not predefine the extent of the map service in the combobox data?
//Populate your combobox with an array like this.
private var ABC:ArrayCollection = new ArrayCollection([{label:"Subway", msurl:"the map service url",extent:"-78.75651009240596,39.6278291354036,-78.74282009759395,39.634491742596595"},
{label:"CiCi's Pizza", msurl:"the map service url", extent:"-78.84485849540602,39.6282293839035,-78.831168500594,39.634891991096495"},
{label:"Auntie Anne's", msurl:"the map service url", extent:"-78.84208596390596,39.623430996403556,-78.82839596909395,39.63009360359655"},
{label:"Orange Julius", msurl:"the map service url", extent:"-78.841786340406,39.6244109709035,-78.82809634559399,39.63107357809649"}]);
//Then you get access to the extent using some code like this:
var ext:String = yourComboboxId.dataProvider[yourComboboxId.selectedIndex].extent;
... View more
08-31-2010
06:51 AM
|
0
|
0
|
864
|
|
POST
|
Jeremy, What is the code behind the buttons for selecting different highlights? We need to get deeper in this than just general site functionality and workflow.
... View more
08-31-2010
06:24 AM
|
0
|
0
|
3624
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-14-2020 11:36 AM | |
| 17 | 05-17-2021 01:51 PM | |
| 1 | 07-06-2020 05:32 AM | |
| 1 | 07-10-2018 05:49 AM | |
| 9 | 01-28-2022 10:58 AM |
| Online Status |
Offline
|
| Date Last Visited |
06-08-2026
06:27 AM
|