Jump to content

GeoMaps Customization


mrscripto

Recommended Posts

Been playing with geomaps and have a couple of questions regarding customization.

 

Is it possible to link to the listing from the tooltip window? I see that you can add custom fields, address, city, etc. But I would like to wrap the text in the tooltip with an <a> tag and link to the listing page on the site.

 

Geomaps Module:

What are the correct variables to create text links to zoom into different areas? I have this on a custom map where you can click on the word "United States" as a link above the map and it will zoom in on the US.

Example:

<span style='cursor: pointer;' onclick='map.setCenter(new GLatLng(39.504153, -94.928521), 4);'><u>United States</u></span>

 

And is it possible to create a legend with the multiple icons where you can click a category set on or off?

 

What is the correct location for a custom geomap module within jreviews_overrides? I have the standard theme files in this folder, but it looks like the module file is in a different folder in com_jreviews_addons:

/templates/jreviews_overrides/views/themes/mytheme/geomaps

 

 

Thanks.

Link to comment
×
×
  • Create New...