|
DOC
|
I am using the Launchpad theme, with the widget being opened from an on screen widget. Not sure if you can replicate the issue. I am also noticing errors for a missing common.css within the configuration of the widget, there is a import statement in the style.css but no corresponding file: @import url("../../common.css");
... View more
01-07-2016
07:36 AM
|
0
|
0
|
35526
|
|
DOC
|
Hi Robert I am experimenting with your widget and I have noticed that the measurement distance unit select box is out of alignment with the measure icon. This is the same in IE and FireFox Great widget, Got it working straight away with my own elevation service created using the help from this blog: http://www.arcgis.com/home/item.html?id=0d47b17d3b884b9d977a6f76fc6bfcaa Regards Anthony
... View more
01-07-2016
06:44 AM
|
0
|
0
|
35526
|
|
POST
|
Thanks Jian, For now I have set the display to none on the .jimu-anchorbar-controller-group .title in AnchorBarController\css\style.css this hides the header thus stopping the user being able to move the group: .jimu-anchorbar-controller-group .title{ position: relative; height: 30px; width: 100%; cursor: move; display: none; } Regards Anthony
... View more
12-15-2015
01:23 AM
|
1
|
0
|
1266
|
|
POST
|
Robert, There were a few posts about the widgets not firing their on close events when used with the launchpad theme and I saw that it had been picked up by the development team, so I was hoping this was all related and it would be fixed in the latest release, so I'm not sure, Regards Anthony
... View more
12-13-2015
11:16 AM
|
0
|
0
|
1266
|
|
POST
|
Hi, I have been eagerly anticipating the v1.3 release of the WAB and was hoping that a bug from v1.2 had been fixed, unfortunately not . The issue: If I use the Launchpad theme and group a couple of widget together on the Anchor Controller like the following image: The group appears on the anchor controller and when opened I have the option to drag the group around the map: This is great but it has a very strange behaviour; its is like the group is fixed on its right hand side, as you drag it around the screen if you go left the widget width gets larger and if you go right it disappears apart from the icon and the close cross. If you close the group using the cross next time you try and move the group around it keeps jumping to the top of the map window. Single widgets also always default to the same location and size every time they are reopened instead of where they were last positioned when last opened, this is different behaviour to the off panel widgets. This behaviour occurs in IE, Firefox and Chrome. Has anyone worked a solution to this? Regards Anthony
... View more
12-11-2015
03:06 AM
|
0
|
4
|
4002
|
|
POST
|
Tracy, Have you looked at the geoform template: https://www.arcgis.com/home/item.html?id=931653256fd24301a84fc77955914a82 Regards Anthony
... View more
10-28-2015
11:40 AM
|
0
|
0
|
1017
|
|
POST
|
Akshay, Have a look at this widget here for ideas: http://www.arcgis.com/home/item.html?id=73a5b7824b8542fd94c878f56861dfe0 Regards Anthony
... View more
10-23-2015
07:15 AM
|
1
|
1
|
2151
|
|
POST
|
Thanks Lemao, I'll look forward to the next release Regards Anthony
... View more
10-22-2015
10:18 AM
|
0
|
0
|
1123
|
|
DOC
|
Damien, Excellent piece of work, added into web AppBuilder in a matter of minutes and worked straight away. Cheers Anthony
... View more
10-19-2015
10:44 AM
|
1
|
0
|
967
|
|
POST
|
In response to my own question I can add the following json to the layout config which allows me to get the three types of output I require but it is not a very elegant way to have to do it (plus only possible with the developer version). Notice on the second spatial reference I am using 102100 you can not add this in through the widget gui as it keeps changing back to 3857: {
"uri": "widgets/Coordinate/Widget",
"position": {
"left": 20,
"bottom": 40
},
"config": {
"spatialReferences": [
{
"wkid": "3857",
"label": "MGRS",
"outputUnit": "MGRS",
"transformationWkid": "",
"transformationLabel": "MGRS",
"transformForward": false,
"options": {
"sameSRWithMap": true,
"isGeographicCS": false,
"isGeographicUnit": true,
"isProjectedCS": true,
"isProjectUnit": false,
"spheroidCS": 4326,
"defaultUnit": "Meter",
"unitRate": 1
}
},
{
"wkid": "102100",
"label": "Degrees Minutes Seconds",
"outputUnit": "DEGREE_MINUTE_SECONDS",
"transformationWkid": "",
"transformationLabel": "Transformation Name",
"transformForward": false,
"options": {
"sameSRWithMap": true,
"isGeographicCS": true,
"isGeographicUnit": true,
"isProjectedCS": false,
"isProjectUnit": false,
"spheroidCS": 4326,
"defaultUnit": "Degree",
"unitRate": 1
}
},
{
"wkid": "4326",
"label": "Decimal Degrees",
"outputUnit": "DECIMAL_DEGREES",
"transformationWkid": "",
"transformationLabel": "Transformation Name",
"transformForward": false,
"options": {
"sameSRWithMap": false,
"isGeographicCS": true,
"isGeographicUnit": true,
"isProjectedCS": false,
"isProjectUnit": false,
"spheroidCS": 4326,
"defaultUnit": "Degree",
"unitRate": 1
}
}
],
"decimalPlaces": 3,
"addSeparator": true
}
... View more
10-16-2015
03:57 AM
|
1
|
2
|
1123
|
|
POST
|
Hello, Has anybody figured a work around for have the same WKID listed more than once in the coordinate widget? I would like to show WGS_1984_Web_Mercator_Auxiliary_Sphere (3857) as MGRS, Degrees Minutes Seconds and Decimal Degrees but I can only add the WKID once. On the second time off trying to add the same WKID I get the following error: Regards Anthony
... View more
10-16-2015
03:18 AM
|
0
|
3
|
3409
|
|
POST
|
Robert, The MGRS locator is part of the default ArcMap Install, you can find the locator called MGRS.loc in the following folder (presuming standard install): C:\Program Files (x86)\ArcGIS\Desktop10.3\Locators\ Regards Anthony
... View more
10-12-2015
01:57 PM
|
0
|
1
|
1168
|
|
POST
|
Hi Jim, I don't have any help file but the linkfield is the column header (attribute field) that contains the hyperlink you want to use. This attribute should contain a full URL for the link eg. http://www.google.co.uk The Alias can be used to replace the link text in the pop up with something more user friendly instead of just showing the URL, i.e click here for more details Hope this Helps Anthony
... View more
10-08-2015
04:34 AM
|
0
|
0
|
873
|
|
POST
|
Allen, when you say you have a cached map service are you adding it to the viewer as type="tiled", if so this will be why nothing is showing in your attribute table. The widget only works with a dynamic map service or feature layer. ArcGIS Viewer for Flex Regards Anthony
... View more
08-12-2015
09:31 AM
|
1
|
1
|
646
|
|
POST
|
Adam, you could could also try the find task: Find features on a map | ArcGIS API for JavaScript Regards Anthony
... View more
07-22-2015
08:53 AM
|
0
|
0
|
881
|
| 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
|