|
POST
|
absolutely beautiful. I already had a layerArray that i use as well, so this just dropped in. Many many thanks
... View more
06-06-2014
05:00 AM
|
0
|
0
|
2897
|
|
POST
|
nothing. I am about to delve into the obfuscated API.
... View more
06-05-2014
12:37 PM
|
0
|
0
|
2897
|
|
POST
|
i would suggest using a
map.on('extent-change', function(delta, extent, levelChange, LOD){
if(levelChange){
if(LOD>16){
//set streets visible, set imagery off
}else{
//opposite
}
}
}) or something similiar
... View more
06-05-2014
12:02 PM
|
0
|
0
|
3422
|
|
POST
|
ok, i dont see where you turn the streets off and switch to the imagery
... View more
06-05-2014
11:45 AM
|
0
|
0
|
3422
|
|
POST
|
It sounds like you are using LODs to toggle basemap, but not setting the visibility. The printtask seems to be ignoring the LOD constraint, and since both are technically .visible=true, they are both displaying Can you show your code that controls your basemap visibility?
... View more
06-05-2014
10:47 AM
|
0
|
0
|
3419
|
|
POST
|
First, i think you need to slow down on making new threads. You can't just make a thread for dozens of issues. Sometimes, the struggle is the journey Second map.on('zoom-end', function(point, extent, level, zoomfactor){ navToolbar.deactivate(); })
... View more
06-05-2014
08:15 AM
|
0
|
0
|
748
|
|
POST
|
Jeff.Pace, This is exactly what I am trying to do.:D How did you do this? Could you perhaps share a screen shot of how this was done? I keep reading about reverse proxy's but I'm not familiar enough with that, is there a way to do this using the arcgis server admin interface? Unfortunately I am not exactly sure, my security team handles that. What I do know We are running tomcat modproxy. We use this as a Web Application Firewall to proxy requests to particular folders. Each folder is a rule in the proxy. So we have 4 AGS internal, all with different folders. By redirecting at the folder level, They all appear to be coming from the same server, which is great for CORS issues, etc.. However it does mean if we hit a firewall rule (Sql injection on a query, for example) you have to apply that exception to dozens of rules, one for each folder, and it becomes a bit of a maintenance mess We are getting away from this architecture with 10.2 and the web adapters as it handles most of it. I have not done any config with ags admin itself, I find it, well, lacking.
... View more
06-05-2014
08:05 AM
|
0
|
0
|
628
|
|
POST
|
take solace in the fact that you are not the only one to google and find you answered your own question. I have done it as well Sometimes I think I post on the forum simply as a way of writing something down on a post-it that I am less likely to lose.
... View more
06-05-2014
07:53 AM
|
0
|
0
|
1920
|
|
POST
|
your require is messed up. require(["dojo/_base/connect",
"agsjs/dijit/TOC"],
function(connect, dom, parser, on,Color,
TOC){ you have no requires for dom, parser, on, COlor require(["dojo/_base/connect",
"agsjs/dijit/TOC"],
function(connect, dom, TOC){ they need to match exactly!
... View more
06-04-2014
09:48 AM
|
0
|
0
|
2073
|
|
POST
|
you are running it on a webserver right? you can not just save an html file and run it locally.
... View more
06-04-2014
07:28 AM
|
0
|
0
|
2312
|
|
POST
|
So we have been adding tooltips to all our buttons using "dijit/Tooltip" However, the default ESRI buttons (homebutton, locatebutton, overview, etc..) seem to have an embeded tooltip that is style differently. Is there anyway to override/replace these with a dojo tooltip? Thanks
... View more
06-04-2014
06:28 AM
|
0
|
3
|
1049
|
|
POST
|
You will need to provide alot more information. Show what you have done so far, etc..
... View more
06-04-2014
05:31 AM
|
0
|
0
|
1202
|
|
POST
|
they have a property "_showing" var summPane = registry.byId('rightPane');
if (summPane._showing) {
setTimeout(function(){summPane.toggle();},500);
}
... View more
06-03-2014
01:39 PM
|
0
|
0
|
1263
|
|
POST
|
does the printtask support multiple graphics layers? i didnt think it did have you tried adding the graphic to the default map.graphics instead of instantiating a second graphicslayer?
... View more
06-03-2014
06:55 AM
|
0
|
0
|
1490
|
|
POST
|
what is a layerlist? I think you are asking a custom code question, without showing code.
... View more
06-02-2014
12:43 PM
|
0
|
0
|
933
|
| 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
|