Reimers.dk

.NET, AJAX and Google APIs brought together
Welcome to Reimers.dk Sign in | Join | Help
in Search

Jacob Reimers Weblog

februar 2009 - Posts

  • Ensuring Valid SqlGeography Objects

    Yesterday I wrote a post about the release of a project that can convert shapefiles and KML files to SqlGeography objects for use in a SQL Server 2008 spatial database. This post shows how you can validate SqlGeography objects in code. The SqlSpatial project has been updated with the validation code, as recommended by k.van.daalen. Read More...
  • SQL Server 2008, KML and Shapefiles

    This weekend I had a look at SQL Server 2008 to find out about the new spatial functions and types that it includes. It has taken some time for Microsoft to include spatial capabilities, but it is here now, and it looks great. However there is no way to work with KML files. So I uploaded the source code to let developers read KML files and Shapefiles into a SQL Server 2008 as SqlGeography objects. Read More...
  • Version 4 Released

    It took a bit longer than I would have wanted, but now version 4 is out. So why the new version number? When version 3 was launched there was a change to the object model so that it would closely mirror the underlying JavaScript API (Google's Maps API). Since the release of version 3.0 the control has undergone some tremendous changes as Google has continued to develop their service, new overlay types, new geocoding services, etc. So for that reason alone a new version seemed justified. But as with all version numbering, it's down to a subjective decision as to what constitutes a new version. The reason that this release is a new version is because of the ability to define maps using only markup. This is a major change in the way maps are set up on the page, so it felt right to call it a new version. Read More...