Reimers.dk

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

Browse by Tags

All Tags » KML
  • Re: Error loading kml polygons

    I found the cause of the problem. The reason it was throwing the error about the element being the child of another is because it was assigning the same style to two different overlays. The reason there were two overlays was because of an error in the KML parser. I checked in the fix to the SVN trunk, so you can get it there. Otherwise I will be ...
    Posted to Reimers.Silverlight assembly (Forum) by jjrdk on februar 19, 2010
  • Overlaying KML

    I have valid KML.  Displays in Google Earth just fine.  I'd like to overlay on my app's map but the Bounds property throws a null reference exception when I create the GoogleGeoXml object.  What am I missing?             GoogleGeoXml kml = new GoogleGeoXml(''areas'', ''http://jefflit.net/lapd_areas.kml'');                           ...
    Posted to .NET Control - FREE version (Forum) by JeffLit on februar 12, 2009
  • 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. The big issue was that the SqlGeography class won't create valid objects from any collection of points. First of all the drawn polygon cannot be larger than a hemisphere. You ...
    Posted to Jacob Reimers Weblog (Weblog) by jjrdk on februar 10, 2009
  • 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. To test out what speed I could get out of a SQL Server Express setup I wanted to take my existing shapefiles from my ...
    Posted to Jacob Reimers Weblog (Weblog) by jjrdk on februar 9, 2009