-
QA tiles:
```
{ scheme: 'tms',
basename: 'latest.planet.mbtiles',
id: 'latest.planet',
filesize: 23793127424,
name: 'osm-latest',
description: 'osm-latest',
version: '1',
minzoom: 12,
…
-
This line: https://github.com/osmlab/osmlint/blob/master/validators/untaggedWays/map.js#L36
Should that not be `if (value.geometry.type === 'Polygon')` and not `if (value.geometry.value === 'Polygon'…
-
-
Hi, I am looking for suggestions. Recently, I am using tile-reduce to do some statistics on osm-qa-tiles. I want to calculate a metric (e.g. road density) on each tile of zoom 12, then output to mapbo…
-
`osm-qa-tiles-processors` is a mouthful of a name. What about `oqtlint` @geohacker ?
-
I downloaded the lastest planet mbtiles from https://s3.amazonaws.com/mapbox/osm-qa-tiles/latest.planet.mbtiles.gz
The count example works with the included data set, but not with the 22gb planet mbt…
-
As a post-process filter, we should be able to control the density of POIs and labels, preventing a whole bunch of them from rendering on top of one another. Client-side clipping will help, but it wou…
-
**Objective:** Map missing [turn lanes](http://wiki.openstreetmap.org/wiki/Key:turn:lanes) from tertiary and up in SF peninsula, DC and LA.
**Team:** @mapbox/team-data
**Features to map**: Turn lane…
-
< zoom 15, many prominent buildings in downtown NYC are filtered out because they have relatively small footprints, eg One World Trade – maybe we could use building height to filter them by volume, ei…
-
Based on [the sidewalk analysis happening over on #125](https://github.com/mapbox/mapping/issues/125) we should fix tagging them. Use [osm-sidewalker](https://www.mapbox.com/osm-sidewalker/) identify …