python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
C# - Converting xyz tile to lat/long and vice-verse giving different results
I tried converting lat/long to XYZ tile and again using the XYZ values trying to get back the lat/long. The values of lat/long are not the same (the original one and the converted one). I referred to ...
Reyan Chougle
Votes: 0
Answers: 1
Checking for intersection between an area and a set of points with heterogeneous geographical data
I have an application which deals with geographical data and, in particular, tracks. Given an area (radius around geopoint, or bounding box of geopoints) I need to find, among of all these tracks, the...
randomdood1923
Votes: 0
Answers: 0
Automatically resize Vega map based on lat/long or geojson
I am attempting to create a map option within a data dashboard, where the map will always be of the state of Texas. For that reason, I don't want to give the user the ability to change the scale or re...
RichmondMJ
Votes: 0
Answers: 1
How to define a geography column in a table with different columns type at SQL database
Consider I have a table with different columns types:
CREATE TABLE [RentedHome]
(
[HomeID] INT NOT NULL PRIMARY KEY CLUSTERED,
[Address] CHAR (255) NOT NULL CHECK (LEN(Address) >= 2),
...
amin
Votes: 0
Answers: 1