|
DOC
|
Rickey Fite Just added the HomeButton, try it out!
... View more
03-17-2016
06:39 AM
|
0
|
0
|
13494
|
|
DOC
|
That's a great idea! Maybe add a third template that will include base code and div for things like HomeButton, scalebar, searchbar....?
... View more
03-16-2016
08:17 AM
|
0
|
0
|
13494
|
|
DOC
|
Let me know if you can think of anything else that needs to be added!
... View more
03-15-2016
07:20 AM
|
0
|
0
|
13494
|
|
POST
|
Ok, that's what I thought. Thanks Jake for your help!
... View more
03-11-2016
12:20 PM
|
0
|
0
|
2746
|
|
POST
|
When you run your code does it ever hit line 32 in the debugger?
... View more
03-11-2016
11:59 AM
|
0
|
1
|
1254
|
|
POST
|
Thanks Jake, that fixed this issue. Do you know if the only way to fix the random re-arranging layers in the Legend dijit can only be fixed by sorting the object before it gets fed to the dijit?
... View more
03-11-2016
11:49 AM
|
0
|
2
|
2746
|
|
POST
|
Are you using the attribute inspector to just show a pop-up? If you set all the isEditable values to false it should grey them all out. {'fieldName': 'Rd_64_Venue', 'isEditable': false, 'label': 'Rd 1 Venue:'},
... View more
03-11-2016
11:42 AM
|
0
|
3
|
1254
|
|
POST
|
Hey everybody, When you look at the following app CFX Map you can see that my point featurelayer is below the line feature layer. How can I get the points on top of the lines? Also I noticed when I refresh the app sometimes the layers get re-arranged my legend, I guess depending on how the layers load. How could I have a set order? Thanks. Tim
... View more
03-11-2016
11:39 AM
|
0
|
4
|
4733
|
|
POST
|
Hey everybody, When I started using the Legend Dijit it always bugged me that there were underscores in each layer title that consists of more than one word. After some researching all I needed to do was add one line of code to remove those underscores. I figured I share this with people that didn't know about it map.on("layers-add-result", function (evt) {
var layerInfo = arrayUtils.map(evt.layers, function (layer, index) {
var layername = layer.layer.name.replace(/_/g, ' ');
return {layer:layer.layer, title:layername};
});
if (layerInfo.length > 0) {
var legendDijit = new Legend({
map: map,
layerInfos: layerInfo
}, "legendDiv");
legendDijit.startup();
}
}); Tim
... View more
03-11-2016
06:12 AM
|
1
|
0
|
1580
|
|
POST
|
Kyle, this is exactly what I was looking for, thank you! Tim
... View more
03-10-2016
09:26 AM
|
0
|
0
|
1202
|
|
POST
|
Hey everybody, When I have an ArcGIS online developer account I am able to create feature services within that account without having to use ArcGIS Desktop. The issue is that there is a very limited amount of renderer I can choose for my new feature service. I know if I use this feature service in an ArcGIS Online map it is easy to adjust the renderer, but if I use this feature service in an ArcGIS Javascript App i need to invest time and code to change the renderer. On top of that it causes issues with dijits, like the Legend dijit, that uses the original renderer that I chose when creating the service. My question is, is there a way to change the renderer in the service itself once it has been created? Thanks, Tim
... View more
03-10-2016
08:12 AM
|
0
|
2
|
4595
|
|
POST
|
Ja, die koennen dir bestimmt auch erklaeren wie du die GPX file bekommst.
... View more
03-08-2016
07:38 AM
|
0
|
0
|
804
|
|
POST
|
Ich denke wenn du den Garmin mit USB anschliesst sollte er als Geraet im Computer da stehen. So wie wenn du ein USB stick reinsteckst.
... View more
03-08-2016
06:48 AM
|
0
|
4
|
4138
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-06-2015 06:58 AM | |
| 1 | 05-04-2016 07:27 AM | |
| 1 | 07-06-2017 08:12 AM | |
| 1 | 10-26-2015 11:51 AM | |
| 1 | 12-12-2014 12:05 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|