map-projections Questions
0
I have implemented a map using Leaflet and tiles from a WMS-service. They offer a list of projections, where of one is usable in standard Leaflet EPSG:4326.
However, the map looks a bit distorted,...
Erastianism asked 26/6, 2015 at 10:33
1
Solved
I'm trying to convert some Apple mapping code to Java. I have most of it converted correctly except for a few calls to MKMetersPerMapPointAtLatitude
I have a very close solution... but it's not ex...
Randolph asked 19/5, 2015 at 13:17
1
Solved
I have implemented CPU code that copies a projected texture to a larger texture on a 3d object, 'decal baking' if you will, but now I need to implement it on the GPU. To do this I hope to use compu...
Karmen asked 15/12, 2014 at 23:5
2
Solved
this question is a follow-up of my prior SO question and is related to this question.
i'm just trying to white-fill an area 10% bigger than a simple polygon with ggplot2. maybe i'm grouping things...
Nyhagen asked 14/10, 2014 at 11:38
1
Solved
I'm just trying to white-fill the area outside of a simple polygon. For some reason, it's screwing up by drawing a weird stake through the center like it thinks its a vampire slayer or something.
...
Sharie asked 14/10, 2014 at 7:16
1
Solved
In the following script, I read in a number of pairs of points and draw lines on a map. I am using ggmap to pull in a map from google to plot this lines over:
source('./library/latlong2state.R')
...
Camire asked 5/1, 2014 at 17:32
1
Solved
Im using an Leafletjs for an home project(This is have it looks, right now.
But i can't find have to setup the projection, i have found it for OpenLayers, which looks like this:
// Openlayers set...
Outwardly asked 5/3, 2013 at 12:49
3
Solved
I have a set of 2d grid points (x,y) that I want to map/project onto a sphere as 3d points (x,y,z).
I realize there will be some warping towards the poles as abs(y) increases but my grid patch wil...
Gasify asked 4/10, 2012 at 17:31
4
Solved
I am trying to map an irregularly gridded dataset (raw satellite data) with associated latitudes and longitudes to a regularly gridded set of latitudes and longitudes given by basemap.makegrid(). I...
Rock asked 15/9, 2011 at 1:3
3
In my GIS application the data are sometimes stored in "Google Mercator" (in meters), sometimes in WGS84 LatLon.
I'd like a reliable library to convert this data easily and in a "scientific" way, r...
Bitty asked 21/1, 2011 at 13:6
3
Solved
How does one prevent country polygons from being cut off under different projections?
In the following example, I would like to do a stereographic projection map of Antarctica including latitudes...
Doro asked 15/7, 2012 at 8:22
2
Solved
I am trying to plot celestial object on the sky (basically with coordinates equivalent to latitude/longitude). I successfully plotted all my points using the "aitoff" projection of the coord_map fu...
Traweek asked 22/5, 2012 at 17:1
1
Solved
I'm looking for an explanation on why there are 2 different mercator formulas discussed on these sites.
I understand this to be the correct mercator projection algorithm:
http://en.wikipedia.org/...
Crankshaft asked 4/2, 2012 at 19:40
3
Solved
I'm using OpenLayers with an ordinary mercator map and I'm trying to sample a bounding box by finding a grid of points in latlong.
The bbox is expressed in latlon, e.g.
48.1388,-15.3616,55.2057,-3...
Asteria asked 5/11, 2010 at 0:6
1
Solved
I have a GPS-coordinate in WGS84 that I would like to transform to a map-projection coordinate in SWEREF99 TM using PROJ.4 in Java or Proj4js in JavaScript.
Its hard to find documentation for PROJ...
Rosauraroscius asked 18/3, 2010 at 11:59
9
Solved
So I'm writing a Javascript library that takes x,y coordinates and uses them to draw a map of the US. To do this, I need to find the coordinate data necessary to draw each state. This map on Wikipe...
Gd asked 19/2, 2010 at 18:49
© 2022 - 2024 — McMap. All rights reserved.