基于Flex/Flash的GIS类库
作者: 赵博 • 2008 年 12 月 10 日 • 技术主义 • 9 条评论
今天和地大的宝才聊天,又得知了几款对基于flex的GIS插件。
1)Vanrijkom-flashlibs 基于flex的shapefile转换库
2)MapShaper (基于flash的shapefile编辑及简化类库)
PS:同时,向大家推荐shp2kml,如果你是新手,又想通过kml表现自己的地图,可以试试这款软件,它完全免费。而且可以制作比较专业的kml文件并叠合到Google Earth上面。
Shp2kml is a stand alone tool that transforms GIS layers to Google Earth. It uses as input the most common format file for GIS (ESRI shapefile) and generates a KML File.
Google Earth requires coordinates to be in Lat/Lon and referenced to the WGS84 datum. Shp2kml is able to transform the coordinate system. The input file can be Lat/Lon (Geographic) or UTM (Projected) coordinate system. Also shp2kml will change datums if required. It contains a list of around 200 datums.
Some of the supported features are:
* Lat/Long or UTM (meters)
* Any Datum
* Point, Lines, Polygons
* Symbol properties: by Single Symbol, Unique value, Graduate Value
* Labeling from attributes table
* Balloon creation from attributes table
我将alachua的shapfile数据转换为kml,然后叠加在Google Earth上。
相关文章:


敢问是张宝才吗
是他。
hehe是我
其实shp转kml 可以使用ogr库,或者转带时间字段的shp可以自己写程序,拿到ge中做时态方面的分析
呵呵,赞同,不过我说了,对象是新手。不能让layman和新手去编程吧。
haha,没看到新手2字。。
Tag Cumulus的球是用什么做的啊
你去google Tag Cumulus就可以找到那个控件
我现在觉得似乎什么都在客户端做有点不太现实。flex就司职于客户端,像这种数据修改的事情还是交给服务器端去做好了。