Tagged Questions
The lat-long tag has no wiki summary.
6
votes
4answers
2k views
Trilateration using 3 latitude and longitude points, and 3 distances
There exists an unknown target location (latitude and longitude co-ordinates). I have 3 latitude and longitude co-ordinate pairs and for each pair a distance in kilometers to the target location. How ...
4
votes
2answers
150 views
Data structure with two primary keys? (caching lat/lon address pairs)
I'm trying to cache lat/lon address pairs from Google Maps, so I need a data structure where the key is two ints (lat and lon). What's the simplest data structure for that?
I thought of two ways so ...
3
votes
1answer
196 views
Convert nautical miles to degrees longitude given a latitude using Google maps
I want to explicitly define a Google maps LatLngBounds object to be x nautical miles to the right of a LatLong P and x nautical miles left of P. And define the LatLngBounds to be y nautical miles ...
3
votes
5answers
517 views
Find County name for a Lat/Long
I'm trying to find a webservice that will allow me to get a County name (not Country) for a specific Lat/Long. I would be performing the lookup within a server application (likely a Java ...
3
votes
6answers
1k views
Clustering Lat/Longs in a Database
I'm trying to see if anyone knows how to cluster some Lat/Long results, using a database, to reduce the number of results sent over the wire to the application.
There are a number of resources about ...
2
votes
1answer
94 views
OpenLayers get Lat, Lon from polygon vertices
I am trying to get the boundary box using a square polygon in openlayers. I need to get the North, South, West, and East values from the box. Right now I am using :
var topleft = ...
2
votes
2answers
229 views
lat/lon to utm to lat/lon is extremely flawed, how come?
I've tried the following,
input: lat/lon data
then I'll calculate a box around it by, let's say 50 m, so +/- 50 m on easting/northing value.
Now I reconvert it to lat/lon and with a script:
...
2
votes
1answer
763 views
Query points using SQL Server 2008 geography type
I have a table with the geography type and I want to run a query to find all rows within 25 miles of a specific lat/long. What would the query look like to accomplish this?
2
votes
3answers
6k views
UTM and MGRS to Latitude/Longitude conversion source-code?
What open-source / public domain software is there "out there" for conversion between Latitude/Longitude, UTM (Universal Transform Mercator) and MGRS (Military Grid Reference System)? We're using a ...
1
vote
1answer
55 views
Relative position of latlon points
I'm currently involved in a project where it'd be useful to display geographical points as overlays on top of a VIDEO element (size 512x288).
The VIDEO element contains a live broadcast, and I also ...
1
vote
1answer
51 views
boost geometry + WGS84, does latitude and longitude, but not altitude?
I'm looking to do a couple of calculations over a WGS84 ellipsoid, including: point in polygon on the surface, distance calculations between points, and conversion to/from Cartesian coordinates. It ...
1
vote
2answers
103 views
get Well Known Text from lat long
I can get easily a lat,long pair from the Google Maps API:
from googlemaps import GoogleMaps
gmaps = GoogleMaps(GOOGLEMAPS_API_KEY)
gmaps.address_to_latlng('Jose Javier Diaz 440 Cordoba Argentina')
...
1
vote
1answer
51 views
get building dimensions from API
Is there any way to get the approximate length and width of a building, given its' address from an API such as google maps or similar? I basically want to use it to find the lat, long coordinates of ...
1
vote
1answer
78 views
Google Maps Javascript API accidentally displaying view 'off the map'
I'm using the Google Maps Javascript API and I have LatLng coordinates that are dynamically generated. The problem is, sometimes I get coordinates and a zoom level that creates a map view that's 'off ...
0
votes
1answer
22 views
How to get the current viewport of the map out of OpenLayers as geometry, bounding box or wkt?
I'm trying to find some hints where I should search for this topic but I've nothing found - and I spent many hours on this.
I'm also trying to get the current coordinates out of the current displayed ...
0
votes
0answers
37 views
Conversion of lat/lng coordinates to pixels on a given map (with JavaScript)
I have put together a cities database from MaxMind and it includes the lat/lng values for each city in the database. I have also put together a map of North/America and I would like to have a icon ...
0
votes
1answer
32 views
How to pass multiple Lat and Long on KML URL?
For 1 lat and Long
we can pass on URL like this:
http://maps.google.com/maps?f=d&hl=en&saddr=23.08136,72.572849&daddr=22.942071,72.379461&ie=UTF8&0&om=0&output=kml
but i ...
0
votes
2answers
52 views
State plane to lat long conversion
I am looking to create an algorithm that converts datum in state plane coordinate system (1983) to lat long. I realize that ever state has there own zone and measurement system(meters, international ...
0
votes
1answer
64 views
How to add x km distance in given lat, long
I got a point with latitude and longitude using decimals. The point is centered in a circle, the radius of the circle is x km. How do I find the all latitudes and longitudes which covers in the ...
0
votes
3answers
32 views
Locating a user using geolocation?
I would like to know what the best way is to get the latitude and longitude of the user visiting my page. And i want it to work in IE as well, so html5 is out of the question :)
Thanks
0
votes
0answers
175 views
Google Maps API - marker.openInfoWindowHtml() is not working
I am using a version 2 api and I don't understand that why is it on opening the information window on click even though I have written the handler correctly.Following is my code.
$ret .= ...
0
votes
2answers
245 views
Not able to return Geocode latLng
I've created a function to return latitute and longitude.
The problem is that alert('outside:') is triggered before geocoder.geocode.
Looking at this similar example, this function should work.
...
0
votes
0answers
268 views
How to get coordinates of a point on a polyline by meters?
I loop along an MVCArray ... trying to split the segments by an offset.
But I would require a little more precision to split the poly-line at the proper points.
Basically I just would need to know ...
0
votes
2answers
365 views
Find a center point of multiple lat lng
I have multiple lat lng and I want the center point of all this lat lng.. like the meeting point which will be closest to all this lat lng.
Thank you in advance,
Satish
0
votes
2answers
69 views
Distance between 2 latlon points
I want to work out the distance between 2 latlon points.
The simple distance formula http://www.purplemath.com/modules/distform.htm is not correct because we are dealing with 2 different measures (lat ...
-2
votes
3answers
1k views
How can I convert UTM coordinates from Meters to Feet?
Does anyone have a formula or conversion that will switch my UTM coordinates from Meters to Feet? I found Javascript code that will convert UTM coords in meters to Lat/Long but I will need my UTM in ...
-3
votes
1answer
91 views
How to find the latitude and longitude of a place 'X' kms away from a given lat lon [closed]
I want to find the latitude and longitude of a place that is some x kms from a given latitude and longitude(in Java).
For eg.
My current lat and long is 16° 33' N and 76° 05' E and I want to find ...