Quantcast
Channel: Forums - ArcGIS Viewer for Flex
Viewing all 2097 articles
Browse latest View live

Popup window lost its zoom button

$
0
0
Again, I'm brand new with Flex...

We're using ArcServer 10.0 and Flew Viewer App Builder 3.5.

When I first started making my web app, once the web site was running, you could select (with the default hand/pan) features from the data layers in the map service (like parcels), and whatever was selected would be highlighted and the popup window had a Zoom To button.

At some point, I realized that both (a) the feature selection upon being clicked and (b) the zoom-to button in the popup window of attributes were no longer operating.

Any thoughts as to why this is the case?

Thank you!

Mike

esriJobFailed

$
0
0
Hi
I have a geoprocessing web service, when my job has problem server return this message:

esriJobFailed

I need to customize above message to another message for example I need it show this message: Input coordinate is not valid.

I dont know how can I change "esriJobFailed" message?

please help me.
Regards

Pop-ups only display at a large scale

$
0
0
I am brand new to programming and ArcGIS Viewer for Flex, so I apologize if I am leaving out information or if this seems trivial. I have added this map service to my application with the following properties:

Code:

<layer label="Wind Turbines" type="tiled" visible="flase" alpha="1.0"
        url="http://eerscmap.er.usgs.gov/arcgis/rest/services/wind/wTurbinesWM/MapServer">
    <sublayer id="1" popupconfig="popups/PopUp_WindTurbines.xml"/>
</layer>

My pop-up configuration file:

Code:

<?xml version="1.0" ?>
<configuration>
    <title>{SiteName}</title>
    <fields>
        <field name="image_name" visible="true"/>
        <field name="ORS_Number"  alias="ORS Number" visible="true"/>
        <field name="type_tower" alias="Tower Type" visible="true"/>
        <field name="lat_DD"  alias="Latitude" visible="true"/>
        <field name="lon_DD"  alias="Longitude" visible="true"/>
        <field name="image_year"  alias="Image Year" visible="true"/>
        <field name="blengthT"  alias="Length" visible="true"/>
        <field name="rotSwepT"  alias="Rotswept" visible="true"/>
        <field name="MW_float"  alias="MW-Decimal" visible="true"/>
        <field name="MW_text"  alias="MW-Text" visible="true"/>
        <field name="inst_year"  alias="Inst Year" visible="true"/>
        <field name="SiteName"  alias="Site Name"/>
        <field name="Bin"  visible="true"/>
        <field name="tothtT"  visible="true"/>
        <field name="confT"  visible="true"/>
        <field name="bl_float" visible="true"/>
        <field name="th_float" visible="true"/>
    </fields>
</configuration>

In my application, the pop-ups only display when I am zoomed in to a very large scale. It would be much appreciated if someone could point me in the right direction on how to troubleshoot this issue. I would like the pop-ups to display at all scales. I am not even sure if this is an issue with my code for ArcGIS Viewer or with the map service.

Thanks for the help!

URL Params & Full Extent

$
0
0
Hi All,

I am using App Builder 3.5 and ArcServer 10.2 for my app. I created a list of URls that include initial extent coords and the WKID, since we use this app to edit features in native projection. The Url passes fine and resolves to the correct location, but when I click on 'Full Extent' the app zooms to parts unknown, at least to me and this project. I suspect that the URL coords are being passed but the WKID is not respected for 'Full Extent'?

Any hints or workarounds are greatly appreciated.

Thanks,
PW

Rest Service appears in gray scale

$
0
0
Hi,

I just made an application from Arcgis Viewer for Flex 3.5 using Map Service from Arcgis Server 9.3.1. Why does the map appear in gray scale ?

Attachment 29706

I tried to make an app with arcgis server wizard, the map appears in color.

FYI, The map service has 3 layers (1 basemap and 2 operational) taken from arcgis server local. The map service is very simple, just single color. and its a dynamic map service

Please help...

thanks
Attached Thumbnails
Click image for larger version

Name:	__esri.png‎
Views:	N/A
Size:	29.6 KB
ID:	29706  

Layer list widget: disable child layers when the parent layer is not selected

$
0
0
Hi,

I'd like to know if it's possible to disable layers (in the layer list widget) who's layer group is not selected. Such layers are not visible in the map, but are still visible and enabled in the layer list widget. I know it's trivial, but sometimes users are confused that a layer is not visible, they don't notice the group layer is not selected. Here is an example in our application:

Attachment 29716

I know that when a layer is out of range for it's defined scale, it will become disabled. This makes it clear that the layer is not visible in the map.

Attachment 29717

I'm a software developer not a GIS specialist, so I don't know if this behavior is standard or not. Still, I'm wondering if there's a way to get the same behaviour for disabled group layers as for out of range layers?

Thanks
Attached Thumbnails
Click image for larger version

Name:	screenshotA.png‎
Views:	N/A
Size:	42.1 KB
ID:	29716   Click image for larger version

Name:	screenshotB.png‎
Views:	N/A
Size:	33.3 KB
ID:	29717  

Upgrading to 3.5

$
0
0
Does anyone have a link to properly upgrading Flex. Or someone who could walk me through it. I'm drawing a blank. I have already download 3.5.

Thanks

How change Geoprocessing widget interface?

$
0
0
Hi
My config.xml is: <layoutdirection>rtl</layoutdirection>
Because of above configuration (I need rtl direction), my geoprocessing widget show the drop down list right to left by default, like below picture:
Attachment 29752

As you see the items are right (Shown by red arrow).

It should be on the left, like this:

Attachment 29753

What should I do?
please help me.
Regards
A.ponker
Attached Thumbnails
Click image for larger version

