
Envoyé par
http://forums.java.net/jive/thread.jspa?threadID=44117&tstart=-1
It's actually not legal to use Google Maps with JXMapViewer (or anything that is not Google Maps API), in facts I've dropped that code from my application (you're still able to access it through that URL because it's an old revision in the source repository).
Before realizing I had to drop that code, I used it for a few weeks and noticed that Google periodically changes something in the URL
(typically the w parameter, which seems to be a version), so the old ones for sure don't work at the moment. Since I've not maintained the code, I've got no idea of what could be wrong. Of course it could also be that in the meantime Google added some better check to make sure that the request comes only from a legit requester (i.e. a browser, not a Java application).
I suggest you search some other source of data which is legal with your purposes (ok, trivial suggestion, it's your business after all, but you understand I had to add this .
Partager