Giter VIP home page Giter VIP logo

ol-dynamicmeasure's Introduction

Control for OpenLayers to measure and shows measurements at the cursor

Based on OpenLayers.Control.Measure, the DynamicMeasure control shows measurements on labels that follow the cursor. This avoids having to worry about preparing a DOM item to display measurements.

The control also has preset styles to show lines and labels, so the only thing to do is add it to the map.

Control allows displaying lengths and headings of the segments that form a polyline or a polygon.

Examples:

Operation:

Example:

    ...
    // to mesure length
    var cMeasure = new OpenLayers.Control.DynamicMeasure(OpenLayers.Handler.Path);
    map.addControl(cMeasure);
    ...
    // ... and to start measuring
    cMeasure.activate();
    ...
    // ... and to stop it
    cMeasure.deactivate();
    ...

This control is now adapted to handle the methods undo redo and cancel of drawing handlers.

See the example measure-dynamic-dev.html (allows choose whether to use the patch posted on OL-Ragbag)

The control can use it as a DrawFeature control, see example measure-and-draw.html

Documentation:

Compatibility with OpenLayers releases:

The DynamicMeasure control works correctly with release 2.11 or higher including the development version.

Background

According Yus's question in DEV some adjustments are made to solve some problems: labels do not remain at the end of measure, using the freehand the map is dirtied by the labels, layer of the labels (vlayer) should be on top of the drawing layer, allow use of immediate measure (new in 2.11)

ol-dynamicmeasure's People

Contributors

jorix avatar

Watchers

James Cloos avatar  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.