Member Login

Resources

Developers Blog
GMapsPRO Demo
Bug Tracker
-----------------------------------
GMaps Community Forums
GMaps Subscriber Forums
-----------------------------------
Google Maps API Reference
Google Maps Group Forum

Who's Online

We have 14 guests and 1 member online
  • AmyLyn2722

Affiliates



Community Forums

NOTE: Subscribers, please post in the SUBSCRIBER FORUMS - NOT IN THE COMMUNITY FORUMS

homepost replythreaded viewruleshelp
 
realvisionhomes
Junior Boarder
 
Powered by, and MyMaps - in Gmaps Pro How to? - 2008/02/11 23:49
Excellent component, I tried the demo and just had to have it.
I did read the FAQ and searched the forum, but the instructions for removing the "Powered by" is not up to date for Gmaps Pro?

secondly I seem to have a problem integrating Mymaps from google maps. I have created a public map on google maps site, (no markers, just area polygons)
but it does not show in gmaps pro.

Any Help please!
Regards.
The administrator has disabled public write access.

realvisionhomes
Junior Boarder
 
Re:Powered by, and MyMaps - in Gmaps Pro How to? - 2008/02/12 00:25
ok Part one I got solved.
I may have missed it, but the path to edit is /components/com_gmapspro/lib/gmaps
and the file is of course googleapi.class.php

in that same file you can also change the default Lat / Longitude

Now what remains to trouble shoot is why the MyMaps is not displaying inspite of giving it public status in Google Maps website.
Here is my public map url
http://maps.google.com/maps/ms?ie=UTF8&hl=en&msa=0&ll=25.062976,55.173168&spn=0.050848,0.079136&t=h&z=14&om=0&msid=111532039859927151073.000445b9b462212440e97
The administrator has disabled public write access.

realvisionhomes
Junior Boarder
 
Re:Powered by, and MyMaps - in Gmaps Pro How to? - 2008/02/12 01:02
Ok that didnt work
I still can't get the map to default to my location when adding new markers.
I tried changing all the default lat long numbers in the google.api file to my lat / lon location

But the default map still centers to denver.
can ou help please
(PS a sticky on this subjects would be great!)
Regards
The administrator has disabled public write access.

realvisionhomes
Junior Boarder
 
Re:Powered by, and MyMaps - in Gmaps Pro How to? - 2008/02/12 02:57
ahh well after 3 hours of searching how to replace the default lat / long of the "create a new marker" section

I finally found it in the file called marketcontroller.class.php in the classes sub folder of GmapsPro

( i really wish there is updated docs/tips for pro users soon)

Meanwhile a tip: the only reason i managed to find this after hunting via ftp for so long unsuccessfully, was because i downloaded a handy utility called "File Substring Replacement Utility"

and then used it to search through all files in the gmaps pro component on my harddrive.

Hope this helps others

PS the issue of why Mymaps from google is not displaying is still unresolved
The administrator has disabled public write access.

cs1559
Admin
 
Re:Powered by, and MyMaps - in Gmaps Pro How to? - 2008/02/13 15:47
As I am a one person show on this, and time has been limited lately for various reasons, my sincerest apologize for not seeing this sooner. Please shoot me an email to ensure all issues are covered (email is easiest for me most of the time -- unfortunately).

1. I'll have to find some time to review the docs. I am not aware of a problem with how to remove the 'powered by'. If you want that to be a configuration option, add that as a feature request in bug tracker.

2. As for my maps. I'll have to test the URL you have provided. However, the issue probably is that this doesn't point to a KML file. Try obtaining this map in a KML file and place that on a public server. This is the function call that handles the MyMaps stuff http://code.google.com/apis/maps/documentation/reference.html#GGeoXml

3. The default lat/long can be set inside the map configuration. However, if there are no markers, I am not sure what the behavior is.

Again, my apologies for not responding sooner. This is my fault that this was overlooked. Please shoot me an email if any of the above does not help resolve your problem.

Chris
The administrator has disabled public write access.

realvisionhomes
Junior Boarder
 
Re:Powered by, and MyMaps - in Gmaps Pro How to? - 2008/02/13 23:53
Hi Chris,
Thanks for your reply.
The KML thing worked ! (previously I was only copying the url from mymaps)

I should have posted this in the subscriber forum earlier

The default lat/long can be set in map config, true! but that is when displaying a map, What I was referring to was setting the default location for the admin map and the front end add a marker to a map page.

( I have manged to change this though)

Many thanks for a great component and looking forward to you adding ongoing features to it.
I will recommend this to other joomla authors of compnents such as ezrealty etc, because your adapter/plugin interface may just get all components to have map-able output!
The administrator has disabled public write access.

cs1559
Admin
 
Re:Powered by, and MyMaps - in Gmaps Pro How to? - 2008/02/15 15:51
Yeah .. I've gotten a few requests to set the lat/long of the marker editor. So hopefully someone put that in as a feature request in our bug tracker so I won't lose track of it.

Chris
The administrator has disabled public write access.

rickswindell
Junior Boarder
 
Re:Powered by, and MyMaps - in Gmaps Pro How to? - 2008/05/05 15:18
You say that the "KML thing worked" That's great, I'm trying to figure it out myself. Can you please give a rundown on how you exported to KML and did you just place it on your own server?

Thanks,
Rick


Update: Okay, that always happens.. As soon as I post a quesetion I figure it out on my own

For those who are trying to figure it out here it goes: Make a me My Map in Google Maps. Then click on "View in Google Earth" Then choose Save. Upload that file to your server and point to it in the gmapsPro Mangage Maps where it asks you to specify the URL for you "My Map"

Post edited by: rickswindell, at: 2008/05/06 01:38
The administrator has disabled public write access.

support
Admin
 
Re:Powered by, and MyMaps - in Gmaps Pro How to? - 2008/05/05 16:31
I believe the PDF doc covers this too.
The administrator has disabled public write access.

dominey
Fresh Boarder
 
Re:Powered by, and MyMaps - in Gmaps Pro How to? - 2009/06/19 10:47
At 19 June 2009 you remove powered by in file
/components/com_gmapspro2/lib/maps/mapdecorator.class.php

by commenting out the line:
$code.="<div class="gmaps-poweredby">Powered by <a href='http://www.firestorm-technologies.com/' target='_blank'>GMapsPRO</a></div>";

to

// $code.="<div class="gmaps-poweredby">Powered by <a href='http://www.firestorm-technologies.com/' target='_blank'>GMapsPRO</a></div>";

Hope that helps someone...
The administrator has disabled public write access.