|
POST
|
1. include a login and password (preferably inbedded into the splash screen) that relates/utilizes to my arcgis server user roles (to allow only certain users access to edit, view, etc.). If you are using ArcGIS 10.1 (and even 10.1 SP1 to some extent) with Flex Viewer 3.0 some of this will work automatically. The ArcGIS Security is driven by the security set up for a Map Service, and the Flex Viewer will prompt automatically when a log-in is needed for a service. 2. Customize the popup windows for the query button. Assuming you mean the Query Widget, then depending on what customization you are thinking about you might be able to do it with the application builder or configuration files. The alternative is to work with the source code to compile your own viewer. If you share more specifics on what customization you are looking for, we could probably help you with more specifics. 3. Customize the popup windows for the edit button (setting aliases or using the aliases set up in the sde geodatabase). The aliases from the SDE database, and from the ArcMap document is automatically used by the Edit Widget. Is this not working for you?
... View more
07-10-2012
10:56 AM
|
0
|
0
|
3809
|
|
POST
|
Is there a way to change the zoom level when using Bing Maps as the basemap? I want to be able to zoom in more closely. The Flex Viewer supports specifying (add/remove) zoom levels to use for the application using the <lods>, but for pre-created tiles like Bing Maps it will only work for the scales that Bing are providing. For some areas and types, Bing goes down to 1:282. http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Main_configuration_file/01m300000018000000/
... View more
07-09-2012
08:43 AM
|
0
|
0
|
800
|
|
POST
|
... Flex 3.0 ... Print Widget to export map to PDF and various other image formats. Is it possible to still use the same widget to print to hard copy AND export map? what are the tags/parameters I need to use? You would have to add the Print Widget twice, with different configuration files. Or go into the source code for the Print Widget, re-write the code, then compile it.
... View more
07-09-2012
08:08 AM
|
0
|
0
|
1090
|
|
POST
|
You can use the built-in emulator with Adobe Flash Builder using the "On desktop" launch mode. You do not have to have the device to do this.
... View more
07-06-2012
08:38 AM
|
0
|
0
|
792
|
|
POST
|
The Flex Viewer only accepts one web map, so "no" you cannot use two web map directly. Some alternatives: * Create a new web map 🙂 * Convert the web maps to operational layers. There's a handy utility, Web Map Converter, for that at: http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Helper_applications/01m30000002m000000/ * Write custom flex viewer code to convert both web maps on the fly.
... View more
07-06-2012
08:18 AM
|
0
|
0
|
788
|
|
POST
|
The id property in LayerInfo has been renamed layerId. See the migration doc at http://resources.arcgis.com/en/help/flex-api/concepts/index.html#/Migrating_from_2_5_to_3_0/017p00000024000000/
... View more
07-05-2012
09:27 AM
|
0
|
0
|
551
|
|
POST
|
FYI - the online WMTS sample have been updated to point to a service (with a crossdomain.xml file) and is now working. http://resources.arcgis.com/en/help/flex-api/samples/index.html#/WMTS_Map/01nq0000007n000000/
... View more
07-03-2012
04:17 PM
|
0
|
0
|
1451
|
|
POST
|
I'm trying to use the service available in the WMTS sample at http://resources.arcgis.com/en/help/flex-api/samples/index.html#/WMTS_Map/01nq0000007n000000/ FYI - the online WMTS sample have been updated to point to a service (with a crossdomain.xml file) and is now working good. http://resources.arcgis.com/en/help/flex-api/samples/index.html#/WMTS_Map/01nq0000007n000000/
... View more
07-03-2012
04:16 PM
|
0
|
0
|
584
|
|
POST
|
FeatureSet.features is a normal array, so you can use pop() etc to remove elements from that array. http://resources.arcgis.com/en/help/flex-api/apiref/com/esri/ags/FeatureSet.html#features See for example http://resources.arcgis.com/en/help/flex-api/samples/index.html#/Basic_Routing/01nq0000005p000000/ map.defaultGraphicsLayer.remove(stops.features.pop()); "Three methods of the Array class--pop(), shift(), and splice()--allow you to remove elements from an array. The pop() method removes an element from the end of the array. In other words, it removes the element at the highest index number. The shift() method removes an element from the beginning of the array, which means that it always removes the element at index number 0. The splice() method, which can also be used to insert elements, removes an arbitrary number of elements starting at the index number specified by the first argument sent to the method." http://livedocs.adobe.com/flex/3/html/help.html?content=10_Lists_of_data_2.html
... View more
07-02-2012
07:51 AM
|
0
|
0
|
1235
|
|
POST
|
I need to retrieve the metadata information from a feature layer. Is there any sample or code snippet that I can use to understand the method? Thanks Depends on what you mean with metadata, the feature layer have several metadata fields (which can also be seen at the service directory page) which are available in the LayerDetails: http://resources.arcgis.com/en/help/flex-api/apiref/com/esri/ags/layers/supportClasses/LayerDetails.html Some samples look at the geometry types, or the field type, or time info based on the layer details: http://resources.arcgis.com/en/help/flex-api/samples/index.html#/TemplatePicker/01nq00000033000000/ http://resources.arcgis.com/en/help/flex-api/samples/index.html#/TimeSlider_feature_layer/01nq0000001m000000/
... View more
06-28-2012
02:54 PM
|
0
|
0
|
1899
|
|
POST
|
...My services can be seen on the outside in Flexviewers however the search widgets don't seem to work and the service cannot be seen internally using the webadapter or :6080 or localhost. When I try the flexviewer as localhost the app shows up but know services.I must have something messed up it seems the server does not go throught the webadapter to get too the widgets. I am at a loss on how to get these apps working on the network and outside.[/url] Hi Susan, the application seem to work fine from here. And it looks like both your main config.xml as well as the search widget.xml points to the web adapter (i.e. no :6080 in the url) for both widget and data. Are you still having problems viewing it internally (while it works fine externally)? What kind of error are you getting? Did you try on a different machine or different web browser (to make sure it wasn't a browser caching issue while you were testing)? Can your internal users who have the problem with the search widget access the service directory for that data - http://www.unionco.org/unioncomaps/rest/services/Union/UnionLandRecords/MapServer/1 ? FYI - I noticed you were using version 2.3 of the Flex Viewer. While in this case I don't think it matters, you might still be interested in updating your flex viewer application to 3.0 - http://blogs.esri.com/esri/arcgis/2012/06/25/arcgis-3-0-for-flex-released/.
... View more
06-27-2012
03:16 PM
|
0
|
0
|
1503
|
|
POST
|
Is it possible to have "one" of the widget icons over at the far right of the banner (next to the About link) while keeping the others together as normal? No. At least not without writing custom Flex code to rework the inside of the HeaderController.
... View more
06-27-2012
12:36 PM
|
0
|
0
|
634
|
|
POST
|
This seems to work but there are many layers in that server, what I want is the layer "WoodStock:Woodstock_Rooftop_Area_p102100". The WMTS standard, http://www.opengeospatial.org/standards/wmts, does not support specifying which layers are on or off. You can "just" ask for the pre-created tiles: "The WMTS serves a single tile of a single layer of a map. Unlike WMS, there is no specified way to request a server to combine and return a map tile with information coming from more than one layer in a single fetching process."
... View more
06-22-2012
07:24 AM
|
0
|
0
|
1451
|
|
POST
|
Any ideas how to display the copyright information of basemaps in Flex? There is an API example of displaying the copyright (based on the service directory metadata) below the map: http://resources.arcgis.com/en/help/flex-api/samples/index.html#/ArcGIS_Online_data/01nq0000001w000000/
... View more
06-22-2012
07:18 AM
|
0
|
0
|
786
|
|
POST
|
I am not able to run 3. Tried it and it won't even display a tiled map...maybe it's because we are still using 10 and not 10.1 All versions of the Flex API (from 1.0 to 3.0) all work with any ArcGIS Server 9.3 and later. So your problem with 3.0 must be related to something else. My recommendation would be to try and figure out why 3.0 isn't working... If you still have problem with it, you might want to create a new thread for that issue.
... View more
06-14-2012
10:44 AM
|
0
|
0
|
2134
|
| 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
|