Git Product home page Git Product logo

jmaps's People

Contributors

mikey75 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

jmaps's Issues

Alternating host name prefixes

Some map sources have configurable host prefixes for making requests across multiple servers.
Like a.tiles.openstreetmap.org, b.tiles.openstreetmap.org etc. Make it available in jmaps.

Example template would be: http://[a|b|c|d].tileserver.example.org/tile/{x}/{y}/{z}.png
and the [a|b|c|d] part is a set of hosts that should be plugged into url roundrobin style.

Make tile downloader check for tile updates

When downloading a tile, if it is already in cache (memory or 2nd level) it is never checked if the new version is available for download.
If a tile changed on the map source, we should be able to detect it, download the new tile and update cache accordingly. It is however, troublesome, since the web call to api would be needed on every tile draw. Some map services have limits on api calls per hour/day etc. Perhaps we should base it on the tile expiration date in cache.

Formalize map xml format

Write a schema definition (xsd) for supported maps, and add validation against the schemas when loading maps.

Don't plot overlay that is out of band for the current map

Make jMaps recognize the extent of the map and not load track/waypoints that are out of band for the current map.
Most non-webmerkator maps will suffer from this. e.g plot route from Poland on non-wgs84 based map of i.e Netherlands.

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.