Mark Registered Users
 Ventrian Active Member Posts:39

 |
| 4/17/2009 5:03 PM |
|
I dont know how to call this but...
is there away to make the google map useable like in the setup?? in the set up you can click and drag around in the map and zoom in and out and so on...but this is not like that in the MAP token...
Is there a way to make it??
Thanks,
Mark |
|
|
|
|
skat004 Registered Users
 Ventrian Addict Posts:57

 |
| 4/17/2009 8:22 PM |
|
I second this. I think this would be very helpful as well |
|
|
|
|
Ash Registered Users
 Ventrian Addict Posts:87


 |
| 4/17/2009 10:11 PM |
|
| You must have read my mind! I was thinking exactly the same. This would be a very useful feature. |
|
|
|
|
Mark Registered Users
 Ventrian Active Member Posts:39

 |
| 4/21/2009 12:04 PM |
|
*Bump* Wondering if Scott can comment on this....thanks |
|
|
|
|
Scott McCulloch Administrators
 Ventrian Master Posts:17204


 |
| 4/22/2009 7:09 AM |
|
There isn't a way at the moment through the [MAP] token. Some people have manually included scripts in their templates using [LONGITUDE], [LATITUDE], etc. |
|
Scott McCulloch Site Administrator |
|
|
Mark Registered Users
 Ventrian Active Member Posts:39

 |
| 4/26/2009 11:19 AM |
|
Ok..that will help me
Thanks |
|
|
|
|
brian Registered Users
 Ventrian Active Member Posts:44

 |
| 6/11/2009 4:07 PM |
|
| Is there a way to implement this .. or even have the map be clickable so it will open in a new window. Right now.. it's nice but limited. |
|
|
|
|
georgelew Gold Membership
 Ventrian Master Posts:488


 |
| 6/11/2009 10:56 PM |
|
My partner is writing a Google Apps to publish KML to Google Earth and Google Map. It also served as a Google Webmaster Sitemap where all the data is retrieve from the PA module. Thus, in the PA, all we need is to put in a link embed from Google Map, automated too :) The bad news is, we are still working on many issue and perfecting the apps to reduce the load from database. Will share it once it is done. |
|
Thanks,
George
Looking for Invite Friends Module? |
|
|
Mike Cox Gold Membership
 Ventrian Master Posts:249


 |
| 6/25/2009 9:16 AM |
|
If you want the map clickable, put a hyperlink around your [MAP] token.
Here is what I used and it works mint.
If anyone is interested, I made an interective map using a Map module called Netsim Map Extreme that I got from Snowcovered. It uses Microsoft map instead of Google which I think is nice and it does not need an API key.
Have a look at http://www.rideauslips.com and you will see what I did and you will also see the google map on the view property template. |
|
|
|
|
Stefan Malmborg Registered Users
 Ventrian Super Newbie Posts:18

 |
| 7/12/2009 12:02 PM |
|
Hi im using this code to get the map interactive and it almost works. The link on the MAP is for example http://maps.google.se/maps?f=q&hl=sv&geocode=&q=57,74334,16,66059&ie= . The problem is that the Longitude and the Latitude link uses , (comma) instead of a . (dot). in the first path of the adress.
Im using the swedish maps.google.se and i have also tried the .com adress and get the same problem. In the Property agent form the Latitude and the Longitude coordinates are with . and not the , . But when i look at the form it gets wrong. Can anybody help me please? |
|
|
|
|
Stefan Malmborg Registered Users
 Ventrian Super Newbie Posts:18

 |
| 7/12/2009 12:34 PM |
|
| I found that if i use US/EN as language instead of swedish it works. Then the . steal is a . (dot) and not a , . But how can i get it to work with swedish language. |
|
|
|
|
Scott McCulloch Administrators
 Ventrian Master Posts:17204


 |
| 7/13/2009 6:39 AM |
|
| Stefan - you are correct, it uses the locale to format the number. I could add an additional token that you could use which would show in the lat/long in decimal format. |
|
Scott McCulloch Site Administrator |
|
|
georgelew Gold Membership
 Ventrian Master Posts:488


 |
| 7/21/2009 8:50 PM |
|
Posted By Scott McCulloch on 7/13/2009 6:39 AM Stefan - you are correct, it uses the locale to format the number. I could add an additional token that you could use which would show in the lat/long in decimal format.
It would be best if there's default [LAT] [LONG] token. In this case, we can do something like "view larger map" map as provided from google map embed code.
View Larger Map |
|
Thanks,
George
Looking for Invite Friends Module? |
|
|
Paul Marsden Gold Membership
 Ventrian Super Newbie Posts:19


 |
| 7/21/2009 11:55 PM |
|
Hi Guys
As an exercise I've modified the source code of Property Agent (specifically ViewType.ascx & ViewType.ascx.vb) to replace the property listing with a Google map with clickable markers for each property found. You can see this on a test site I am putting together at http://crown.epsys-consultants.co.uk. Just click on the property search button and you will see the map.
Any feedback on it would be great.
Scott, the actual code changes were not that involved and it may be something that you may like to incorporate into the core module. If you are interested I would be happy to send you what I have done so you can check it out.
If anyone else is interested let me know.
Regards
Paul |
|
|
|
|