Skip to content

Instantly share code, notes, and snippets.

@rrzefox
rrzefox / create-views.sql
Created November 27, 2015 14:19
view to map the columns of default osm2pgqsql style to a hstore-modified one
drop view view_osm_polygon;
create view view_osm_polygon as
select
osm_id,
"access",
tags->'addr:housename' as "addr:housename",
"addr:housenumber",
"addr:interpolation",
admin_level,
tags->'aerialway' as aerialway,

Dockerfiles

Standart dockerfile

FROM registry.nextgis.com/sshd:0.1.0
#там ubuntu с gdal

ARG DEBIAN_FRONTEND=noninteractive
ARG APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=DontWarn