POST
|
Ok - say I want to do that, what's the process? 1. Download basic viewer template code 2. Modify 3. host myself? Is there no way the get my custom code back up into my ArcGIS account for Esri to host? Reading the list of "Supported Items" that can be hosted it leads me to believe I should be able to do this, namely: Applications An application combines maps, data, and tools for a targeted use such as a polling stations mobile app or an Arctic ice flows web application. Applications can be based on standard templates, which are configured using web maps and other properties and developed with APIs. In general, applications are constructed from information in web maps, supplemented with additional application-specific configuration and customization. Applications can be hosted as a part of your content or they can be managed independently and registered with the system. Applications include add-ins, a customization file that plugs into an ArcGIS for Desktop or Explorer Desktop application to provide supplemental functionality for accomplishing custom tasks. Supported types of applications Application Web application Application Mobile application Application ArcGIS Desktop add-in (.esriaddin) Application ArcGIS Explorer add-in (.eaz)
... View more
11-19-2012
05:07 AM
|
0
|
0
|
325
|
POST
|
Hi, I am trying to publish an MXD that displays meters using 2 attributes: [Connection Size] and [Status]. This allows me to display all meters like below: Blue dot: Size=1 Status=Yes Blue X: Size=1 Status=No Red dot: Size=2 Status=Yes Red X: Size=2 Status=No Green dot: Size=3 Status=Yes Green X: Size=3 Status=No However I am receiving error 00085: Layer uses an unsupported renderer due to the fact my one layer is symbolized using 'Unique Values & Many Fields'. Basically, if I want to show points by 2 attributes i see only three options: 1. Symbolize by 'Unique Values & Many Fields' - result: can't publish MXD 2. Have 2 layers, with definition queries limiting display of info to either Status=Yes or Status=No - result: secure map services with a definition query can't be queried. Big problem for me. 3. Have 2 layers, no definition queries, top symbol obscuring the one below - result: 2 recorded points at that location If anyone has other thoughts, please let me know.
... View more
09-11-2012
12:39 PM
|
1
|
5
|
4866
|
POST
|
Hi Douglas, You (and Jay, whom I spoke to earlier) were both exactly right. My laterals were not correctly connected to my Mains. Additionally, I was forced to split my mains at each intersection with a lateral. This required a lot of clean up to removed dangles/short falls.... However, after all of that the results make much more sense. The attached image shows each 'chosen' meter and the meters it can detect leaks against... Thank you all for your help. [ATTACH=CONFIG]17162[/ATTACH]
... View more
08-22-2012
11:44 AM
|
0
|
0
|
1330
|
POST
|
You can use Location-Allocation with it. Make all your water meters both candidate facilities as well as demand points. Then choose the minimize facilities option and add any distance cutoff if applicable and solve. It will find the minimum number of sensors needed to cover the water meters. Jay Sandhu Hi Jay thanks for the reply. I did as you stated above but am a little unsure of the outcome. Here's what i did: 1. Created a Network consisting of meters, water mains and laterals 2. Loaded all meters into my 'facilities' and set the [name] = meter ID 3. Loaded all meters into my 'demand points and set the [name] = meter ID 4. Chose 'Minimize Facilities' and set 'Impedance Cutoff' to 250ft (remember, each detector can cover 250ft). I get why i need to chose 'Minimize Facilities' (to result in the lowest number of detectors possible to cover an area), but I'm seeing results where 2 neighbouring 'candidates' are getting chosen, despite being less than 250ft apart. Why is this? See the image for clarification. Any help is appreciated. Andrew [ATTACH=CONFIG]17157[/ATTACH]
... View more
08-22-2012
08:22 AM
|
0
|
0
|
1330
|
POST
|
Hi, I think i am facing a similar issue, but with very different data. My task is to determine the optimal location of Water Leak Sensors, to cover as much of the network as possible, using as few sensors as possible. My thinking is: I have a 'Network' in the form of waterpipes I have 'Facilities' points in the form of water meter locations (sensors are placed on meters, so I'm using water meters can act as a proxy) I have 'Demand' points in the form of water meter locations (I'm need to hit as many other meters on the network to ensure coverage) Does this seem correct?
... View more
08-17-2012
06:13 AM
|
0
|
0
|
1330
|
POST
|
Hi, I am trying to do exactly the same thing, see workflow below. I have a Table inside of a personal GDB I bring the table into ArcMap, create an XY event layer I am unable to publish this as a map service and receive the error: 00004: Layer's data source is not supported I'm working on v10. Do i need to bring this through OLE DB?
... View more
08-16-2012
07:46 AM
|
0
|
0
|
323
|
POST
|
Hello, ever find an answer to this? I'd like to do the same thing.... thanks
... View more
10-26-2011
10:51 AM
|
0
|
0
|
271
|
POST
|
I'd like to add a feature request here for Field Order to be honored. I'm facing the same frustration as damianslee and feel that, despite his solution working admirably, we shouldn't have to go through this...
... View more
10-26-2011
10:04 AM
|
0
|
0
|
360
|
POST
|
Hello All, I am having a hard time configuring this widget. Here's my setup: I have an MXD with an Edit Template established for the 'Valves' layer This MXD is published here as both a map service and a feature service: http://ags2.cdm.com/ArcGIS/rest/services//EastPoint_Water/MapServer http://ags2.cdm.com/ArcGIS/rest/services/EastPoint_Water/MapServer/FeatureServer According to Derek Law's post, I simply need to reference the feature service in the Edit Widget of the ArcGIS Viewer for Flex. How/where do i do this? Currently the widget fails to detect editable layers. Thanks
... View more
10-19-2011
07:37 AM
|
0
|
0
|
600
|
POST
|
I am unable to configure this widget. The first layer in my mapservice contains water meters, with an attribute named 'UTMTR' that holds each meters unique number. I have the below in my selectionwidget.xml but it fails to automatically 'get unique values' from the UTMTR column: <layer>
<name>AMR Meter Class</name>
<url>http://ags2.cdm.com/arcgis/rest/services/Arlington/MapServer/0</url>
<fields>
<field name="UTMTR"/>
</fields>
<titlefield>UTMTR</titlefield>
<linkfield></linkfield>
<infowindowfields>
<field name="UTMTR"/>
</infowindowfields>
</layer>
... View more
10-18-2011
06:37 AM
|
0
|
0
|
1072
|
POST
|
The crossdomain.xml file needs to be on the server with the external RSS feed. Is that where you put it, or did you put it on the server that has your swf file? I'm having an issue whereby I can't configure a Flex Template app to bring in feeds from a clients ArcGIS Server, as well as those hosted on my own ArcGIS Server. I have a crossdomain.xml file in the wwwroot of my IIS server, plus one in the root folder of the my application - just for the hell of it. However, are you saying that my client needs a CrossDomain.xml also - to allow my app to access his services? thanks
... View more
10-17-2011
12:07 PM
|
0
|
0
|
431
|
POST
|
Hello, Surely this must be already rolled into a script somewhere, but I can not find it. I need to be able to export a list of all layers within a GDB (file or personal) and have them listed in excel. Ideally, i want them listed in the featuredatasets they're within. Does this already exist somewhere? thanks
... View more
06-27-2011
06:46 AM
|
0
|
0
|
513
|
POST
|
Hi, was this ever updated to work with the most current Flex Viewer template (v 2.3)? There is no *.swf in the downloaded zip file....
... View more
06-14-2011
06:16 AM
|
0
|
0
|
548
|
Title | Kudos | Posted |
---|---|---|
1 | 04-12-2017 06:52 AM | |
3 | 10-25-2013 05:02 AM | |
1 | 07-09-2016 06:53 AM | |
1 | 06-25-2015 10:26 AM | |
1 | 06-25-2015 10:41 AM |
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|