Skip to content

craigwardman/DotNetMap

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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