Skip to content

.NET class library for dealing with mapping/geospatial data

License

Notifications You must be signed in to change notification settings

craigwardman/DotNetMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DotNetMap

.NET class library for dealing with mapping/geospatial data.

It is possible to create interactive graphical maps in many front end frameworks such as Bing Maps (Silverlight/JavaScript), Google Maps (JavaScript) and Leaflet/MapBox (JavaScript).

The client side implementations vary, but there are common themes especially from a server side point of view.

There are a lot of concepts that be represented in re-usable C# code. For this reason, I have created a class library of ".NET Mapping" objects and helpers, which represent the mapping concepts such as geographical points, bounding boxes, proximities, distance calculation and zoom level calculation.

For an example of converting WKT or Proximity into an Entity Framework query without requiring Microsoft.SqlServer.Types.dll see: http://www.craigwardman.com/Blogging/BlogEntry/spatial-queries-using-entity-framework-without-microsoft-sqlserver-types-dll

For an example of converting WKT or Proximity into an Azure Search query using an object oriented filtering approach see: http://www.craigwardman.com/Blogging/BlogEntry/object-oriented-azure-search-client

Or for plain SQL text (example in CDSA), see: http://www.craigwardman.com/Blogging/BlogEntry/spatial-querying-example-in-cdsa

About

.NET class library for dealing with mapping/geospatial data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages