|
I want to put a google maps on our website,
i know you can add custom markers with javascript onto your map. but why do that through code if you got my maps ? my co-workers can edit the public created my map easily, add / delete markers without any programming...
Started by Andy Jacobs on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The link place on one page ....
In your My Map there's a "View in Google Earth" link, use the URL of that link as your GGeoXml URL.
You can use GGeoXml to add My Maps content to your API map.
Functionality as described here.
|
|
When i embed a map from my maps i use the link that googgle maps provides me This map i can manipulate with Google Maps Data API and Java
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps...
Started by Argiropoulos Stavros on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you have some kind of "administration" marking to sign up for an API key... .
Have you tried following the documentation for the Google Maps API? It seems like you aren't making a proper request to the the Google Maps service.
|
|
I'm building a little play project and I'd like to use satellite images of a town inside deepzoom, what's the easiest way to get them? I'm sure there's a MUCH better way than PrtScn, I've tried google maps downloader but it doesn't download satellite ...
Started by Tarks on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Using the Staging version is free, and could easily serve the needs of a "play project." The Production version... .
The service has a Staging and Production version.
Microsoft Virtual Earth has SOAP and AJAX-based services that you can use in your application .
|
Ask your Facebook Friends
|
I want to embed maps in a project which includes developing a web portal for a city . The map should be dynamic and should help tourists in knowing various directions , bus routes , train routes , and other spots like nearest hospital or police station...
Started by mekasperasky on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
And see openstreetmap for free use map data
As above - openlayers.
Check out OpenLayers.
|
|
Can anyone recomend a good javascript lib for working with Google Maps or Live Maps(virtualearth )?
Is jQuery og Prototype something to consider?
I think I remember that asp.net ajax had some controls and hooks for working with virtual earth back in the...
Started by flalar on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Looks like to the ....
I could have sworn this was already available.
You want one of the Map APIs:
Google Maps API Yahoo Maps JS API google services, including maps.
At manipulating the DOM/handling events etc.
|
|
I need to do a quick demo app using Google Maps (or Yahoo Maps, or any similar service). So far I haven't had much luck finding .NET wrappers for any of these services.
Any suggestions or pointers?
I'm not opposed to using the native javascript api to...
Started by Jason on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Luck with this one: http://www.shabdar.org/google-maps-user-control-for-ASP-Net-part1.html (assumes/2007/08/21/add-google-maps-to-your-net-site-in-10-minutes/
http://www.mapbuilder.net/
Cheers John not be the best for performance....
|
|
Hello there,
I creating a flash app that loads a RSS of a plublic map with a custom route path and draws lines from the coordinates on a Away3D Sphere.
It works preety well when I'm testing locally, but when I publish online, the app can't load the RSS...
Started by marlus on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
SOLVED
changed the RSS url on the xml_proxy.php file:
<....
I don't recall definitively, but I don't think Google Maps keeps a crossdomain file that would let you get at this feed otherwise.
A concise article explains it here.
For you.
|
|
For some locations there is no driving directions available in the Google Maps API, but it works perfectly in maps.google.com. One such location is Orchha, India. I have tried it with different combinations like providing: state name, lattitude and longitude...
Started by Manoj Kumar on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Although.
In fact for India, driving directions, street view and traffic are not yet officially available from the Google Maps API.
The following spreadsheet: Google Code - Map Coverage Filtered .
|
|
Hi, I have two maps on a page, one is a map of the world, and the other is a closeup of the current place they picked on the map of the world. I would like to set different zoom min/max levels for each map but:
G_NORMAL_MAP.getMinimumResolution = function...
Started by Codezy on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Http://code....
I'm sorry I don't know if you can actually do it with 2 different maps.
Do you need 2 different maps? You can use the Map2.showMapBlowup() function to show a subarea which will be a zoomed in section on the current map.
|
|
I am trying to build a Google Maps-driven web application that can display a map of the whole world in one or all of the following configurations:
A continent-outline map, only differentiating between land and water (like this , but without the country...
Started by Skeolan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
google-maps/
This appears to be a service for creating custom tiled maps: http://www.maplib.net/
GoodHere is a tutorial on building custom tiled maps: http://webtide.wordpress.com/2008/08/27/custom.
|