Giter Site home page Giter Site logo

rwev / leaflet-reticle Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 1.0 6.86 MB

Leaflet control that adds a centering reticle and displays a host of information about map center.

License: GNU General Public License v3.0

HTML 14.50% CSS 5.53% JavaScript 79.97%

leaflet-reticle's People

Contributors

rwev avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

kevin-fior

leaflet-reticle's Issues

a few issues

  • your demo does not center the reticle on the map but puts it at the top of the screen (css position: relative should be absolute). Also you don't need to calc(50%) since there's nothing to calculate. Just 50% will do just as fine.

  • You already hinted on this in the code for the control, if you zoom out too far so that the earth view gets repeated, and then zoom in on a 'repeated' earth, the longitude display doesn't account for that and adds or subtracts 360 degrees for each next repeated earth if you zoom in on that particular part of the map. Could be solved by doing a mod 360 on Longitude

  • your formatNumber will not format unless you also specify a locale, because that is the controlling factor on the format. Just specifying a number of decimals, which also happen to be the default values, doesn't fly without a locale. A locale must be specified and contrary to the documentation "best-fit" doesn't work but "lookup" does.

Besides from these minor things, very useful.

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.