12
votes
44answers
2k views
Survey of GIS Programming
How many programmers on this site work with GIS?
What middleware do you work with? ESRI? Mapguide? Google?
What kind of projects do you work on? Are you focused on web work, making desktop …
9
votes
5answers
929 views
OpenLayers vs Google Maps ?
Hi,
I have used Google Maps a couple of times, but what wondering about OpenLayers...
Before starting any kind of coding, here are a couple of questions that come to my mind, and you might help me …
8
votes
7answers
9k views
How can I launch the Google Maps iPhone application from within my own native application?
The Apple Developer Documentation explains that if you place a link in a web page and then click it whilst using Mobile Safari on the iPhone, the Google Maps application that is provided as standard …
7
votes
2answers
490 views
Is Google Maps calculating the wrong distance?
I've managed to get two functions working to calculate distances between two point on a google map. One that I gleaned(stole) from various places on the web and the other using the …
7
votes
1answer
494 views
Why don’t I get a ‘same origin policy’ warning when using the Google Maps API?
I'm making a RESTful web service call in my JavaScript page and get the following warning:
"This page is accessing information that is not under its control. This poses a security risk. Do you want …
7
votes
7answers
1k views
Google Maps - Easy way in ASP.Net?
I'm wanting to use google maps and see a million ways to do it on the web. Some are javascript methods and some are asp.net server components with which I have hit and miss luck. What's the easiest …
7
votes
14answers
3k views
How does Google Maps work?
What is the name of the technology behind Google Maps which allows the server to send only the part of the map requested from the user to enhance the performance, and is there any library to handle …
7
votes
5answers
1k views
Google Maps Overlays
I'm trying to find something, preferably F/OSS, that can generate a Google Maps overlay from KML and/or KMZ data.
We've got an event site we're working on that needed to accommodate ~16,000 place …
6
votes
5answers
602 views
Picking the most accurate geocode
I'm using http://maps.google.com/maps/geo? web service to geocode some addresses.
The problem I have is that a fuller address doesn't necessarily give a more accurate geocode.
e.g passing in …
6
votes
7answers
1k views
Java API for Google Maps (or similar)
Hi i was wondering if there is a Java library that acts as a wrapper for the Google maps API. What i am interested in is displaying a satellite map of a specific region (lon lat) on my desktop …
6
votes
8answers
2k views
Use Googlemap from my Delphi application ?
I'm a member in a team that maintains a quite big inhouse Delphi application. Now we have started to look at mapsupport. And we feel that Googlemap seems to be the best value for the money compared to …
6
votes
5answers
632 views
Simplest way to make a Google Map mashup?
Given a list of locations such as
<td>El Cerrito, CA</td>
<td>Corvallis, OR</td>
<td>Morganton, NC</td>
<td>New York, …
5
votes
2answers
253 views
distance between 2 postcodes
I am using Google Maps API to get the distance between 2 UK postcodes.
var yourPostcode = $("#YourPostcode").val();
var restaurantPostcode = $("#Postcode").val();
var point1 = …
5
votes
3answers
402 views
Google Maps + Jquery: Marker bug in IE
I was hoping someone could shed some light on this.
I have a jquery-based web application I'm building. The application has a page that it loads, then generates a Google map on the loaded page once …
5
votes
1answer
181 views
How does Google do Maps’ Street View Cursor “Following”
In Google Maps Street View your cursor turns into a rectangular/oval shape as you mouse over different parts of the scene. For example:
…
