Skip to content

Latest commit

 

History

History
220 lines (186 loc) · 7.37 KB

TODO.md

File metadata and controls

220 lines (186 loc) · 7.37 KB

gis=# select highway, count(highway) from planet_osm_line where tags->'winter_road' = 'yes' and highway is not null group by highway; highway | count --------------+------- construction | 34 footway | 11 path | 83 residential | 4 road | 12 service | 3 tertiary | 2 track | 82 unclassified | 24

Mayor roads motorway trunk primary 8-12 secondary 9-12 minor roads for different zoom levels tertiary 10-12 road 10-14 # also unclassified residential 12-13 service 13-14 living_street -13

unpaved 8 9 10 11 12 13 14 15 16

  • primary done done done done done done done done done
  • secondary done done done done done done done done
  • tertiary done done done done done done done
  • road done done done done weird weird done # GREY
  • residential/unclassified done done done done done
  • service done weird wierd done
  • living street done done done done # GREY

jeisenbe 42757252+jeisenbe@users.noreply.github.com 2019-02-06 02:26:48 jeisenbe joseph.eisenberg@gmail.com 2019-01-22 13:28:09 jeisenbe 42757252+jeisenbe@users.noreply.github.com 2019-01-12 12:31:11 Adamant36 amendenhall@live.com 2019-01-02 23:13:53 Paul Norman penorman@mac.com 2016-02-28 13:12:38 imagico git@imagico.de 2015-08-26 15:09:24 ocean outline math1985 info@matthijsmelissen.nl 2018-02-11 20:57:13

map_utils:

  • implement geopackage http://www.geopackage.org/spec/
  • optimize pngs
  • read metadata.json
  • select ST_AsText(ST_Transform(way, 4326)) from planet_osm_polygon where way && ST_Transform(ST_GeomFromText('POLYGON((7 43, 7.5 43, 7.5 44.5, 7 44.5, 7 43))', 4326), 3857) and landuse in ('retail', 'commercial', 'college', 'hospital', 'industrial', 'residential');