Tagged Questions
The sharpmap tag has no wiki summary.
4
votes
2answers
148 views
.NET library for geodata, mapping
We have a web-based application with a mapping component (ASP.NET/SQL Server 2005, Google Maps API). The mapping component is evolving - it started out as a simple, nice-to-have feature and is ...
0
votes
0answers
21 views
Devide Single Polygon points into Eearth sphere
Any algorithem to split shape point into 2 spheres according to current Bounding Box ?
for example my BBox = {0 85 , 90 , 85} or {0 85 , 180 , 85} . from my Database i'm returnig SQLGeography ...
0
votes
1answer
38 views
BruTile Getting Started
Is there any documentation on how to get started with BruTile please?
I am currently working with SharpMap and I need to pre cache tiles to speed up the process
0
votes
1answer
81 views
ARCGIS tiles to coordinates
i'm trying to develop my own map service then dispaly my generated images into ARCGIS map viwer ...
Anyway my *.ashx service reads ARCGIS Tile URL looks like ...
0
votes
1answer
465 views
Gis programming with SharpMap. The last layer covers the others
I'm just started with GIS programming. I want to build a simple website with a map on it. So, I choose C# and SharpMap as map lib. Everything works fine, until I add many layers from shape file. The ...
0
votes
1answer
242 views
Coloring a Shapefile map in ASP.NET
I have a Shapefile map of Maryland separated by zipcode. What I'd like to do is color each area based on a value I'm looking up in a database. Currently, I'm using ASP.NET with the SharpMap package. ...