Stories recently tagged with 'GIS'

OpenStreetMap: Get FREE Web Mapping with Road Maps for your Apps(pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 2 years, 6 months ago

OpenStreetMap has been around for awhile and provides free geographic data that can be used by anyone. The data is all community created/contributed and that’s why it’s free to use. Other mapping services such as Bing Maps for Enterprise and Google Maps license their geographic data from some other third party and that’s why they cost thousands of dollars per year to use within commercial applications. And, you can use it with JavaScript and Silverlight! read more...

add a comment |category: |Views: 153

tags: another

NHibernate.Spatial 1.0.0 Beta1 released(nhforge.org)

submitted by rstuvenrstuven(190) 3 years, 4 months ago

This NHibernate extension allows you to handle data in a spatial database using .NET objects and HQL queries in a way compliant with Open Geospatial Consortium specifications. Currently we support PostgreSQL (using PostGIS extension), SQL Server 2005 (using MsSqlSpatial extension) and SQL Server 2008 (using their new spatial built-in capabilities). read more...

add a comment |category: |Views: 45

tags: another

Microsoft Virtual Earth to Be Offered With ESRI’s ArcGIS Online Servic(microsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 6 months ago

Microsoft Corp. and ESRI today announced that ESRI ArcGIS users will have access to the robust mapping and imagery content provided by the Microsoft Virtual Earth platform inside ArcGIS Desktop and ArcGIS Server. With Virtual Earth seamlessly integrated into ArcGIS 9.3 Desktop, ArcGIS users are now able to easily add base maps, which feature rich aerial and hybrid views, to perform data creation, editing, analysis, authoring and map publishing with one-click access. read more...

add a comment |category: |Views: 9

tags: another

Sexagesimal Conversions in .Net(danrigsby.com)

submitted by DanRigsbyDanRigsby(1880) 3 years, 9 months ago

Provides a library for geo-spatial converstaions as well as ontroduces the concepts of sexagesimal conversions and geo-spatial translation. read more...

1 comment |category: |Views: 36

tags: another

Calculate Distance Between Geocodes in C# and JavaScript (pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 4 years ago

There are times when I need code to calculate the distance between two geocodes (Lat/Long points). I don't need it very often and until now I didn't have a code snippet that I could jus copy and paste. I was searching and found Rob Conery's LINQ and Geocoding post. It's an interesting post and he includes a sample of how to use Lambda expressions in C# 3.0 to calculate the distance between two geocodes in Miles. I decided to copy his code snippet and make sure it works in .NET 2.0 and also convert it to JavaScript. read more...

1 comment |category: |Views: 233

tags: another

Convert street address to longitude and latitude via web service(jamesewelch.com)

submitted by jamesewelchjamesewelch(2275) 4 years, 4 months ago

Demonstrates how to convert a street address to a geographic position in longitude and latitude coordinates by using a free REST web service provided by GeoCoder.us. Web service only works for addresses within the United States due to the source (US census) data. read more...

1 comment |category: |Views: 571

tags: another

An Englishman In Google Maps(kwinchcombe.blogspot.com)

submitted by eMonkeyeMonkey(20) 4 years, 4 months ago

Kevin explains why it’s not as simple as you would think to plot Ordnance Survey Grid References on Google Maps. Fortunately he also provides an excellent solution to this problem. read more...

add a comment |category: |Views: 11

tags: another

MsSqlSpatial - Spatial Extensions for SQL Server 2005.(codeplex.com)

submitted by rstuvenrstuven(190) 5 years, 5 months ago

This project conforms to OpenGIS Simple Features Specification for SQL Revision 1.1 and provide lots of other useful features. read more...

add a comment |category: |Views: 28

tags: another