0
votes
1answer
16 views
Maxmind GeoIP Country/City MySQL Open-Source Alternative
Is there an open-source alternative to MaxMind GeoIP Country/City that I can use for MySQL?
0
votes
3answers
35 views
Location based information
Hi,
I would like to show information on my website based on user's geography. In my current design would not want the user to enter their location/zip code.
Using IP I can find u …
1
vote
4answers
144 views
Given a latitude and longitude, find users interested in that position
Given a table,
+-----+---------+---------+---------+---------+---------+
| user| min_lat | max_lat | min_lng | max_lng |
+-----+---------+---------+---------+---------+---------+
…
1
vote
1answer
29 views
Geocoding using Google Earth
Dear all,
I would like to get a pair of coordinates (longitude, latitude) from a postal address.
I am coding VBA in an Excel workbook. I can assume that Google Earth is installed …
1
vote
2answers
25 views
Need help geocoding town names to their coordinates in a loop
Hi, Ive read similar posts, but still didnt find a solution for myself. Basically I have an array with countries+towns in PHP and I need to show them on the map with markers. Here …
0
votes
2answers
38 views
Customize OpenLayers Control
How can I easily customize OpenLayers map controls? Or at least, how can I minimize the controls' height?
Thank you.
PS. Is there any CSS override?
1
vote
2answers
75 views
Getting Easting & Northing Values from geopy
I have a table full of longitude/ latitude pairs in decimal format (e.g., -41.547, 23.456). I want to display the values in "Easting and Northing"/ UTM format. Does geopy provide a …
0
votes
2answers
32 views
What is the best way to geocode large sets as a background process in Ruby on Rails?
I am implementing a contact importer and will be geocoding the contacts that are imported. If a user imports 1000 contacts, geocoding is way too slow. Essentially I would like to …
0
votes
1answer
88 views
Given a latitude and longitude, and distance, I want to find a bounding box
Given a latitude and longitude, and distance, I want to find a bounding box where the distances are less than the given distance.
This questions was asked here: http://stackoverf …
0
votes
4answers
36 views
Designing a grid overlay based on longitudes and latitudes
I'm trying to figure out the best way to approach the following:
Say I have a flat representation of the earth. I would like to create a grid that overlays this with each square o …
2
votes
2answers
74 views
parse google geocode
I am using the google geocoding api in my app but im finding it hard to parse the returned address information reliably. Im hoping someone has a library or way of parsing the info …
0
votes
1answer
12 views
Geo question: How to generate a .wld file given some ground control points?
OK, so I have a jpeg and a bunch of ground control points (x/y pixels and corresponding lat/lon references).
I'd like to generate a .wld world file to accompany the jpeg, from the …
1
vote
1answer
160 views
Is there a way to access the Bing Maps geocoding API via REST?
Is there a way to access the Bing Maps API via REST to obtain geocoding information from an address? This is something that's trivial to do with Google and Yahoo; what I'm looking …
2
votes
1answer
45 views
Geocoding - Grouping multiple addresses into major cities
Been hunting through previous questions on Geocoding and while many are helpful I'm not finding one to my needs.
I need to group multiple addresses to the nearest city centers. M …
1
vote
2answers
71 views
jquery submit *after* third-party ajax validation
I've got a form to get an address from a user, and send that address to my server. The goal is to use Google's geocoding to ensure that the address is unique and geocodable prior …
