0

I want to display my shapefile data on bing map using ASP.NET.

Its an web application.

I don't want to use any third party tool for shapefile conversion.

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Aug 4, 2014 at 4:42

2 Answers 2

1

GeoServer has native support for Shape Files. You can add them individually or by folder. It's not recommended for production environments, but it is quite good.

You don't say anything about what mapping technologies you propose to use. OpenLayers will allow you to show overlays over a Bing map.

answered Aug 4, 2014 at 5:10
0

If the ShapeFiles are not large you can parse these into another format and overlay them on Bing Maps as raw shapes. I have a good code sample on how to do this as part of a larger project I've been working on of spatial tools for Bing Maps here: https://mapstoolbox.codeplex.com/

If your shapefiles are large it is best to import them into a spatial database like SQL 2008, 2012, or Azure. And then create a dynamic tile layer which turns the data into an image on the fly. Here are some useful blog posts if going taking this approach:

http://rbrundritt.wordpress.com/2009/11/26/dynamic-tile-layers-in-the-bing-maps-silverlight-control/

answered Sep 18, 2014 at 15:59
1

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.