|
POST
|
This should work if your map's spatial reference is 4326: <layer label="Paulo" type="wms" visible="false"
url="http://mapas.mma.gov.br/cgi-bin/mapserv?map=/opt/www/html/webservices/baseraster.map"
skipgetcapabilities="true"
version="1.1.1"
visiblelayers="hid5000000li"
wkid="4326"/>
... View more
08-01-2011
01:04 PM
|
0
|
0
|
862
|
|
POST
|
You can create a custom PopUpRendererSkin that has this line of code removed from the cleanAndSetHtmlText() function: // add target="_blank" to all anchor tags htmlText = htmlText.replace(/<a.*?href\s*=\s*["']([^"']*).*?>(.*?)<\/a\s*>/gi, '<a href="$1" target="_blank">$2</a>'); See: http://help.arcgis.com/en/webapi/flex/help/index.html#/Styling_and_skinning_overview/017p0000001s000000/
... View more
08-01-2011
12:15 PM
|
0
|
0
|
1021
|
|
POST
|
All the tags and attributes in the config xml should be lowercase. Try using imageformat="png32".
... View more
08-01-2011
11:23 AM
|
0
|
0
|
2423
|
|
POST
|
Yohan, You can create a swc that uses the ArcGIS Flex swc, but you'll need to make sure that in your library project, you set the link type to "external" under the Library path. You'll then just need to include both swcs in your application project.
... View more
05-31-2011
09:38 AM
|
0
|
0
|
3624
|
|
POST
|
The Flex API doesn't have an option to interpolate the tiles, but you can update the map's lods like is done in this sample: http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=agol
... View more
05-28-2011
02:33 PM
|
0
|
0
|
483
|
|
POST
|
You'll need to create a custom renderer for this by extending Renderer: http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/renderers/Renderer.html
... View more
05-28-2011
01:58 PM
|
0
|
0
|
519
|
|
POST
|
The Search widget also allows the user to perform spatial searches: http://help.arcgis.com/en/webapps/flexviewer/help/index.html#/Search_widget/01m300000023000000/
... View more
05-28-2011
12:06 PM
|
0
|
0
|
1023
|
|
POST
|
The order of the layers inside the Map are reflected by the order of the layers in the ArrayCollection exposed by the "layers" property: http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/Map.html#layers You can manipulate this ArrayCollection directly or call reorderLayer() http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/Map.html#reorderLayer() You can also choose where a layer is added by passing the position to addLayer() http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/Map.html#addLayer()
... View more
05-02-2011
07:07 PM
|
0
|
0
|
490
|
|
POST
|
Please contact Esri Support at http://support.esri.com/en/
... View more
05-02-2011
06:56 PM
|
0
|
0
|
1345
|
|
POST
|
There is a bug in the API that's causing this issue when the layers are cached at the same scales and spatial reference, but have different DPI and resolutions. Can you rebuild one of the layers so that it has the same DPI and resolutions as the other one?
... View more
04-29-2011
09:28 AM
|
0
|
0
|
605
|
|
POST
|
Mark, You may be able to only have one label function if you make use of the column that's passed in. In the mxml you could set the dataField on the column and refer to that in the label function.
... View more
04-29-2011
09:21 AM
|
0
|
0
|
1273
|
|
POST
|
Thanks rscheitlin, I find that the level does work. I also thought that my extent was completely being ignored, but I found that it was not being ignored, but because I was trying to take advantage of the wrapAround180 feature in the new API to show the entire extent of the US, I was using an extent that didn't make sense. I was using the expanded view of the world, zooming in and reading the map.extent to get the extent I wanted to use. It didn't even occur to me that the extent I was using was gibberish. There seems to be a bug with the wrap feature that keeps subtracting (or adding) as the map is scrolled past the dateline. Thanks for your help. Everything is working okay now. I think some work needs to be done on the wrap feature before it's ready for me to use. Thanks again! David, do you have a test case showing what you'd like to do when the wrap around is on? When wrap around is on, the map's extent behaves the same as when it's off. It's still linear.
... View more
04-29-2011
09:19 AM
|
0
|
0
|
806
|
|
POST
|
I think the problem is with the configuration on the server for your virtual directory. See what the url is in the extract response. Reference: http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/Exposing_your_services_to_external_users/009300001657000000/
... View more
04-29-2011
08:59 AM
|
0
|
0
|
1345
|
|
POST
|
Robert, Are you referring to the info and infoconfig attributes on the layer tag? These are not being deprecated. We've just deprecated SimpleInfoWin widget, but info and infoconfig are still useful as extension points for custom pop-ups.
... View more
04-27-2011
01:19 PM
|
0
|
0
|
1698
|
| 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
|