|
POST
|
just to be clear. You HAVE to run the file on a server. You cannot run it locally (file://)
... View more
05-22-2014
08:35 AM
|
1
|
0
|
1669
|
|
POST
|
ok, i would alert(map.layerIds) after the wms load. That way you can see if they are there and not drawing, or if they are not being added Side note .. oh wait Your wms services are 102100 (3857) right? They HAVE to be if you want to add them to a tiled basemap
... View more
05-22-2014
08:23 AM
|
0
|
0
|
3591
|
|
POST
|
try 1.create the map without the basemap 2. manually add the basemap 3. basemap.on('load', <add wms>)
... View more
05-22-2014
07:25 AM
|
0
|
0
|
3591
|
|
POST
|
sounds like you still have mapnavigation enabled. Are you disabling it on mousedown?
... View more
05-22-2014
07:22 AM
|
0
|
0
|
2047
|
|
POST
|
sounds like you still have mapnavigation enabled. Are you disabling it on mousedown?
... View more
05-22-2014
07:12 AM
|
0
|
0
|
2047
|
|
POST
|
most likely adding the basemap is slowing down map creation, so you are trying to add the wms layers prior to the map being ready try
map.on('load', lang.hitch(function(){
addNorway(WMSLayer,WMSLayerInfo,Extent);
addBGS(WMSLayer,WMSLayerInfo,Extent);
}))
... View more
05-22-2014
06:57 AM
|
0
|
0
|
3591
|
|
POST
|
you will either have to use arcgis server, or an arcgis online account.
... View more
05-21-2014
09:44 AM
|
0
|
0
|
1521
|
|
POST
|
I added it. See my post #9. I think that has it working
... View more
05-16-2014
10:23 AM
|
0
|
0
|
652
|
|
POST
|
var option= registry.byId("selectfield"); var optionValue = option.value; console.log(optionValue); } http://jsfiddle.net/v2shP/7/
... View more
05-16-2014
10:20 AM
|
0
|
0
|
2746
|
|
POST
|
or, since selectfield is a dijit.form.select, you could do registry.byId('selectfield').value to get the dijit value (instead of the dom element)
... View more
05-16-2014
09:01 AM
|
0
|
0
|
2746
|
|
POST
|
option is your dom element, shouldnt you be using optionValue in your if?
... View more
05-16-2014
08:59 AM
|
0
|
0
|
2746
|
|
POST
|
I was able to add parser.parse() to yours http://jsfiddle.net/v2shP/5/ you must also use ready. but i am not sure what to do after that
... View more
05-16-2014
06:33 AM
|
0
|
0
|
2746
|
|
POST
|
I am having trouble listening for a double tap event on a feature layer point. Click and dbl click work fine on the desktop. Tap works fine to select a point on iOS. But I can't seem to get doubletap to fire I even tried using the dojox/gestures but to no avail Any ideas?
... View more
05-15-2014
12:17 PM
|
0
|
12
|
7615
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-22-2014 08:35 AM | |
| 1 | 05-02-2012 04:56 AM | |
| 1 | 10-29-2021 07:40 AM | |
| 1 | 10-28-2021 05:26 AM | |
| 1 | 07-17-2012 08:48 AM |
| Online Status |
Offline
|
| Date Last Visited |
03-01-2022
02:00 PM
|