|
POST
|
I do this when i get popup results
connect.connect(popup, "onSetFeatures", lang.hitch(this, function() {
var summPane = registry.byId('rightPane');
if (!summPane._showing) {
summPane.toggle();
}
... View more
01-13-2014
05:16 AM
|
0
|
0
|
1834
|
|
POST
|
instead of destroying or hiding it, why not just turn it off? map = new Map("map", { showAttribution: false });
... View more
01-07-2014
03:37 AM
|
0
|
0
|
2922
|
|
POST
|
i have no idea what those parameters are, but my guess is that the second request is too long (over 2000 characters) and needs to be a post instead of a get, which requires a proxy page
... View more
12-17-2013
03:41 AM
|
0
|
0
|
1067
|
|
POST
|
unfortunately it is a mosaic, the date varies tile by tile and even within tiles
... View more
12-12-2013
10:39 AM
|
0
|
0
|
1598
|
|
POST
|
That fixed it. Thank you very much, Jon! also take a look at your code, you have two opening <body> tags
... View more
12-12-2013
03:52 AM
|
0
|
0
|
3226
|
|
POST
|
try this, i think you are missing the "attachTo" var overviewMapDijit = new OverviewMap({
map: map,
attachTo: "bottom-left",
color: " #D84E13",
opacity: .40,
maximizeButton:true
});
overviewMapDijit.startup();
... View more
12-11-2013
06:31 AM
|
0
|
0
|
3226
|
|
POST
|
"embedding the scene into a webmap with a 2D map with features to be used for the pop-ups" not a problem "allowing a user to view and interact with the 3D scene" i am not aware of software to allow you to do this. What software/api would you use to do this?
... View more
12-10-2013
11:40 AM
|
0
|
0
|
964
|
|
POST
|
i use netbeans because i have to no code assist, and while that slowed me down in the beginning, i actually think it forced me to learn the API and documentation better.
... View more
12-06-2013
04:53 AM
|
0
|
0
|
2477
|
|
POST
|
"IE" and "only happens once and awhile" almost always requires settimeout. Basically things load out of order/before they are ready. Usually the fun part is figuring out what to put the timeout on.
... View more
12-04-2013
10:27 AM
|
0
|
0
|
2493
|
|
POST
|
I am using the Election polling place application modified for my data. It works fully internally but the external version does not return data as expected. Is there anything to modify? I have modified the proxy.config to reference the map services. Here is the link: http://gis2.suffolkcountyny.gov/electionpollingplace/ are you getting any errors in firebug? is the proxy on the same external server?
... View more
12-04-2013
05:15 AM
|
0
|
0
|
995
|
|
POST
|
happy to help here is the (admittedly obscure) documentation https://developers.arcgis.com/en/javascript/jshelp/inside_bundle.html
... View more
12-03-2013
11:45 AM
|
2
|
0
|
1962
|
|
POST
|
are you using AMD? require "dojo/i18n!esri/nls/jsapi" function(esriBundle) esriBundle.toolbars.draw.finish = "Double-click to finish";
... View more
12-03-2013
11:22 AM
|
0
|
0
|
1962
|
|
POST
|
this is a known cors issue and can be safely ignored. however, you application is running on 'http://jongarrido.es' correct (not localhost, etc..) your proxy and application have to be on the same domain
... View more
12-03-2013
03:19 AM
|
0
|
0
|
2984
|
|
POST
|
The reason you cant use the different basemaps is you cannot reproject tiles once they are created. You could render the basemap dynamically, or (in theory if the api allow project it on the fly) but this would defeat the entire purpose of tiling the service, i.e. speed. Remember you don't need to reproject your data. Just set up a new mxd with the data frame projected to web merc aux sphere, and create a new cache. You will take a performance hit on creating the tiles, but once they are created it will be back to optimal speed. Google, Bing, and ESRI have all agreed on the same tiling system. Its rare that happpens (sign from above) so I say go with it.
... View more
12-03-2013
03:18 AM
|
0
|
0
|
1959
|
| 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
|