Name:	p1.jpg‎
Views:	N/A
Size:	41.4 KB
ID:	29752   Click image for larger version

Name:	p2.jpg‎
Views:	N/A
Size:	47.5 KB
ID:	29753  

Digital Terrain Model

$
0
0
Good morning all,

I needed to create a Digital Terrain Model with these features:

Post Spacing: 3 arc seconds (approx. 90m)
Vertical accuracy: 30 m
Vertical resolution: 1 m
Horizontal accuracy: 50 m

Someone could help me?

grateful

Print GP service down???

$
0
0
I noticed this Monday or yesterday but again today. Anybody else experiencing an issue with the default OTB print widget?

Does data layer's file format matter to Flex?

$
0
0
I had a web app pulling 3 datasets from a Map Service: 2 shapefiles, 1 fGDB feature class. In the main map of the app, I was able to select (highlight) and zoom to individual features (e.g., parcels). That did not work with the file geodatabase feature class. The Search widget also did not locate/zoom to features found using the Select By Attributes.

Should the file format matter? Or, is there something else causing this issue?

Thanks,

Mike

arcgis flexviewer page not updating without clearing browser history

$
0
0
Everytime I do any update to my FlexViewer application I have to go to saftey/Delete Browsing History to see the latest updates. For anything like changing the widgets.

How can make my application not have to do this? We are using IE 11.

Open viewer centered at coordinates passed in URL parameters and display marker

$
0
0
I would be sure that somebody has probably already addressed this one -- but I have searched and can't find it.

I need to open the Viewer centered at coordinators passed in the URL parameters AND display a marker at that location.

Out-of-the-box the viewer includes passing "center=" in the URL parameters to do such, but does not include displaying a marker at that location.

Also, of course, I want to pass in Lat/Long coordinates in decimal degrees -- so I'll have to handle reprojecting.

Has anybody else tackled this one already? Any body have any sample code they could provide?

I am working in MapManager.mxml, but so far not having any luck adding the graphic marker.

Custom widgets (Identify and others) with https

eLayerList 3.5.1

$
0
0
I added a layer of type 'feature' in the main config.xml file. When I toggle the checkbox for the parent/group layer in the eLayerList widget, it turns on and off. When I expand the parent/group layer and toggle the child layer nothing happens.

I also noticed this behaviour in Robert's sample site. Anyone else experience this?

Locate Widget - Coordinate Search Options

$
0
0
So I'm trying to customize my locate widget, which allows a user to search and zoom to specific coordinates. The current default allows the user to enter coordinates as decimal degrees. However, I want to allow the option to also enter degrees-decimal-minutes as well as degrees-minutes-seconds. Has anyone ever come across a solution to this?

arcgis online feature services used to work...now do not!

$
0
0
I have a series of flex maps that use feature services stored on my ArcGIS Online account. All of my maps had been working perfectly fine, but beginning on Wednesday (two days ago), I started getting errors when loading the maps.

The feature services or web maps will not display in the view or in the layers/legend widget. Also, the Search Widget brings up the following error: FeatureLayer628 layer failed to load: Fault info: Unable to get token service url from (http://services1.arcgis.com/(myacoun...gis/rest/info) Version 10.01+ required

Given that I have not changed my feature services or flex maps AT ALL in the last several days, and all my various (unrelated) flex maps all stopped working at the same time, it seems like something is wrong on Esri's side of things.

The outage seems intermittent...sometimes the maps work perfectly, but they seem down more often than not.

Has anyone else experienced this, or know anything about it?

Missing widgets and layout until browser window minimize / maximize

$
0
0
All,

While I have been using GIS for 15 years and have built web maps in the old ADF and Silverlight, I am BRAND new to Flex. The other day I copied a functioning, albeit basic and dated legacy Flex web map and started "updating" it with more widgets, color, new data sets, etc by way of the main html file, config file and the widgets config files. Its very much a work in progress.

The biggest issue I am dealing with at the moment is that when you go to the website, the window opens, you get my splash window (placeholder), click agree and are at the web map. If you try a resize while the splash page is up it still doesn't fix anything. You need to click agree to get the splash page to go away first.

For some reason, at that point there are missing widget windows, missing widget icons and the top ribbon is blank. If you do a minimize / maximize on the browser window that usually solves the problem and the layout reloads correct and the icons and widgets all appears as expected. I am not a developer by any stretch but if this sounds like something you have experienced or are familiar with, please do respond. If email is preferred, gisdataguy at yahoo dot com. I will also share the URL to the webmap but would rather not just post here for the world to see. Thank you!

I attached two pictures, one is what the screen looks like when you first hit the site. The second picture is AFTER you click agree on the splash and then do a minimize or maximize of the browser window.
Attached Thumbnails
Click image for larger version

Name:	FlexWebMap_MessedUpLayoutOnInitialOpen.jpg‎
Views:	N/A
Size:	95.9 KB
ID:	29880   Click image for larger version

Name:	FlexWebMap_AfterSplashAgreeandResizeBrowser.jpg‎
Views:	N/A
Size:	137.5 KB
ID:	29881  

Identify pixel values in Image Service

$
0
0
Hi There,
I was just wondering if there is a way to identify the individual pixel values in a mosaic dataset that has been output as an image service? The image service is then added as a layer in the Flex viewer. I have done this using the Identify widget with the mosaic brought into a map and served as map service but it would be useful to be able to publish the service as image service and retain this function.

Any help gratefully recieved.

Legend Widget does not appear to work with secured map services

$
0
0
Using the 3.4 out-of-the-box Legend widget, and it does not appear to include in the legend any of my secured map services.

I was wondering if anyone could confirm that they are using the out-of-the-box Legend widget with secured map services and it is working correctly with those services?
Viewing all 2097 articles
Browse latest View live