zoukankan      html  css  js  c++  java
  • Mapserver kamap ajax viewer开发

    国内案例:
    ·国家动态地图网 http://www.webmap.cn/basicmap/index.php
    ·百姓地图 http://www.100map.com/
    ·国家自然保护区http://www.emay.com.cn/nature/htdocs/

    Ka-map是一个Ajax概念的很好的MapServer前端工具
    官方网址http://ka-Map.MapTools.org

    ka-Map ("ka" as in  ka-boom!) is an open source project that is aimed at providing a javascript API for developing highly interactive web-mapping interfaces using features available in modern web browsers.

    To see some examples of ka-Map! in action, please visit Ominiverdi's' wiki page.

    ka-Map is approaching a version 1.0 release. It is used in a number of production environments and is considered quite stable at this point

    be used by developers that have some knowledge of JavaScript and MapServer.

    ka-Map currently has a number of interesting features. It sports the usual array of user interface elements such as:

    • interactive, continuous panning without reloading the page
    • keyboard navigation options (zooming, panning)
    • zooming to pre-set scales
    • scalebar, legend and keymap support
    • optional layer control on client side (layers are made visible instantly but at reduced performance due to more images, and potentially slower browser interactivity)
    • testing. ka-Map needs to be as stable as possible in all modern browsers. Please report success or failure of ka-Map in any browser
    • features and bugs. ka-Map needs an active community of developers to help resolve problems and add new features. CVS commit access is restricted but is available to those that are honestly interested in contributing. Even so, anyone can contribute by reporting errors or suggesting new or changed features on the mailing list, or by sending code patches to the mailing list. They'll be considered and added to the CVS version as soon as possible
    • Documenters. Documentation is lacking and contributors are needed to help with the developer's API (for maintaining and extending the core), a user's guide to integrating into a mapping application, and a user's guide for end user functionality.



  • 相关阅读:
    Redis分布式锁的正确实现方式
    Redis+Jedis封装工具类
    MyCat配置文件详解--server.xml
    linux buff/cache释放
    mycat中间件--schema.xml配置文件详解
    mycat中间件--linux安装mycat1.6版本
    如何查找SHELL的进程号并杀死
    dubbo常用配置及注意事项
    xxxx
    解决docker镜像无法下载的问题
  • 原文地址:https://www.cnblogs.com/xiexiaokui/p/578342.html
Copyright © 2011-2022 走看看