CCK Link to Map

Component ID

354322

Component name

CCK Link to Map

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

2674

Component created

Component changed

Component body

The CCK Link to Map module allows users to type in an address and have it "automagically" converted to a map link.

The link opens in a new tab/browser pointing to a Google Map. Short and sweet.

No dependencies, no Geolocation, no etc. This module is the simplest thing that could possibly work.

When editing the node, put "123 Snowberries Lane, Santa Cruz CA" in the field.

When the field displays, it will be a link called "123 Snowberries Lane, Santa Cruz CA" that opens Google Maps in a new window/tab.

To accomplish this, it puts "http://maps.google.com/maps?q=" in front of the text, so the new window/tab's URL would be: "http://maps.google.com/maps?q=123 Snowberries Lane, Santa Cruz CA"