Skip to content

alno/osm-js-libs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript libraries for OpenStreetMap applications

Usage

Validators Leaflet layer

Add validators layer to your Leaflet map by:

map.addLayer(new OsmJs.Validators.LeafletLayer(config))

Where example config is:

{
  validators: [{
    "name": "Отладочный валидатор",
    "url": "http://alno.name:4567/validate?minlat={minlat}&minlon={minlon}&maxlat={maxlat}&maxlon={maxlon}",
    "offset_limit": true,
    "jsonp": true,
    "types": {
      "test_error": {"text": "Тестовая ошибка"}
    }
  }]
}

OpenWeatherMap weather layer

Leaflet distance control

Icon for distance control from here: http://findicons.com/icon/178351/ruler_2

Building

Install coffee-script first:

sudo npm install --global coffee-script

Then call:

cake build

That's all, now you have your updated library in dist/

Contributors

Copyright © 2012 Alexey Noskov, released under the {MIT license}[http://www.opensource.org/licenses/MIT]

About

JavaScript libraries for OSM application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published