osmlint icon indicating copy to clipboard operation
osmlint copied to clipboard

An open source suite of js validators for OpenStreetMap data, to identify common geometry and metadata problems at scale.

Results 67 osmlint issues
Sort by recently updated
recently updated
newest added

In OSM using different ways to map the intersection of a highway and a building (building_passage, cover, layers, etc.) which are valid. Next exceptions needs to add to valid list...

A few times highway or railway segments between tunnels that are cuttings are additionally tagged as tunnel=no to clarify that the tunnel does not continue there. Right now OSM Lint...

``` # npm install -g osmlint /root/.nvm/versions/node/v9.11.1/bin/osmlint -> /root/.nvm/versions/node/v9.11.1/lib/node_modules/osmlint/cli.js > [email protected] install /root/.nvm/versions/node/v9.11.1/lib/node_modules/osmlint/node_modules/sqlite3 > node-pre-gyp install --fallback-to-build sh: 1: node-pre-gyp: Permission denied npm ERR! file sh npm ERR! code ELIFECYCLE...

Hello, I'd like to use this tool, but am confused on how to get osm data (typically .pbf) into .mbtiles format. When I searched the net, I'm getting guides on...

We are seeing cases of undetected crossinghighways. Posting stub ticket as we investigate the problem. To replicate. 1. Download latest qa-tiles 2. `osmlint crossinghighways --zoom=12 --bbox="[-88.3265, 41.4343, -87.1057, 42.2823]" united_states_of_america.mbtiles...

bug

The buffer distance is less than 0.01 miles (16 meters) but not detected. https://github.com/osmlab/osmlint/blob/607d662d6f5d5882da30381845e97f8196cf092d/validators/unconnectedHighways/map.js#L12-L14 OSM Way - https://www.openstreetmap.org/way/192426240/ ![image](https://user-images.githubusercontent.com/3423533/43584116-1966e5b8-967f-11e8-9b1d-3b880852231c.png)

bug

Compiling examples of missing detection for islandhighways ![screen shot 2018-07-26 at 17 02 25](https://user-images.githubusercontent.com/353700/43260005-c0a8085a-90f5-11e8-8e13-efcefad7b69e.png) [OSM way](https://www.openstreetmap.org/way/571559969/history#map=19/41.86055/-87.62342)

bug

Missing detection of crossingHighway - [OSM way](https://www.openstreetmap.org/way/248962005/history) ![image](https://user-images.githubusercontent.com/3423533/43260131-30ddb250-90f6-11e8-8210-a1f094716270.png)

bug

Since docker is becoming more acceptable to run any app, would be good to have it in this repo!! cc. @maning

enhancement

Stub validator for missing oneway tag on drivethroughs. Source [wiki](https://wiki.openstreetmap.org/wiki/Tag:service%3Ddrive-through) - [ ] Add test fixture - [ ] Add fixtures mbtiles