Giter VIP home page Giter VIP logo

openlayerstudy's Introduction

  1. 数据(图层)如何分层展示?

    图层显示

    --> 图层使用map.addLayer来添加图层数据

    在不同缩放级别的地图显示不同的图层

    --> 控制layer的两个参数maxZoom|minZoom来达到控制缩放级别的内容显示

  2. 定位的动画效果如何实现?

    ---> 内置视图跳转控件 ZoomToExtent 实现跳转到某个位置

  3. 如何实现 不同类型的地图切换的(不同的layer?)

    ---> TileLayer.setVisible(boolean) 来控制不同类型的地图的显隐

  4. 如何实现点击地图某个位置然后出现一个点,然后地图就给出具体经纬度坐标

    ---> map.on('click',(event:{coordinate})=>{})事件获取

  5. 如何实现航迹动画效果? 如果显示的数据类似导航效果要怎么实现 ---> 历史轨迹

openlayerstudy's People

Contributors

hyliangkai avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.