2
votes
2answers
68 views
Slow down my javascript! How to allow my code to wait for transition to complete before executing?
Strange Question i guess but i have this bit of code in my page...
$(".map-overlay-left").click(function () {
$("#map-holder").hide('slow');
var gmarkers = [];
var side_bar_html = "";
…
1
vote
2answers
60 views
Calculating in which country a coordinate is?
Is there somewhere a base of polylines for download, I need polylines of european countries and a solution in php for calculating in which country a certain coordinate resides.
I used google maps api …
1
vote
3answers
55 views
How to preload images so they’re loaded faster everywhere else on the page, and is it a good practice?
Here's the thing: I have a Google Map with a lot of markers in it.
The problem is that the map loads, stays empty for a little while and only then markers are displayed. The markers are customized …
0
votes
1answer
26 views
JavaScript: set_map not working anymore
I was using built-in JavaScript .set_map function as discussed on this stackoverflow entry but not, it just stopped working.
I've literally not changed my code in 2 months and now, Firebug is …
0
votes
4answers
48 views
Starndards of open GIS, like openstreetmap, cloudmade?
I am not familiar with the GIS (or map), but recently I have to do some work related to this field. I know some map providers: OpenStreetMap, CloudMadeMap, OpenCycleMap, OpenAerialMap...... My …
0
votes
1answer
45 views
Need guidance on a Google Map app that have to show 250 000 polyline.
I am looking for advice for an application I am developing that uses Google Map.
Summary:
A user has a list of criteria for searching a street segment that fulfills the criteria. The street segments …
0
votes
4answers
85 views
need a mapping service like google maps - but for my intranet
i have built a solution around google maps api but realized that it doesn't work when i deploy it to my intranet. after reading it seems like you need the premier service for this. Is there any …
0
votes
3answers
42 views
Drawing area at Google Map.
Hi friends,
please see the link : http://maps.google.com/maps/ms?ie=UTF8&hl=en&msa=0&msid=114175067062800610411.00047a4d021010b4a2a91&z=12
any idea how to do that? drawing an area.
…
0
votes
1answer
28 views
How do popular routing gps/phones/mapping web sites update their route information?
How do popular routing gps/phones/mapping web sites update their route information?
And do any phones send back data based on the users actual trip to allow the system to update route information?
0
votes
2answers
35 views
creating google maps website - map city to latitude and longitude.
is there a way where i can enter a city name and get the latitude and longitude for that location as i am trying to take a list of cities and dynamically populate a google maps webpage.
I have the …
2
votes
2answers
47 views
Google Maps markers not displayed in IE7
I managed to load the map cross-browser but when it comes to populating it with markers, it doesn't work in IE7 (markers are not displayed).
Everything's fine in Firefox.
The locations are stored in …
1
vote
5answers
119 views
Google Maps Mashup using C++
Is it feasible, or advisable, to attempt to make a Google Maps mashup using C++? I would need to be able to display 150 some locations around a county and when people click on the push pin a picture …
2
votes
4answers
73 views
How can I detect internet conection in Asp.Net MVC to use Google Maps?
I am developing an Asp.Net MVC application that uses Google maps to show Addresses in a map. The problem is that I need to demo the app in an environment not connected to internet. How can I detect …
1
vote
2answers
25 views
unique/only one infowindow on gmap
Hi there,
I need to open only one infowindow on my google map. I need to close any other infowindow before i open a new one.
Can you some one guide me on this.
Thanks in advance.
1
vote
3answers
35 views
How to get Geographical coordinates by Google Map API ?
I have a list of cities and places, and I want to get their Geographical coordinates.
Is there any api can do it?
