hfu / noteworthy

noteworthy things in markdown
Creative Commons Zero v1.0 Universal
10 stars 6 forks source link

PostGIS tables by gh:openmaptiles/openmaptiles instance #53

Open hfu opened 7 years ago

hfu commented 7 years ago
- country_languages
- country_osm_grid
- lake_centerline
- ne_10m
  - admin
    - 0
      - boundary_lines
        - disputed_areas
        - land
      - countries
    - 1
      - states_provinces_lines_shp
      - states_provinces_shp
  - antarctic_ice_shelves_polys
  - geography_marine_polys
  - glaciated_areas
  - lakes
  - ocean
  - polulated_places
  - rivers
    - europe
    - lake_centerlines
    - north_ameriica
  - roads
  - roads_north_america
  - urban_areas
- ne_110m
  - admin_0_boundary_lines_land
  - glaciated_areas
  - lakes
  - ocean
  - rivers_lake_centerlines
- ne_50m
  - admin_0_boundary_lines_land
  - admin_1_states_provinces_lines
  - admin_1_states_provinces_shp
  - antarctiv_ice_shelves_polys
  - glaciated_areas
  - lakes
  - ocean
  - rivers_lake_centerlines
  - urban_areas
- osm
  - aeroway
    - linestring
    - polygon(|gen1|gen2|gen3)
  - border
    - linestring(|gen1|gen2|gen3|gen4|gen5|gen6|gen7|gen8|gen9|gen10)
  - boundary
    - linestring(|gen1|gen2|gen3|gen4|gen5)
  - building
    - associatedstreet
    - multipolygon
    - polygon(|gen1)
    - relation
    - street
  - city_point
  - continent_point
  - highway
    - linestring(|gen1|gen2)
    - polygon
  - island
    - point
    - polygon
  - landcover_polygon(|gen1|gen2|gen3|gen4|gen5|gen6|gen7)
  - landuse_polygon(|gen1|gen2|gen3|gen4|gen5)
  - marine_point
  - ocean_polygon(|gen1|gen2|gen3|gen4)
  - park_polygon(|gen1|gen2|gen3|gen4|gen5|gen6|gen7|gen8)
  - peak_point
  - poi
    - point
    - polygon
  - railway_linestring(|gen1|gen2|gen3)
  - route_member
  - state_point
  - water_polygon(|gen1|gen2|gen3|gen4|gen5|gen6)
  - waterway_linestring(|gen1|gen2|gen3)
- spatial_ref_sys
hfu commented 7 years ago

this can be checked via:

docker-compose run --rm import-osm //usr/src/app/psql.sh

double slash is required on Docker Toolkit for Windows environment, preventing MINGW to do a thing not necessary :-)

hfu commented 7 years ago

This may wrong due to some misconfiguration.