You are not logged in.
Pages: 1
After months of silence,
We are proud to announce that version 5.0 is on the way,
Here is the kind of use of next version :
$('#test1').gmap3(
{ map:{
options:{
mapTypeId : google.maps.MapTypeId.ROADMAP,
center: [40.740,-74.18],
zoom: 12
}
},
groundoverlay:{
options:{
url: "http://www.lib.utexas.edu/maps/historical/newark_nj_1922.jpg",
bounds: [
{lat:40.765641, lng:-74.139235},
{lat:40.716216, lng:-74.213393}
]
},
events: {
click: function(overlay){
alert('clicked on '+ overlay.url);
}
}
}
}
);
Offline
I'm looking forward to version 5, congratulations on an excellent product.
I will be making a donation once my pay pal account has some more money in it
Offline
Still working on it,
Latest features :
- tags : can be a string or an array
- get / clear : can now use a function as tags : allows to use custom filters on tags
- imageMapType
- clustering : rewrited from scratch : can now use a callback function to filter visibles markers
Offline
Any news? ![]()
thank you
Offline
Yes ...
It take us much time to code the new website / documentation.
Version 5.0 is quite finished and curently tested
Offline
The site is currently under construction.
it will be very ergonomic and translated into both languages with a carefully designed
Best regards
G.Aurelien
Offline
It take us much time to code the new website / documentation.
Offline
Thank you for that reply!! Thanks!
You have any release date in view? like this month/next month?
Happy to see the results and looking forward to make a donation ![]()
googlemaps will be used then on our site: staydu.com! looking forward to the new version since clustering was not possible
Offline
Hi Alessandro,
We are still working on the website while the library is finished up to 90%
I hope it will be released in the beginning of may (May 12/13 i hope)
JB
Offline
excited about progress-news ![]()
Offline
:S we are quite late ...
it takes much time to create the documentation and new website
Offline
Offline
Any new release dates?
I really need better clustering functionality for my project...
I'm willing to make a donation if there is a nearby release ![]()
Cheers
Offline
![]()
We are still working on it, sorry for the delay ...
Offline
There are many good examples,but I didn't find out about chart or pie chart example, ask the code
Offline
Hi,
First of all thanks for great Map API, its really awesome.
In my website I used map and I have functionality of drawing polygon's, circles with the markers using the following links
http://gmap3.net/api/add-circle.html
http://gmap3.net/api/add-polygon.html
Also I have the print/preview functionality, in that functionality I took the "map Div" and shown in separate window using java-script,
but my problem is that it only shows me map and marker , its not showing the polygons and circle.
IS is possible to capture that polygons and circles?
Also I have the save functionality, in which I want to save the current map with drawn polygons, circles shape into image file.
How can I save that polygons and circles in static map.
Is there any other way to capture the whole content (polygons, circles, markers) with map to save in image file.
Thanks
Last edited by rohan.wss (2012-07-21 06:17:37)
Offline
Hi,
Any news about the release date ?
Good luck :-)
Offline
Yes sorry ... in the last few weeks, i changed of company and didn't had enough time to work on it for 1/2 month
but ... we are back ![]()
gtraxx will write the entire website while i'm finishing the plugin
be patient ... again ![]()

Offline
Any updates? ![]()
Offline
yes ![]()
version 5 is on github right now,
website will be published in the next few days
Offline
It is now official
Offline
Hi! Great work, tnx! but I have questions with imagemaptype and tiles. So your example works great, but my tiles work not. I create tiles with MapTiler (WGS 84), tiles displaed on my old map great, can see it (1930 or 1944 layer) here. But if I use this tiles like http://1871.by/map/1944" + "/" + zoom + "/" + coord.x + "/" + coord.y + ".png with Gmap3 tiles displayed not, can look here. Can help fix this problem or write tutorial how make tiles for Gmap3. Please help!
My tiles is Tile Map Service (TMS) how add TMS support?
Last edited by kingstakh (2013-04-10 20:32:32)
Offline
Pages: 1