|
POST
|
function (lat,lon) {
//code completely borrowed from Dr Bill Hazelton's HP-33S calculator
// http://homepage.mac.com/nwjh/HP-33S/ 10-Feb-10
var num = lon * 0.017453292519943295;
var x = 6378137.0 * num;
var a = lat * 0.017453292519943295;
var mercatorX = x;
var mercatorY = 3189068.5*Math.log((1.0 + Math.sin(a))/(1.0 - Math.sin(a)));
return [mercatorX,mercatorY];
}
... View more
01-16-2013
03:56 AM
|
0
|
0
|
3390
|
|
POST
|
1.x to 2.0 migration guide http://dojotoolkit.org/reference-guide/1.8/releasenotes/migration-2.0.html
... View more
01-10-2013
10:06 AM
|
0
|
0
|
1975
|
|
POST
|
my understand is at dojo 1.8 both are supported but the latter (newer format) is preferred, and at dojo 2.0 the latter format will be required. So we can begin transitioning without breaking everything.
... View more
01-10-2013
09:49 AM
|
0
|
0
|
1975
|
|
POST
|
Ok that is bad. Does anyone develop on a phone? No you develop on the desktop. Why on earth would you style the API for mobile. Sorry, just disagree with the styling choice on this one. I am not sure this is primetime yet. Anyone else getting dojo.io.script error Error: Unauthorized access on dijit/form/TextBox
... View more
01-10-2013
04:58 AM
|
0
|
0
|
1856
|
|
POST
|
In general this information has not been available with prior releases. It usually leads to people being upset if it is delayed. You will likely just get a notification when it is out.
... View more
01-09-2013
10:10 AM
|
0
|
0
|
2847
|
|
POST
|
just generic, but whenever i get only the last result, that usually means i am overwriting instead of appending
... View more
01-08-2013
07:34 AM
|
0
|
0
|
1587
|
|
POST
|
It works fine, except it only has PNG tiles. change the url to png and it works.
... View more
01-08-2013
07:30 AM
|
0
|
0
|
2365
|
|
POST
|
http://${subDomain} (singular) "subDomains": in the JSON
... View more
01-08-2013
03:59 AM
|
0
|
0
|
2365
|
|
POST
|
For me 3.3 is breaking my widgets. Its a definition thing in dojo.config. I had my packages declared as {name: org.mymanatee.widgets, location: /org/mymanatee.widgets} which was fine with dojo 1.7 but dojo 1.8 isnt allowing subfolders in the name, so i just need to repath
... View more
01-07-2013
06:43 AM
|
0
|
0
|
2847
|
|
POST
|
Silverlight is not dead, but it is End of Life. As a developer, same thing to me. JS API works great in IE7 & 8, IE6 is another story.
... View more
01-07-2013
06:37 AM
|
0
|
0
|
2874
|
|
POST
|
I'm using a config.js file similar to many examples on the ESRI site. I've got a djConfig statement as follows: djConfig = { parseOnLoad: true, isDebug: true, packages: [ { "name": "modules", "location": location.pathname.replace(/\/[^/]+$/, "") + "/modules" } ] }; In my modules.config, I'm setting various operational layers. However, when I modify the config to set different operational layers, it's as though the new settings/layers aren't showing up in my website. I've cleared my cache, etc etc, but still, the old settings/layers still show up. I've verified this with Fiddler. It works fine if I make the change and run it using Aptana Studio. Just doesnt refresh properly when running it on my Web Server. Is there a property in my module, or something in djConfig to be assured that my modules refresh on page load? Are you clearing the cache on the web server (not the browser, on the server itself)
... View more
01-03-2013
09:21 AM
|
0
|
0
|
591
|
|
POST
|
Our County is still standardized on IE7. Javascript API != HTML5 However, it can leverage it. We use a single deployment of an enterprise application on Tomcat on an internal webserver. That also runs java servlets and other applications. It connects directly to our SDE. That application is accessed internally, and through a Web Application Firewall (tomcat running modproxy) for external; public and secure access. The advantage of this architecture is we have a single app, single development environment, single webserver, etc.. (Downside is single point of failure, but redundancy/HA could be easily achieved if we had hardware funds). Choosing the Javascript API allowed us to not have to worry about platforms/plugins, etc.. And it integrates into our existing JAVA/Tomcat architecture seamlessly. Plus, if we ever do go to IE9, all i have to do is change the DOCTYPE. I have in fact already done this using quirks mode in IE7 and it seems to be working great! Long story short is the Javascript API requires the least setup for the end user. Open browser app works. No plugin download, no patches/security concerns, and free development tools for me. Win Win
... View more
01-03-2013
06:59 AM
|
0
|
0
|
3235
|
|
POST
|
Fair enough. But in the common "one developer" shop, being able to develop a single platform that works for desktop, web, mobile, etc.. (no app stores, etc..) is a huge advantage.
... View more
01-03-2013
05:50 AM
|
0
|
0
|
3235
|
|
POST
|
Pros: No PLUGIN required! way of the web - Flash and Silverlight are dead great community robust API great performance Dojo over jQuery Mobile support (flash dead on mobiles) Cons: Steeper learning curve due lack of "drag and drop" apps Dojo over jQuery (pro for me, con for many, but hey, just use both, they work great together)
... View more
01-03-2013
04:30 AM
|
0
|
0
|
3235
|
| 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
|