I have a bunch of locations stored in "My Maps". Is it possible that I create a KMZ file that I can use in Google Earth?
I have a bunch of locations stored in "My Maps". Is it possible that I create a KMZ file that I can use in Google Earth?
Click on the button for "link" above the map. Paste that link into the browser and hit enter. Then, add &output=kml
to the end of the URL, and hit enter. You will be prompted to download a KML file, which will contain all of the points in the map.
Seeing that there's no convinient way of doing this provided by Google, I've created a tiny online app for export of your starred locations to KML: http://gexport.somee.com/ It's very primitive, but it does the job.
I have a bunch of locations stored in "My Maps". Is it possible that I create a KMZ file that I can use in Google Earth? --------------Solutions------------- Click on the button for "link" above the map. Paste that link into the browse
I am trying to build a solution where i would create loop by google map. My first and only business rule is there should not be any repeated route. But with my demo http://www.mindcrew.in/road%20runner/example.html it does show. Please help me on thi
I am totally new to this. I have a KML file of zip code boundaries. I want to create image from this KML, so that can use to overlay google maps. Can someone please guide me here? --------------Solutions------------- Google Maps natively supports KML
I am attempting to create the equivalent of a Google Maps map for a private Ultima Online server, with a custom map replacing the default map. I'd like to allow players to pin important locations on the map and post screenshots of their play activity
I've looked into how to create static geozones, but I want my users to be able create their own geozones/proximities on their smartphones and tablets with google maps. I've seen another app do it. Would I be better off just having the user become a m
MapsEngine seems to import only CSV, XLS files for creating a map. How can I import my KML/KMZ files with Maps Engine Lite --------------Solutions------------- It is not currently supported to import KML or KMZ to Google Maps Engine Lite or Pro. http
I wish to create a personalized google map (as is shown here), I see it is possible to import a geo file (KML, KMZ or GeoRSS) with many points. I would love to use that but don't know how to create such a geo file in the first place. Which one should
Here's a page with a list of addresses: http://www.cabq.gov/seniors/centers/seniorcenters Is there any webapp/plugin/mashup/etc that can "read" these addresses and create a single Google map (or something) that shows all of them, so I can find t
I'm looking to create a custom Google map that plots several markers on it that then shows custom data in the popup when the marker is clicked. I've setup the pages in WP in this manner: Map (parent page) Company one (child) Company two (child) Compa
I'm creating a custom google map that has 125 markers plotted via a cms. When loading the map I get this message: Geocode was not successful for the following reason: OVER_QUERY_LIMIT I'm pretty sure it's the way in which I've geocoded the markers. H
I am am trying to get the floor plans for our various buildings imported into 4 separate KML files, one for each floor level so that I can toggle them with javascript. I'm able to overlay our floor plan images and properly scale them in Google earth,
I want to create a Interactive google map as per http://www.rightmove.co.uk/property-for-sale/map.html?locationIdentifier=REGION%5E93932 .. I just wanna ask if I can do that using wordpress plugin, or can I have that kind of fucntionality even withou
Using Mark McClure's GPXToGoogleMap results in a HTML and Javascript code which can be viewed by any browser. Is it possible to load this map into the notebook, which obviously means for example that <script src="http://maps.google.com/maps?file=a
I am using a program that every 4 minutes sends me (via email) a GPS position in a format of a link to Google Maps, like so: Move to N10.0700+E50.8625 Move to N10.0700+E50.8925 Move to N10.0700+E50.9225 I need to know two things: Is it possible to ma
I have a KML link that I can use to generate an embedded Google Map using "old" Google Maps and would like to use it instead to create a "new" Google Map embedding. To generate the an "old" embedding, all I need to do is clic
I have created a custom Google Map including some markers. Now I'd like to export this map as vector Format, including the copyright notices, for printing them at a higher quality as my PNG screenshot allows. Is there a way to export a custom google
I want to pass down an array to my javascript. So that i could create markers on google map. By doing this: drupal_add_js('https://maps.googleapis.com/maps/api/js?key=AIzaSyDcl28Qcn9GTi02rRtQaLgVS4GWZbGcQ8E', 'external'); $settings['myModule']['locat
Yesterday I created a new Google map geocoding API key on the developper console. I need to get gps coordinates from a server script. When I use the "which key do I need" in the console, it tells me I choosed the right key. I also allowed the fi
I've used Javascript+HTLM to show user location and have created polygons on google maps API. My issue is with creating labels/textboxes displaying "User is in polygon" and "User is not in polygon". This example code creates a red dot
I'm attempting to implement a Google Map on my Meteor app that will get the user's location and then will find places that serve food near the user. I began by implementing the example given by Google, and it worked fine when I did it that way; howev