Register   Login
     
  Latest Posts  
RE: how to add rating and comment in simple gallery
by mndmmnd on 10/07/2008 4:53 AM
RE: ENH: NA becomes the Article Manager and LA is the display module
by robax on 10/07/2008 3:48 AM
RE: RSS issue - running Win 2008 / SQL 2008
by robax on 10/07/2008 3:03 AM
RE: Editing Approved Articles
by glenwin on 10/07/2008 2:54 AM
RE: ENH - Multi FileUpload
by wknox on 10/07/2008 2:23 AM
RE: Archive Display Option
by smcculloch on 10/07/2008 1:50 AM
RE: Suggestion: Individual articles only viewable by select roles.
by smcculloch on 10/07/2008 1:49 AM
RE: Bad link when Display is set to Album
by smcculloch on 10/07/2008 1:47 AM
RE: Filter news list on user Role
by smcculloch on 10/07/2008 1:45 AM
RE: RSS issue - running Win 2008 / SQL 2008
by smcculloch on 10/07/2008 1:44 AM
  Forums  
Subject: Google Maps - plot multiple properties?
Prev Next
You are not authorized to post a reply.

Page 1 of 212 > >>
Author Messages
Sölve DahlgrenUser is Offline
Gold Membership
Nuke Addict
Nuke Addict
Posts:77

4/09/2008 3:55 AM  

I was wondering if anyone has done a good integration with Google Maps. It does not seem to difficult to just plot a street address using query in the URL which works for a single property and a link "Show on map"-type of thing.

But several properties on one map - for example listing them and reference with a number on the map?

With the module Jetkey Smartmap there is the ability to use a KML-file to plot as many objects as you want on a map. The examples are using geo-coding but it should be possible to use street addresses as well.
http://smartmaphelp.jetkey.com/1.0.0/Introduction%20to%20KML.html
Then use placemarks:
http://code.google.com/apis/kml/documentation/kml_tags_21.html#placemark

But how do we create an KML-file automatically from the properties in property agent? It would be too much work updating a separate file everytime a property is added or removed.

Anyone with a good implementation? The core Map module does not seem to be ready for release yet...


Sölve Dahlgren
www.dahlgren.net
www.dnn-tips.se
stephanie balzaUser is Offline
Registered Users
Nuke Wiz
Nuke Wiz
Posts:104

4/09/2008 5:18 AM  
Hi Sölve, The NEW Core Map module has been released. I downloaded it yesterday. It seems really neat, I was wondering myself how to implement it with property agent. I think that would be really neat.
Sölve DahlgrenUser is Offline
Gold Membership
Nuke Addict
Nuke Addict
Posts:77

4/09/2008 7:01 AM  
Oh, I just looked at the blog for the project - and there was no new entry since february. :-)

Well, then we must have a nice implementation to easy connect PA and Core Map! Just looked quickly at the documentation for Map and it looks to me like it should be "easy" to write a connection so that maps can easily be deployed with PA. But now I am not a developer so...

Sölve Dahlgren
www.dahlgren.net
www.dnn-tips.se
avi aUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:635

4/09/2008 8:15 AM  
You can try google "hello world" for maps on a testing tab, inside a text/html module. After it works, move it inside the property module in the place you like. Then start using the tokens in the correct place to in case that what you want to. Step after step, no short cuts that I know of.
I didn't check the dnn map module yet, which might be good for it self, but I don't think it will work "inside" the property agent module. If it will, let me know, please.

Avi A
Nukedesigners.com W3C valid skins for dotnetnuke
caroigUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:278

4/10/2008 8:35 AM  

I'm working on a google maps integration for Property Agent.  It's still a week or so away from release.

There's a nearly working example on my test site.  It needs a bit of tidying up and parameterization but the key components are functional - the ratings and lightbox are not fully functional at the moment.  It runs fine in Firefox and shouldn't cause any probelms in IE7, but I haven't optimised it for other browsers yet.

There are two components.  The rendering component and the geocode component.

The geocode component adds a Geolocate form to the Property Details Form that scrapes the address and geocodes it returning the lat & lon or allows the user to position a marker on a google map to return the lat lon and an address for the property.

