|
POST
|
code? public facing website? hard to diagnose just off description.
... View more
12-13-2012
06:20 AM
|
0
|
0
|
975
|
|
POST
|
I understand your frustration. As far as I can tell, DG is rejecting requests at 102100 (the forbidden error) since it isnt a supported reference system, i.e. DG doesn't know how to return an image in 102100, at least not the way the js api is requesting it. I see a couple options 1. Call DG and try to add 102100. its the same as 3857 anyway. 2. Switch your app to 3857. or at least your WMS service. Its the same anyway. 3. Intercept the request in your proxy and replace the 102100 with 3857 to spoof DG. 4. Write a custom WMS class. I did option 4 to make tiled WMS requests. Its not bad at all. and you can customized the URL all you want.
... View more
12-13-2012
04:58 AM
|
0
|
0
|
2273
|
|
POST
|
LOoks nice and clean. However, from a UI standpoint, the large Icon at the top and white space along the sides makes it feel like wasted space, I.E. your map (the focus) could be much bigger.
... View more
12-12-2012
08:17 AM
|
0
|
0
|
1565
|
|
POST
|
If you are using IIS, you can let Active Directory do the authentication based on the windows credentials. ArcGIS Server can use AD for a user store and your services can be accessed based on the authentication/authorization from the store. Sorry should have been clear on enivornment ArcGIS Server 10sp4 for JAVA (Not .net) Java tomcat container authentication Cannot use AD/LDAP, many users are public users with VPN access. Need to find a way to hardcode username/password in application if access meets certain criteria.
... View more
12-12-2012
04:08 AM
|
0
|
0
|
2213
|
|
POST
|
Thx for your answer... I did try it before but I double check and it's not working Regarding SRS I think is the other way around right? (SRS for 1.1.1 and CRS for 1.3.0) the call generated is something like this: https://services.digitalglobe.com/mapservice/wmsaccess?CONNECTID=xxx&SERVICE=WMS&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=TRUE&STYLES=&VERSION=1.1.1&LAYERS=DigitalGlobe:Imagery&WIDTH=1053&HEIGHT=651&SRS=EPSG:102100&BBOX=-9382860.162660452,4998573.770502064,-9377829.6507363,5001683.8020905 (changing to 1.3.0 call is the same but CRS) https://services.digitalglobe.com/mapservice/wmsaccess?CONNECTID=xxx&SERVICE=WMS&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=TRUE&STYLES=&VERSION=1.3.0&LAYERS=DigitalGlobe:Imagery&WIDTH=1053&HEIGHT=651&CRS=EPSG:102100&BBOX=-9382860.162660452,4998573.770502064,-9377829.6507363,5001683.8020905 and I got back a 403 (FORBIDDEN) .. if I replace both 102100 with 3857 I got back the image... I use expressserver from lizardtech, maybe its different. I know support for 102100 did not exist out of the box, i needed to manually configure the server to handle it. Maybe digitalglobe needs to do the same?
... View more
12-12-2012
04:06 AM
|
0
|
0
|
2273
|
|
POST
|
I am trying to eliminate duplicate services. Right now we have two server, with identical services. One with security enabled, one without. The secure server has ssl enabled and has endpoints through a Web App Firewall (proxy) The insecure server is internal only. The point of the insecure server is so that employees, on the internal network, do not have to login. I already sniff the host during access to load a config file. I was hoping that i could hard code credentials (or at least perform the login behind the scenes) so that i can access the secure server without a prompt for a login If i detect the user is on the internal network. Is that possible? thanks.
... View more
12-11-2012
11:58 AM
|
0
|
11
|
7740
|
|
POST
|
some words of caution 1.1.1 uses CRS 1.3.0 uses SRS have you tried wmsLayer.SpatialReference = new esri.SpatialReference({wkid:3857}); or whatever you want it to be? btw 3857 and 102100 are the same thing
... View more
12-11-2012
09:34 AM
|
0
|
0
|
2273
|
|
POST
|
Hello All, I am upgrading this tool to 3.1 and getting an error . When I use API version to 2.8 its working fine. I understand that store properties are changed in 3.X version..but I am confused that where to do the changes ?? Any help will be great..thanks in advance : ) I had the same error, it was tricking to find. its not the api thats the problem, its the dojo upgrade that comes with it you can no longer do item.store = mystore; you now have to do item.set ("store", mystore);
... View more
12-11-2012
03:30 AM
|
0
|
0
|
901
|
|
POST
|
No I'm not using an outSpatialReference. Because I thought my graphic would automatically use my map.extent and my map SR. Only if the SR is undefined, in this case it looks like it is defined by the request/response and that is where the problem is.
... View more
12-10-2012
05:15 AM
|
0
|
0
|
1436
|
|
POST
|
thats very odd but i think we are on the correct path. Whatever is generating your result, are you specifying an outSR?
... View more
12-10-2012
05:02 AM
|
0
|
0
|
1436
|
|
POST
|
Thanks Having dojo as a dependency for the api is an awfull choice Thanks very much I couldn't disagree more. While not the most popular, dojo is simple and powerful and the exact right tool for what is needed.
... View more
12-07-2012
03:53 AM
|
0
|
0
|
2527
|
|
POST
|
I agree, I don't think result.feature is a graphic either. Can you show what result is?
... View more
12-05-2012
08:31 AM
|
0
|
0
|
3648
|
| 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
|