There’s a handy Google maps site that lets you place a marker, gives you the position, and then lets you convert that position into a number of geographic text formats.
At the geo:truc site, zoom into the desired location, and click on the Google Maps interface to enter a marker; you can also enter coordinates or an address in the search field. Geo:truc gives you the coordinates of that marker, and then a host of options to convert the position into geographic text formats (click on the image for a larger view):
Initially, you have the option to copy a link to this location on the page either with grabbing the hyperlink, or using one of the links to bookmarking services like Google Bookmarks, del.icio.us, etc.. Click on any of the “Grab” links in the upper-right (except “Links”, which brings you back to the default set of bookmarkable links), and a box will appear with the appropriately-formatted text; copy and paste it into your favorite HTML or text editor, and save it with the appropriate file extension. You can get
Triple tags:
geotagged geo:lat=33.461234 geo:lon=-112.109299
Geo (microformat):
<abbr class=”geo” title=”33.461234;-112.109299″>33.461234, -112.109299</abbr>
GeoJSON:
{ “features”: [
{ "id": "",
"title": "",
"point": [[33.461234, -112.109299, 0.0]],
“srs”: “EPSG:4326″
}
]
}
GeoRSS:
<georss:where>
<gml:Point>
<gml:pos>33.461234 -112.109299</gml:pos>
</gml:Point>
</georss:where>
HTML metatag:
<meta name=’geo.position’ content=’33.461234;-112.109299′ />
W3C Geo:
<geo:Point>
<geo:lat>33.461234</geo:lat>
<geo:long>-112.109299</geo:long>
</geo:Point>
Even a KML waypoint marker:
<?xml version=’1.0′ encoding=’UTF-8′?>
<kml xmlns=’http://earth.google.com/kml/2.1′>
<Placemark>
<name>33° 27′ 40.442922” N, 112° 6′ 33.475342” W</name>
<description></description>
<Point>
<coordinates>-112.109299, 33.461234, 0</coordinates>
</Point>
</Placemark>
</kml>
As indicated above, to get rid of the text box and get back the bookmarkable links to this marker, click on “Links”.
Via GoogleMapsMania (5/6/2007).
Other posts in the Google Maps Tools series
- Coordinate Data From Google Maps
- Reverse Address Geocoding With Google Maps
- Converting Google Maps Search Results To GPX
- Coordinate, Elevation, Distance And More In Google Maps
- Google Maps "My Maps" Features
- Measuring Elevation, Distance And Area In Google Maps
- Creating GPS Routes In Google Maps
- Thematic Polygon Shapefile Display In Google Maps
- Using The Google Maps Interface To Display General Maps And Images
- Heat Mapping In Google Maps
- Elevation Profile In Google Maps
- Embed Google Maps "My Maps" On Your Web Page
- Real-Time Website Visitor Plotting In Google Maps
- Customizing Google Maps Markers
- Two Fun Cartographic Google Maps Tools
- Simple Guide To Embedding Google Maps "My Maps" On Your Own Webpage
- Another Google Maps Geocoder/Reverse Geocoder
- Drawing Lines Between Points In Google Maps, Straight And Great Circle
- Convert A Google Maps Point To Multiple Text Geographic Formats
- Meet Your Friends Halfway
- Plotting Swivel Data In Google Maps
- Meet Your Friends Halfway II
- Geographic Midpoint Calculator
- GIS-Like Functionality In Google Maps With ZeeMaps
- Creating GPS Waypoints Online From The USGS Geographic Names Information System (GNIS)
- MapMyRide.com
- Exporting KML Data From Google Maps MyMaps To A GPS
- Advanced Tool For Embedding Google Maps MyMaps On Your Website
- Draw/Label On Google Maps, And Generate GPX/KML/Embeddable Maps
- Another Way To Create Embeddable Google Maps With KML Data
- Documenting A Journey With Maptales
- Plot A Coordinate Position On Different Map Pages
- Worldwide Reverse Geocoding With Google Maps
- Google Maps Shaded Relief Site Updates
- Digipoint 2: Export Of Google Maps Points In Multiple Formats, And Elevation Data
- Google Maps Line Tool Now Supports Distance Measurement
- Geographically-Linked Video With VeoGeo
- Recent Google Maps Tools
- Google Maps Mapplets From Zonums Software
- Maximize Google Maps With Google Maps Max
- Mapping Zip And Area Code Boundaries, And More
- Altitudes And Terrain Profiles In Google Maps
- “Friendly” URLs To Address Maps
- Quick Zip Code Information
- Simple Online Form For Creating An Embeddable Google Map
- Embed Synchronized Google/Microsoft Virtual Earth Maps On Your Website/Blog
- Worldwide Contour Lines In Google Maps’ Terrain View
- Plot Gazetteer Features In A Google Maps Interface
- Antipodes Map
- New Features At MapChannels.Com
- Small, Simple Tool For Getting Distances And Bearings Between Points In Google Maps



0 Responses to “Convert A Google Maps Point To Multiple Text Geographic Formats”