The rendering component is driven by the latest property module.  It will optionally group properties on a property field (in the example I've used location), allow a map marker to be assigned to each group and will plot properties on a google map.
The content for the marker tooltip, infowindow and maximized info window is taken from named divs in the latest property template and is actually very simple to modify to your own requirements.

The samples on the test site are complicated a little by the fact that I've added full dynamic localization.  This identfies the page language of the rendered DNN page and strips out any content not aimed at the page locale.

There are no modifications to Scott's modules, there will be just two jQuery Plugins that need to be added to site skin.  All parameters can be specified in the plug-in call.

If you'd be interested in a beta copy, then drop me a message or send me a mail through the forum profile.

 

avi aUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:635

4/10/2008 9:11 AM  
Very Nice!

Avi A
Nukedesigners.com W3C valid skins for dotnetnuke
Shelly FaginUser is Offline
Silver Membership
Nuke Active Member
Nuke Active Member
Posts:32

4/10/2008 12:56 PM  

I agree, it looks fantastic, great job.

WisWeddingPlanner.comUser is Offline
Gold Membership
Nuke Wiz
Nuke Wiz
Posts:106

5/15/2008 4:11 PM  

Hi Caroig,
I pm'd you awhile back. I am wondering if you would be able to put out some simple tips / instructions and anything that could help me / others set this functionality up with the Map Module on our websites. Your looks great!

AlbertramsbottomUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:383


5/16/2008 2:05 AM  
me too works great

www.classcampers.com
www.worldscheapesthomes.co.uk
www.beebiplayer.co.uk
www.internetinsurancequotes.co.uk
CodepointUser is Offline
Gold Membership
Nuke Wiz
Nuke Wiz
Posts:115

5/16/2008 2:52 AM  

Great Work!

RionUser is Offline
Gold Membership
Nuke Super Newbie
Nuke Super Newbie
Posts:17

5/30/2008 9:53 AM  
Yeah I think that looks fantastic, any update on when it might be available in PA or any tips on how we can make it work also?
caroigUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:278

6/01/2008 9:52 AM  

I've had this project parked for a couple of weeks while I get on with other tasks. 

It is still progressing and I'll be getting an update on the site this week which shows in a bit detail how it works.  I'm just pulling together some documentation at the moment.

RionUser is Offline
Gold Membership
Nuke Super Newbie
Nuke Super Newbie
Posts:17

6/01/2008 6:37 PM  
Cool, thanks for your work on it thus far!!
RionUser is Offline
Gold Membership
Nuke Super Newbie
Nuke Super Newbie
Posts:17

6/11/2008 5:34 AM  
I saw this one slipped off the first page, just thought I would bring it back to the top, have you had a chance to work on it at all caroig?

Thanks!
SteveUser is Offline
Gold Membership
Nuke Addict
Nuke Addict
Posts:73

6/16/2008 7:12 AM  
It would be great if this functionality was integrated with PA - doing searches using proximity (within x miles from zip code)would be great in a *lot* of scenarios. :)

Steve
caroigUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:278

6/17/2008 5:29 AM  
I'm just taking a couple of days out of my schedule to finish off the documentation and release a test version. It's not dead - apologies for the wait.

Hmm- proximity search is a great idea.
Steven WebsterUser is Offline
Gold Membership
Nuke Wiz
Nuke Wiz
Posts:147


6/17/2008 5:42 AM  
I have some code for proximity search. It's vb.net and requires a zip code table (and data) but it works. Wrote it for a locator I wrote a few years ago. I would be more than happy to share it with anyone willing to incorporate it and return it to the ventrian community.

Steven Webster
Overlook Technologies
SteveUser is Offline
Gold Membership
Nuke Addict
Nuke Addict
Posts:73

6/17/2008 6:32 AM  
Steven,

Very cool offer (and Steven, please don't take my opinion the wrong way!) - my only thought on that is that if it's going to happen, I think it might be best to use the Google API since it will be lower maintanence (and has become the standard) - I'm pretty sure they have proximity calculations available from a physical address, zip code, or lat/long coordinates - Google would also handle worldwide addresses as long as the standards are followed. For instance you could have 3 location types - physical address, zip code, or lat/long coordinates.

My .02 (I guess that's .04 now! :) )

Steve
Net DoctorsUser is Offline
Gold Membership
Nuke Wiz
Nuke Wiz
Posts:103


6/23/2008 2:01 PM  
Agreed, I could definitely see a huge need / desire for a Prox search. I am sure we all are waiting with bated breath :D

Matt Edwards
Net Doctors, Inc.
www.netmds.com
RionUser is Offline
Gold Membership
Nuke Super Newbie
Nuke Super Newbie
Posts:17

6/29/2008 6:12 AM  
sorry to be a pest but any headway on the documentation side? Anything we can do to help?
You are not authorized to post a reply.
Page 1 of 212 > >>

Forums > Modules > Property Agent > Google Maps - plot multiple properties?



ActiveForums 3.7