-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've read a multitude of information regarding map projection today. The amount of information available is overwhelming.
I am attempting to simply convert lat, long values into a screen X, Y coordinate not using any map. I do not need the values projected onto any map, just on the window.
The…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
Im having little trouble finding a relation between the movement at centre and edge of a circle, Im doing for panning world map,my map extent is 180,89:-180,-89, my map pans by adding change(dx,dY) to its extents and not its centre. Now a situation has arrrised where I have to move the map to…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I know I can map two object types with LINQ using a projection as so:
var destModel = from m in sourceModel
select new DestModelType {A = m.A, C = m.C, E = m.E}
where
class SourceModelType
{
string A {get; set;}
string B {get; set;}
string C {get; set;}
string D…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Does anyone have a formula or conversion that will switch my UTM coordinates from Meters to Feet? I found Javascript code that will convert UTM coords in meters to Lat/Long but I will need my UTM in feet before I convert it to Lat/Long.
Thanks,
>>> More
-
as seen on Google Code
- Search for 'Google Code'
Google I/O 2011: GIS with Google Earth and Google Maps
Josh Livni, Mano Marks Building a robust interactive map with a lot of data involves more than just adding a few placemarks. We'll talk about integrating with existing GIS software, importing data from shapefiles and other formats, map projections…
>>> More