Questions tagged as 'geo-localizacion'

0
answers

Locate a person and show them on the map

I'm in need of help, I hope you can help me. I need, by means of a select, to choose a seller and show their location on the map. I used Javascript Google Maps Api and I managed to show my location on the map but I do not know how to ask a cell...
asked by 21.06.2018 / 16:12
0
answers

Graph curve of a GPS path or curve sweep

I have the following problem that is breaking my head and I can not solve it. I receive geographical positions by means of a GPS ... I convert them to coordinates of the plane. Once I have these coordinates, I draw the area between each pair of...
asked by 17.04.2018 / 00:12
1
answer

view proportional to leaflet point diagram, openlayers [closed]

I'm making a point map with leaflet, and at the beginning I have to define the view along with the scale; var map = L.map('map'). setView([41.66, -4.72], 5); It happens that after I have a diagram of points that will be gener...
asked by 25.07.2017 / 14:14
1
answer

What is the best way to get the location?

I am doing a "Tracking" app or follow-up, to get the location I use LocationListener within a service, I run the app on the device but sometimes I can notice that the location is somewhat erratic and even sometimes does not receive updates (the...
asked by 06.06.2017 / 04:56
2
answers

because if you do not have errors, the console does not show anything with this JSON query in the html

$(document).ready(function(){ var latit; var long; var kTemp; var ip = 'http://ip-api.com/json'; $.getJSON(ip, function(data){ latit = data.lat; long = data.lon; }); //create API with geolocation...
asked by 31.05.2017 / 21:32
0
answers

Can a .TIF file be displayed on a web?

I am working with Geoserver , I have created a WMS service and web services are being supported by a XAMP. I am also reviewing the examples of Openlayers , but I can not see the server maps of the Geotiff type, tiff. Is there a...
asked by 18.04.2017 / 16:46
1
answer

Problem with Watchposition and HTML5 setInterval

I have the following code with which I can obtain the coordinates of a telephone every 15 seconds. The problem is that if the phone is blocked, the setInterval function stops working and it does not save the coordinates until after unlocking...
asked by 08.03.2017 / 18:06
0
answers

Leaflet markers within a radius

Good afternoon friends the problem I have is that I need to draw a marker anywhere on the map and that you can choose from a combo box a certain distance and draw around the marker a radius with the distance you chose and I calculated that marke...
asked by 24.11.2016 / 21:20
1
answer

PgAdmin freezes when trying to delete a table from the database

I have problems with a table in my database which was linked to geoserver. The layer was removed from geoserver but the table is still in the database. When you try to delete it with DROP TABLE, the program freezes, in fact just by touching the...
asked by 16.09.2016 / 17:05
1
answer

Get value by clicking a button and display it in an input text html5 and geolocation of google maps

good morning I greet you. What happens is that I want to obtain the coordinates of google maps, by clicking on a button and that the information appears in an input type text file. This is my code: function getLocation(){ if(navigator.g...
asked by 27.08.2018 / 17:41