Thanks to Twitter, I see that the 3rd annual MapWindow Open-Source GIS Conference is coming up at the end of June. It is being held in Velp, The Netherlands. I call this conference out because it has a strong, but not exclusive, concentration on open-source GIS tools for the .Net environment, such as DotSpatial, SharpMap,…
Category: sharpmap
Where Has The Time Gone?
It’s been four years to the day since I started this blog. This was not my first attempt at blogging but I wasn’t happy with my first one so it’s been lost to the recycle bin of history. It was (and still is) intended to be an outlet for my observations and experiences arising from…
SpatiaLite Provider Now In SharpMap Repository
I got a surprise e-mail from Felix today letting me know that the SpatiaLite provider I posted some time ago, along with Kev’s great spatial index work, has been included in the SharpMap repository. If you’re looking for one place to pick them up, now you’ve got it. If you haven’t checked out SharpMap or…
SpatiaLite Provider Code for SharpMap 0.9
I mentioned in an earlier post that I was working on building a SpatiaLite data provider for SharpMap 0.9. That effort was mainly a learning exercise for me as work has already begun on one for SharpMap 2.0. I am making the source code available below. I have unit tested it (thanks mbUnit3 and Gallio)…
Writing GeoJSON from SharpMap, Part 1.5
Following up on my post a few months back about GeoJSON and SharpMap; here is the code to the converter as it stands so far. I have mentioned recently that things have been pretty busy at work so I have progressed on this more slowly than I had wished. I have yet to insert code…
Odds and Ends (SpatiaLite and Stuff)
It has been quite a while since I last blogged. The holidays are always a busy time of year with family a friends and work has been somewhat busy as well. We established a new presence in Colorado Springs (I’ll be traveling there at the end of January). Additionally, I’ve been busy with project work…
Writing GeoJSON from SharpMap, Part 1
In between proposals, white papers and the like, I’ve been able to do a little coding to keep myself sane. Recently, I have been playing with SharpMap, GeoJSON and OpenLayers. But not necessarily in that order. Originally, I was looking over the GeoJSON spec to get more of a feel for it and decided that…
SharpMap on Apache
In the words of Pete Townshend (as sung by Roger Daltrey): “Why should I care? Why should I care?” I can’t answer that one for you. I ran into this post while searching out something else. It shows how to get ASP.NET running under Apache on Windows. Curiosity got the better of me and I…
Inserting SQL 2008 Geometry With a SqlCommand
Update (7/1/2011): I wrote this post early in the SQL 2008 CTP. I no longer use the method described here. If you found this post via StackOverflow or some other Q&A site, I highly recommend this post by Vish as a more efficient way of doing things: http://viswaug.wordpress.com/2008/09/29/inserting-spatial-data-in-sql-server-2008/ I’m in the process of using SharpMap…
MSDN Article on Mapping with WPF
I found this article today about using VB9 and WPF to draw thematic maps. It’s a good walk-through of how to do it. The article admits that the coordinate transformation used is not terribly accurate but that can be rectified. This article is a good example of how to build a mapping application without any…