|
POST
|
Jamal, The fact you are getting the page cannot be displayed window would suggest that IIS is not running on your local host Regards Anthony
... View more
12-21-2012
02:38 AM
|
0
|
0
|
3902
|
|
POST
|
Samuel, Have you had a look at Hawths analysis tools - Distance between Points tool: http://www.spatialecology.com/htools/pntdistbetw.php Regards Anthony
... View more
12-21-2012
02:34 AM
|
0
|
0
|
2576
|
|
POST
|
Kent, Have you looked at Roberts feature layer tips widget for inspiration: http://www.arcgis.com/home/item.html?id=ce63f1bdd5e64068b9a4fadd2028e379 Regards Anthony
... View more
12-21-2012
02:30 AM
|
0
|
0
|
703
|
|
POST
|
Jim, As far as I am aware the Api is free to use. ESRI make their money by you either purchasing an ArcGIS server licence or a subscription fee to ArcGIS online. Review the Esri License Agreement documentation for specific details: http://www.esri.com/legal/pdfs/mla_e204_e300/english.pdf More info here: http://www.esri.com/software/arcgis/web-mapping/pricing Regards Anthony
... View more
12-20-2012
06:19 AM
|
0
|
0
|
509
|
|
POST
|
Arowana, I'm not sure, I am still using 2.5. If you have the ability to amend the source code I am sure you could update yourself. If not pose the question to the forum community somebody may have already updated the widget. Regards Anthony
... View more
12-19-2012
10:48 PM
|
0
|
0
|
1140
|
|
POST
|
Tom, From what I can tell dynamic layers are functionality provided by a ArcGISDynamicMapServiceLayer, see: http://resources.arcgis.com/en/help/flex-api/concepts/index.html#/Dynamic_workflows_overview/017p0000002p000000/ http://resources.arcgis.com/en/help/flex-api/apiref/com/esri/ags/layers/ArcGISDynamicMapServiceLayer.html#supportsDynamicLayers So the point I made in my first post about dynamic map services would make sense Regards Anthony
... View more
12-19-2012
11:38 AM
|
0
|
0
|
2352
|
|
POST
|
Tom, The feature limit is imposed to maintain performance with the browser client side. You can up the number of features returned in the properties of the service, but you will notice the browsers response time reduces if you have a lot of features. Regards Anthony
... View more
12-18-2012
11:27 PM
|
0
|
0
|
2352
|
|
POST
|
Doug, Have you thought about amending the drag and drop map services widget: http://www.arcgis.com/home/item.html?id=ca9e4de998714d07a6bdc59ededa0efc This way users can just select the layers they want to use Just a thought, Regards Anthony
... View more
12-18-2012
11:17 PM
|
0
|
0
|
5794
|
|
POST
|
Arowana, I am not sure about putting an IFrame into the pop up but there is a widget that allows the use of IFrames here: http://www.arcgis.com/home/item.html?id=d533bad75bac41e6904b4ddbc6b22cd2 Regards Anthony
... View more
12-18-2012
11:03 PM
|
0
|
0
|
1140
|
|
POST
|
Tom, Feature layers differ from a dynamic layers as feature layers bring geometry information across to the client computer to be drawn by the Web browser, the amount of features returned is limited to the default 1000 to enhance performance (though this can be changed). Feature layers potentially cut down on round trips to the server. A client can request the features it needs, then perform selections and queries on those features without having to request more information from the server. A dynamic map service returns images that are created on the Server and returned to the client browser. The 1000 feature limit is not enforced when just viewing the layer as you are not technically requesting any features just a graphic representation. If you perform an identify or search query against the dynamic layer this is when the limit will be enforced as you are returning the geometries of each feature. Hope this makes sense Regards Anthony
... View more
12-18-2012
07:51 AM
|
0
|
0
|
2352
|
|
POST
|
Ed, I don't understand your images that you have posted. What I can make out is that you have a point feature set that contains your CERP projects which has an attribute field that contains the relevant Regional Command. Using the drop down you have created you should be able to select projects that are within a certain RC. Your regional command feature set is a polygon feature showing the boundaries for each command area so this must be separate from your CERP projects feature set, so the two would have to work independently. Selecting features in the CERP projects by a RC will not also automatically select the relevant RC in the other feature set. We have quite a comprehensive flex viewer application running down in RC(SW) used by the UK if you want to private message me I can pass on the details of our data manager that maybe able to help you out in theatre. Regards Anthony P.s. I have moved your thread again as you keep posting to the silverlight forum not the flex forum
... View more
12-16-2012
07:03 AM
|
0
|
0
|
1433
|
|
POST
|
Robert, Great widget, thanks again for all you excellent work. Just a quick question, I presume the widget uses a geometry service to project the shape file to the right projection. I do not see a setting for this in the config file or is it defaulting to the one set in the main config? I suppose your going to be busy updating all your widgets to 3.1 🙂 Regards Anthony
... View more
12-14-2012
07:05 AM
|
0
|
0
|
3523
|
|
POST
|
Hersh, Have a look at the following examples: http://www.arcgis.com/home/item.html?id=ce63f1bdd5e64068b9a4fadd2028e379 or http://help.arcgis.com/en/webapi/flex/samples/index.html#/InfoWindow_as_MapTips/01nq0000003w000000 Regards Anthony
... View more
12-12-2012
09:54 AM
|
0
|
0
|
806
|
|
POST
|
Anjelina, I do it by adding an icon in the widget header that opens up a web page with the help on. In the init function add: wTemplate.addTitlebarButton("assets/images/i_help.png", "Help", showHelp); then add a showHelp function: private function showHelp():void { var urlRequest:URLRequest = new URLRequest("widgets/Bearing/help.html"); navigateToURL(urlRequest, "_blank"); } Regards Anthony
... View more
12-10-2012
10:26 AM
|
0
|
0
|
1054
|
|
POST
|
Christina, What is the call you are making to the REST endpoint. Does it resemble something like below? http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/TaxParcel/AssessorsBasemap/MapServer/1/query?objectIds=23&f=json Regards Anthony
... View more
11-19-2012
10:51 AM
|
0
|
0
|
3465
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-01-2016 01:57 PM | |
| 1 | 02-04-2013 01:05 AM | |
| 1 | 04-11-2013 09:53 PM | |
| 1 | 04-03-2013 09:42 AM | |
| 1 | 07-25-2014 10:58 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:22 AM
|