|
POST
|
Yes you just have to define it as a basemap, using a basemaplayer https://developers.arcgis.com/javascript/jsapi/basemap-amd.html https://developers.arcgis.com/javascript/jsapi/basemaplayer-amd.html
... View more
03-26-2014
08:59 AM
|
0
|
0
|
1090
|
|
POST
|
We are happy to help. I find that most users try to conform to the out of the box offerings (basemaps, etc..) and as they get more experienced in the api eventually migrate to custom products.
... View more
03-26-2014
07:10 AM
|
0
|
0
|
1532
|
|
POST
|
You cannot use openstreetmap with tiled data in another coordinate system
... View more
03-25-2014
09:41 AM
|
0
|
0
|
941
|
|
POST
|
unfortunately, because the basemaps are prerendered tiles, you cannot override the colors. You can either modify your overlay to be better seen, or build your own basemap As a last resort, you could access the url of the rest endpoint of the streetmap as a dynamiclayer, and use layerdrawingoptions to override the individual layers (not even sure this is allowed on the basemap) However if you choose the last resort, rendering will be SLOW AS DIRT.
... View more
03-25-2014
08:16 AM
|
0
|
0
|
1532
|
|
POST
|
i figured it out. Basically, when i was just using identitymanagerbase and explicitly calling signin, it was prompting. Once I upgraded to 10.2 I had to start using identitymanager And the old code didnt play well. Once I undid all the workarounds of manually adding the token and just let the identitymanager handle it, it is working great!
... View more
03-24-2014
01:22 PM
|
0
|
0
|
1207
|
|
POST
|
I have an application that is loading all my layers, including secure layers, perfectly. However, as soon as i turn on a secure layer so that the legend is updated, i get an second login page This is due to the request for the legend item https://www.mymanatee.org/arcgis03/rest/services/utilitiesinfrastructure/watercounty/MapServer/legend?token=SCmXM3M2QKDFQznqgZmMR5HybBLGz5djBAqzBbPyyj0.?token=SCmXM3M2QKDFQznqgZmMR5HybBLGz5djBAqzBbPyyj0.&f=json As you can see, the '?token=<token>' part is appended twice, so it thinks its one long token I dont think my code is doing it, is there any chance since my items have the token on them already the legend is just adding another one? Anyway to stop it?
... View more
03-24-2014
09:53 AM
|
0
|
2
|
1734
|
|
POST
|
you cannot. All tiled (basemap included) layers must be at the same coordinate system You can take your basemap and simply chance the coordinate system of the data frame without changing you data. Then recache at 102100 (3857) to match the basemap Projecting on the fly in your map will add a little to cache time, but once it is cache will not affect tile draw time
... View more
03-24-2014
05:39 AM
|
0
|
0
|
941
|
|
POST
|
So this code used to work and now I can't seem to figure out what changed 3.8 api 10.2.1 arcgis server through web adaptor function initSecurity() { serverInfo = new ServerInfo(); serverInfo.server = 'https://www.mymanatee.org'; serverInfo.tokenServiceUrl = 'https://www.mymanatee.org/arcgis03/tokens/generateToken'; serverInfo.shortLivedTokenValidity = 720; esri.id.registerServers([serverInfo]); this.serverInfo = serverInfo; this.hcCred = hcCred; } TypeError: esri.id is undefined esri.id.registerServers([serverInfo]);
... View more
03-21-2014
12:52 PM
|
0
|
1
|
1552
|
|
POST
|
I have seen this as well, and not just in IE. It is disturbing to say the least
... View more
03-21-2014
06:58 AM
|
0
|
0
|
622
|
|
POST
|
If you are in a completely disconnected environment, you need (On that box or a box accessible to your pc) 1. Local copy of the javascript api running on a webserver (tomcat or iis) 2. Running, licensed copy of ArcGIS Server 3. Basemap and operational data published as REST endpoints 4. Application/map (on tomcat/iis/etc..) running local as well
... View more
03-21-2014
05:23 AM
|
0
|
0
|
1390
|
|
POST
|
Could you please clarify what you mean by "standalone" If you mean not connected to the internet, you would need 1. Arcgis server with license and local content 2. Webserver running sample 3. local copy of API i
... View more
03-20-2014
01:05 PM
|
0
|
0
|
1390
|
|
POST
|
it might be my lack of sleep, but you still need dojo.require("esri.layers.ArcGISDynamicMapServiceLayer") dojo.require("esri.layers.ImageParameters"); etc..
... View more
03-20-2014
04:31 AM
|
0
|
0
|
3291
|
|
POST
|
make sure your requires are correct, and make sure {id:oParamUser.config.layer, imageParameters: imgParams} oParamUser.config.layer and imgParams are not null and that imgParams is a valid esri/layers/ImageParameters object
... View more
03-19-2014
12:53 PM
|
0
|
0
|
3291
|
| 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
|