Page 1 of 1
{Solved} Google Maps + Property Listings
Posted: Wed Apr 02, 2014 5:00 pm
by dmagill
Afternoon everyone,
I inherited a site, I am going to swap out of a custom CMS and hopefully into CMSMS. The only stumbling block so far is a google type map with a list of property.
This is my example link for what I hope to do.
http://marceldegagnecarpentry.com/lots-for-sale
There is a module that manages this and allows them to post items as sold.
http://marceldegagnecarpentry.com/homes-for-sale
I am not looking at emulating the feature exactly, but some ideas on how to get as close as possible to it would be greatly appreciated.
Thanks!
D
Re: Google Maps + Property Listings
Posted: Wed Apr 02, 2014 6:58 pm
by Dr.CSS
Maybe something like company directory..?
Re: Google Maps + Property Listings
Posted: Wed Apr 02, 2014 8:13 pm
by JohnnyB
Another option would be to use a ListIt2 (listit extended) instance to manage this. This way, you can have a custom field, perhaps a checkbox, called, "Sold". When it is sold, check it off and in your display template you would use logic to show the 'Sold' image for each property assigned the sold checkbox option.
Using that or company directory will allow custom fields and company directory already has some map stuff built in. But, with Listit2 you can add custom fields for street address or Lat/Long and just send that to a Google map tag via the CGGoogleMaps2 module...
Re: Google Maps + Property Listings
Posted: Wed Apr 09, 2014 8:56 am
by faglork
JohnnyB wrote:
Using that or company directory will allow custom fields and company directory already has some map stuff built in. But, with Listit2 you can add custom fields for street address or Lat/Long and just send that to a Google map tag via the CGGoogleMaps2 module...
Did you actually do this? I mean, do you have a working installation where we can actually see this?
So far, I have been unable to find an installation where this actually works. All users who used this had to revert to CGGoogleMaps since it id not work with CGGoogleMaps2 ...
Cheers,
Alex
Re: Google Maps + Property Listings
Posted: Wed Apr 09, 2014 12:32 pm
by JohnnyB
Maybe it depends on the PHP version installed. I used CGGoogleMaps2 recently for a site running on a PHP 5.4.x server and it works well.
I haven't done this exact same thing using ListIt2 but I have done it using other modules using custom fields so the approach is the same. Is it the dynapoint plugin part that doesn't work? I haven't used that yet in the new version.
But the approach would be the same. Use custom fields to send lat and long to the dynapoint plugin of the module.
Re: {Solved} Google Maps + Property Listings
Posted: Sat Apr 19, 2014 4:48 pm
by dmagill
Thank you for your awesome ideas guys. I got veto-ed. Not my project any longer.
Thank you again!