Tagged Questions
3
votes
2answers
378 views
A bug in ESRI Line Geometry WKB that adds needless, trailing 0's behind otherwise valid WKB?
[Update 7.13.2012]
My coworker noticed the the ESRI Line WKB is malformed contains unspecified trailing data, and since he's not active on GIS.SE, I posted his remarks as an answer. I'll wait a few ...
6
votes
1answer
540 views
How to start using the SharpMap library?
I am a very newbie on GIS and also programming especially c#. I am trying to develop a program to:
display map from geotiff, dted (level 2 i guess), shapfiles and jpeg type of files.
display ...
2
votes
1answer
323 views
TopologyException side location conflict reading MapInfo with Sharpmap
I'm using SharpMap 0.9 to read various MapInfo (.tab) files.
I have used a number of files without any problem and been able to perform intersection queries on them like so:
var interesectionResults ...
2
votes
1answer
957 views
sharpmap overlay mapinfo on bing/google
I want to use sharpmap to overlay a mapinfo tab file onto google or bing.
I have it working pretty much at the moment however the co-ordinates that bing/google show are in correct so my mapinfo file ...
5
votes
2answers
895 views
Create a closed polygon from a series of edges given a point
I have a series of points fed into a voronoi graph class that returns a series of edges defining the bounds between these points, the process works it returns a series of edges.
I now need to do a ...