The comments are owned by the author. We aren't responsible for their content.
Re: Google Maps 0.1
yep actually, they are 4 google map API based modules (2 of them are on dev.xoops.org, 1 on xoopsfrance, 1 not translated yet; xmap/gmap) each of them uses one feature of google API could be great to have all features in one
marco
Re: Google Maps 0.1
There is a problem during installation of this module in the sql file.
Have a look please
Re: Google Maps 0.1
Is there anywhere we can see a demo of this ?
Re: Google Maps 0.1
I accidentially made the sql only compatible with mysql v4 and above. It is now fixed and a version 0.1a released.
There is also a demo site at http://googlemaps.jas0r.com To see the admin area please login via googlemap / googlemap
Re: Google Maps 0.1
Hey,
I installed the module but I don't get a map and when trying to add a category it says error on sql. I retrieved an API on http://www.timebrokers.be but the actual website address is different cus i made the website on http://web457.hercules etc etc and only later had my DNS installed but everything is linked to http://www.timebrokers.be (dns) so it should work?
Filip
Re: Google Maps 0.1
i got problem opening the module in IE. it gave me an error prompt. but it was all good in Mozilla.
Re: Google Maps 0.1
The error message was :
Error Code: 0013
ERROR: Could not query the database. Error: Table 'usr_web457_1.xoops_gmap_category' doesn't exist
Tried it under IE, Maxthon and firefox, nothing ...
Ain't it possible to just copy paste the html provided by google and putting it into custom block?
Re: Google Maps 0.1
I'm so sorry
I accidentilly made the sql file wrong it created the wrong table names. If you upload version 0.1b and update the module it should fix this as for the IE problem I'm looking into this I never use IE so didnt realise it was crashing
Re: Google Maps 0.1
rofl
Well, that's what you encounter when making a module I guess :) Great work. Checking it now
Filip
Re: Google Maps 0.1
Nope nothing is working ... The sql error is fixed but still a blank page. And the testsite I can see everything except the page that is important ie the preferences
Filip
Re: Google Maps 0.1
Sweet! Can't wait for version 0.1c LOL
Just ribbing you in the side dude, keep up the good work. This one will be mass popular when it's final
Re: Google Maps 0.1
Hi again
Can bugs and things be placed into the forum on XOOPS Dev Forge so they are easier to keep a track of
Ok I'm working my way though the IE problem and have it at least loading, but not displaying properly. Will try nail it by today.
Graviton could you tell me what is happening exactly? Are you using IE or Firefox? The pref page only changes the api and the default zoom level. Unfortunatly I cannot give permissions to this in the test site because it will allow people to change the general preferences for the site as well. Once installed what pages can you goto? Can you goto System / Preferences / Google Maps Module Prefs ? What about the Admin Index? where you add categories, points etc? Can you get there?
NOTE: For spanish users and others locations without maps support, i've modify the index.php making the satellite view as default: search for:
var map = new GMap(document.getElementById("map")); map.addControl(new GLargeMapControl()); map.addControl(new GMapTypeControl()); map.centerAndZoom(new GPoint(=$init_lon?>, =$init_lat?>), =$init_zoom?>);
And replace with:
var map = new GMap(document.getElementById("map")); map.setMapType(_SATELLITE_TYPE); map.addControl(new GLargeMapControl()); map.addControl(new GMapTypeControl()); map.centerAndZoom(new GPoint(=$init_lon?>, =$init_lat?>), =$init_zoom?>);
that's its all, well, its all until come the corrected version it doesnt work in IE, only in Firefox
Google Maps 0.2
Ok fingers crossed
I have made the module work with IE I have released it as version 0.2 on the download page. As always its still a testing version (hence the less than 1.0 version no) but I'm pretty sure it should run ok. I have tested every possible situation on my pc.
Any probs please let me know in the forum indicated above.
PS Polylines aren't goin temporarly
Re: Google Maps 0.2
GooglemapsV0.2 don't work in firefox non in IE
In XOOPS 2.2.3 googlemapsV0.2 dont work if i have in the right block.. and dont work at all in IE, happear the same as v0.1b (i think is because the right block)
F***ing brrrrilliant! Love it, and works fairly well for me. I keep installing all those cool modules nobody will ever use on my site. Keep it up!
Re: Google Maps 0.2
Quote:
GooglemapsV0.2 don't work in firefox non in IE
In XOOPS 2.2.3 googlemapsV0.2 dont work if i have in the right block.. and dont work at all in IE, happear the same as v0.1b (i think is because the right block)
Having trouble with the forum so again here ... I uninstalled 0.1 .... installed or atleast tried installing 0.2 now it says "Table 'xoops_gmap_pl' already exists
Unable to install googlemaps. Error(s):"
I'm gonna stop cus it seems its already leaving clutter behind in my sql. I was able to go everywhere in admin of module, the only thing wrong is that the map is not showing, everything else seems to be there and accessible.
Filip
Re: Google Maps 0.2
Retested with the new index.php and works fine for me( XOOPS 2.2.3a )both Iexplorer and the great Firefox.
Re: Google Maps 0.2
It's a great module. It is working fine on IE6 Op 8.5 and FF 1.5
Re: Google Maps 0.2
The module GoogleMaps v0.2 run well in IE and FF.
The bug are fixed!
Re: Google Maps 0.2
I am going to map transmitter sites, studio to transmitter links and radio stations in the el paso area. Thanks for a cool module.
don (el paso)
Re: Google Maps 0.2
take a look at this site. would be interesting if you could do this in google map.
By the way: Since I've installed this module, I get an astonishing amount of referers from Google searches for satellite views of whatever So much for SEO, hope a few of them are interested in the rest of the site as well.
Re: Google Maps 0.1
I've tried installing this on both 2.2.3 and 2.2.4 without any luck. I'm running PHP5, and 2.2.3. When I try to go to Gogglemaps administration, I get a page filled with PHP code. If I try to view it from my frontpage, it shows a narrow rectangle midscreen with jumbled PHP code as well..
Any ideas here?
Re: Google Maps 0.1
there is a version 0.3 out. Are you trying this? Available from here