SharpMap Projects
文章平均质量分 89
Chendy
一个忙人
展开
-
SharpMap中文乱码是因为编码问题
SharpMap中文乱码是因为编码问题 ShapeFile 的默认的Encoding为UTF7,而我们的中文一般为GB2312,用下面的代码就可以显示中文了。 //Set up the countries layer SharpMap.Layers.VectorLayer layCH_Other = new SharpMap.Layers.VectorLayer("CH_Othe原创 2007-09-20 14:36:00 · 1699 阅读 · 0 评论 -
Set Height and Width Pie Chart
Set Height and Width Pie Chart Tags: Web Controls arvind_gurjar Jun 19 2007 at 7:00 PM Edite翻译 2008-02-29 15:57:00 · 857 阅读 · 0 评论 -
Find closest point on a Linestring to another point
Find closest point on a Linestring to another point Tags: Geospatial Computation Madison Jun 9 2007 at 1:翻译 2008-02-29 15:58:00 · 1971 阅读 · 0 评论 -
How to add my own label?
How to add my own label? Tags: General Topics LiuXing May 31 2007 at 9:27 AM翻译 2008-02-29 15:59:00 · 1317 阅读 · 1 评论 -
Norm Ajax Map to VB
sharpmap翻译 2008-02-29 15:43:00 · 468 阅读 · 0 评论 -
How To Add Static Text to point
How To Add Static Text to point Tags: General Topics phenixa Mar 17 2007 at 8:22 PM Edited M翻译 2008-02-29 15:44:00 · 1406 阅读 · 0 评论 -
Display Point for a Location
Display Point for a Location Tags: General Topics sethbourne May 14 2007 at 7:41 PM翻译 2008-02-29 15:49:00 · 1400 阅读 · 0 评论 -
How to project an icon to the map taken from gps at com port
How to project an icon to the map taken from gps at com port Tags: Geospatial Computation caesaris Mar 27翻译 2008-02-29 15:54:00 · 1017 阅读 · 0 评论 -
how to get a polygon
how to get a polygon Tags: General Topics, SharpMap v0.9 / v1.0, SharpMap v2.0, Web Controls, WinForms Controls cdqrain翻译 2008-02-29 14:03:00 · 612 阅读 · 0 评论 -
Problem with "clickable map" example
sharpmap翻译 2008-02-29 15:44:00 · 515 阅读 · 0 评论 -
how to project an icon to any point on the map
how to project an icon to any point on the map Tags: Project Management Forum, General Topics caesaris Ma翻译 2008-02-29 15:45:00 · 678 阅读 · 0 评论 -
Creating a clickable map
Creating a clickable map Insert a PictureBox when using Win Forms or an for ASP.NET web forms. Set the image to your map-instance. Ex.: myImage.Image = myMap.GetMap(); Set up翻译 2008-02-29 16:15:00 · 791 阅读 · 0 评论 -
SharpMap.Geometries.Geometry
SharpMap.Geometries.Geometry Tags: General Topics imansur Jan 30 2007 at 12:46 AM翻译 2008-02-29 16:17:00 · 2130 阅读 · 0 评论 -
sharpmap中添加自定义图层
//增加风矢图层 SharpMap.Layers.VectorLayer windarrowLayer = new SharpMap.Layers.VectorLayer("Wind Arrow"); windarrowLayer.DataSource = (map.Layers[3] as SharpMap.Layers.VectorLayer).D原创 2008-01-15 10:59:00 · 2031 阅读 · 0 评论 -
关于SharpMap.Converters.Geometries命名空间编译错误问题
sharpmap原创 2008-01-15 13:57:00 · 909 阅读 · 0 评论 -
Clickable objects
Clickable objects Tags: General Topics jubimy Oct 29 2006 at 5:13 PM翻译 2008-02-29 15:56:00 · 732 阅读 · 0 评论 -
Fixed Mouse Wheel Zoom
Fixed Mouse Wheel Zoom Tags: General Topics codekaizen Coordinator Apr 4 2007 at 5:09 AM翻译 2008-02-29 15:46:00 · 914 阅读 · 0 评论 -
Info tool
Info tool Tags: General Topics moradoxy Mar 7 2007 at 10:29 AM翻译 2008-02-29 15:43:00 · 833 阅读 · 0 评论 -
SharpMap AjaxMapControl 中 Zoomin/Zoomout 操作时冻结问题
1、现象:在放大/缩小操作时,当 Map.width = Map.MaximumZoom 时再次执行Zoomout 或者当 Map.width = Map.MinimumZoom 时再次执行Zoomin,浏览器显示的地图处于冻结状态(刷新地图停止);同时,鼠标光标处于长久的等待(wait)状态。2、原因:客户端 javascript 脚本在响应鼠标事件处理时发生事件重入。 3、解决方法:转载 2007-09-27 18:03:00 · 1272 阅读 · 0 评论 -
对SharpMap的疑问
对SharpMap的疑问 最近在网上看到一份杂志《3S新闻周刊》,觉得甚好,对GIS行业的现状、发展、GIS技术以及GIS文化都有比较全面的分析。其中有几期刊登了由马维峰先生写的“SharpMap的介绍”系列文章。故激起了我对SharpMap这个开源项目研究的兴趣。其中也发现了一些问题,同大家一起探讨一下。 在SharpMap中,创建一个Map之后,给这个Map添加图转载 2007-10-31 15:50:00 · 1435 阅读 · 0 评论 -
Adding SharpMap geometry to a PostGIS database
...or how to upload an ESRI Shapefile to PostGIS.Ive often been asked how to copy data from a shapefile to a PostGIS database. PostGIS comes with a commandline-tool for this (shp2pgsql.exe), but转载 2008-02-29 09:35:00 · 1554 阅读 · 0 评论 -
Applying on-the-fly transformation in SharpMap
I have received a lot of questions on how to transform data from one coordinatesystem to another on the fly in SharpMap. Usually the problem is that they have data in different coordinatesystems and转载 2008-02-29 09:41:00 · 1164 阅读 · 0 评论 -
Road Layer
Road Layer Tags: General Topics vijaysudh Aug 30 2006 at 2:08 PM翻译 2008-02-29 15:42:00 · 679 阅读 · 0 评论 -
Finding distance between 2 lat longs
Finding distance between 2 lat longs Tags: Geospatial Computation gchurcher May 15 2007 at 9:53 PM翻译 2008-02-29 15:50:00 · 710 阅读 · 0 评论 -
Display a symbol on map.center point
Display a symbol on map.center point Tags: General Topics Madison Mar 8 2007 at 12:00 AM翻译 2008-02-29 15:52:00 · 803 阅读 · 0 评论 -
Add a point on a map
Add a point on a map Tags: Geospatial Computation iako1 Apr 28 2007 at 7:39 PM翻译 2008-02-29 15:54:00 · 984 阅读 · 0 评论 -
Problem with label layer
Problem with label layer Tags: General Topics iako1 May 30 2007 at 4:46 PM Edited May 30 200翻译 2008-02-29 16:00:00 · 1133 阅读 · 0 评论 -
未读完的帖子
Map center http://www.codeplex.com/SharpMap/Thread/View.aspx?ThreadId=10805How to create a label? http://www.codeplex.com/SharpMap/Thread/View.aspx?ThreadId=10809Realtime data? http://www.codep翻译 2008-02-29 16:06:00 · 699 阅读 · 0 评论 -
SharpMap开发笔记
一、资源下载 1、作者blog:http://www.sharpgis.net/2、版本下载:http://www.codeplex.com/SharpMap原创 2008-03-05 10:24:00 · 1966 阅读 · 0 评论 -
Freezing AjaxMapControl
Description Description is required Sometimes when navigatiing or panning, the AjaxMapControl will freezing, and the WaitCursor is beeing displayed.SharpMap.UI AjaxMap.js do the following change:/翻译 2008-02-29 11:23:00 · 907 阅读 · 0 评论 -
Transforming between image coordinates and world coordinates
Transforming between image coordinates and world coordinates SharpMap has built-in functions to help you transform between image and world coordinates.When the user clicks the map at a given pixel (翻译 2008-02-29 12:05:00 · 772 阅读 · 0 评论 -
Detecting a click / displaying ToolTips
Detecting a click / displaying ToolTips Tags: General Topics fatboyjim Mar 11 2007 at 6:21 AM翻译 2008-02-29 15:38:00 · 1389 阅读 · 0 评论 -
Label filtering
Label filtering Tags: General Topics dylanparry Mar 2 2007 at 7:06 PM翻译 2008-02-29 15:38:00 · 633 阅读 · 0 评论 -
丰富互联网应用 (RIA,Rich Internet Application)全景分析
自接触Flash的那一天,我就有一个梦想:如果应用程序的UI能设计的如Flash般酷绚,那将是一种什么样的体验!而就在今天,我的梦想已经成真, 因为RIA时代已经到来! RIA是将桌面应用程序的丰富交互式用户体验与传统Web应用的部署灵活性结合起来的下一代网络应用程序。本文主要介绍RIA技术的起源、RIA的开发平台以及对RIA未来的预测。一、 何为RIA Wikiped原创 2008-01-15 13:57:00 · 3109 阅读 · 0 评论