Questions tagged [geo]

geo is the abbreviation for the term "geographic". It includes handling of geographic coordinates and vectors for display and calculation purpose.

1160 questions
-1
votes
1 answer

How do i reset the geo-location service settings each time my page loads with HTML5 and Javascript

I am working on a web page where I need to get permission from a user to access location. but according to my story. I need to make sure that if any particular user has selected Deny previously then on each page load I need to show him a prompt…
Lonare
  • 3,581
  • 1
  • 41
  • 45
-1
votes
1 answer

how do I get location's latitude and longtitude by address in text

what i need is to get ...for example, London 's lat and lng. so i pass in a string 'london' into a function and then the function returns me lat, and lng, so i can set up 'center' location as london in google map. here is piece of my code: function…
sefirosu
  • 2,558
  • 7
  • 44
  • 69
-1
votes
2 answers

how to calculate distance of a set of geo points using sql query

i have a set of longitude and latitude that saved in database, now i want to calculate Travelled distance in a period of time .i want write this query in oracle 11g. my table fields are GeoData Table fields: Latitude : FLOAT Longitude:…
user1738224
  • 23
  • 1
  • 9
-1
votes
1 answer

Get X,Y from LAT,LNG custom svg map

Hi to all i'm developing a map with raphael.js as they do in here : http://raphaeljs.com/world/ the problem is that i'm using a custom svg world map so they function getXY() obviously wont return the correct x,y of a lat,lng. How can i calculate the…
Dtnand
  • 449
  • 3
  • 14
-1
votes
1 answer

Driving directions via PHP

I am trying to get a driving distance to display next to my search results for a user database that I have collected the lat/long coordinates for. I have found some examples that offer a ‘straight’ line approach, but not really the result I am…
Schwoby
  • 3
  • 1
-1
votes
1 answer

Find Country, City through IP in my code

I have created an Analytics Reporting page with Drupal, and want to find a service, module or anything that gives me City and Country based on the API I have. Just plain conversion. When I pass IP through (say, a function), it gives me City and…
Steve
  • 2,546
  • 8
  • 49
  • 94
-1
votes
1 answer

GPS Coordinates MIssing Compass Points

I've been provided a series of Latitude/Longitude coordinates From what I've read this is the correct format: N41 25.117 and W120 58.292 The data provided appears to be missing the N,S,E,W designations? Is there a way to derive this from the values…
Rocco The Taco
  • 3,695
  • 13
  • 46
  • 79
-1
votes
1 answer

Stop gps updating after last known location is fetched

I have a Location Manager: private LocationManager lm; I initialize it like this: lm = (LocationManager)getSystemService(Context.LOCATION_SERVICE); Then i need last known location which i achieve this way: if(gpsEnabled) { …
samugi
  • 395
  • 5
  • 17
-1
votes
1 answer

How to retrieve vegetation of a given location

This seems like a completely useless information but i would like to know if there is some kind of mechanism which lets me get the approximate vegetation of a location. I want to know if I am inside a City, or in a desert, or if I'm currently in the…
Johnnycube
  • 1,060
  • 1
  • 10
  • 25
-1
votes
6 answers

Get part of array string

Hello my output PHP code is : Array ( [country] => BG - Bulgaria ) ... and he comes from here : dslb-094-219-040-096.pools.arcor-ip.net…
SZ4
  • 61
  • 2
  • 9
-2
votes
1 answer

RegEx for matching Germany or Austria or CH Postcodes

It is about my site, it is a ad portal and 3 geodata are installed in the system: Germany, Switzerland and Austria. When I look for an advertisement in Germany, everything works correctly, I'm looking for zip code 68259 and a radius of 30 km. The…
-2
votes
1 answer

How to check if geo loocation are in radius?

Help me please, I have 2 cords, cords of my base and base of my car. I have to check if my car is in 50 miles radius of my base. Cords are in lat,lng. I have to do it in django, have postgis
-2
votes
2 answers

Is google chart geochart free of use?

I'm developing an android app that uses google charts geochart. Is the mapsApiKey for free? My app will not be free. thanks For now I use a mapsApiKey that I copied from an example: google.charts.load(versionFirstWithKey, { 'packages':…
ovione
  • 31
  • 1
  • 5
-2
votes
2 answers

Mark geo location on android app whose locations are exist within 5Km radius values around me.

I have list of latitude and longititude value list in orcle database table. In Android app i want to mark those locations which take radius value bellow 5Km around my current geo location.How can I do it? Any one who can solve the proble please give…
-2
votes
3 answers

How to use all the numbers in a range of a for loop in python?

I am trying to print the location of a set of tweets. It is a list with ten dictionaries. I want the location of all ten to be displayed. When I use range it takes just one value. tweets is the list with ten dictionaries. statuses is the key and…
S B
  • 1
  • 2