Andrés Rivas
Andrés Rivas
Hi, this plugin works in cakephp 1.2?
Hello, is there any method or example to show the current coordinates in URL, just like Google maps does it?
zoom, lat and lng from url: [http://localhost/gmaps/#18/10.444112174678937/-64.17193496227266](http://localhost/gmaps/#18/10.444112174678937/-64.17193496227266) bounds_changed event used for change hash url usage: ``` javascript var map = new GMaps({ div: '#map', lat: -12.043333, lng: -77.028333 }); map.getURLHash();...
``` sh Exception in thread "main" java.lang.RuntimeException: java.security.InvalidKeyException: Illegal key size at AESUtil.encrypt(AESUtil.java:24) at AESMain.main(AESMain.java:10) Caused by: java.security.InvalidKeyException: Illegal key size at javax.crypto.Cipher.a(DashoA13*..) at javax.crypto.Cipher.a(DashoA13*..) at javax.crypto.Cipher.a(DashoA13*..) at javax.crypto.Cipher.init(DashoA13*..) at...