-
@aaronlidman I've got diffing of OSM (I'm using the Samoa country dump from OSM QA tiles) and my other road dataset (MGCP, a New Zealand gov dataset) up and running based off mapbox/road-diff (modifie…
-
Latest (unreleased) libosmium has much improved multipolygon assembly code. It is better at detecting invalid polygons, better at reporting them, and much faster than the previous code.
Before releas…
-
Testing new mbtiles which contain relations `s3://mapbox/osm-qa-tiles/multipolygon/.`
Rub21 updated
8 years ago
-
You can see some roads on the mapbox streets layer but not on blue
-
A lot of geometry errors reported by [OSM Inspector over LA City](http://tools.geofabrik.de/osmi/?view=geometry&lon=-118.34422&lat=34.00742&zoom=10)
![screen shot 2016-05-31 at 11 41 47](https://cloud…
-
http://www.openstreetmap.org/
- [x] mirror [latest planet.osm.pbf](https://archive.org/download/osm-pbf-20150824/planet-150824.osm.pbf) to ipfs ([here](http://gateway.ipfs.io/ipfs/QmVGatvrxQwfEA6sqUcU…
-
The new mbtiles release has different formats for `properties` , We need update validators to support it.
``` js
"@id":209358234,"@type":"way","@version":5,"@changeset":33945329,"@uid":224342,"@use…
Rub21 updated
8 years ago
-
For routing services, it's preferably that the map shown is in sync with the routing. Achieving this typically requires duplicating the same complicated tag processing in the map render style and the…
-
``` js
{ scheme: 'tms',
basename: 'united_states_of_america.mbtiles',
id: '05052016060847.planet',
filesize: '27064202240',
name: 'united_states_of_america.mbtiles',
description: 'united_sta…
-
I think given a YAML definition like this.
``` yaml
tables:
admin_linestring:
buffer: 4
min_zoom: 2
max_zoom: 14
```
We can generate the table tracking and table mgmt functions.
``` s…