Skip to content

Releases: rustprooflabs/pgosm-flex

0.1.2

17 Mar 02:08
Compare
Choose a tag to compare

Updated

  • Shop layer includes additional amenity features #84
  • Improved documentation & comments #81, #84
  • Move address concatenation to generated column #82
  • Docker script checks for Postgres service ready #86

New

  • Docker run script handles OSM file dates (#85/#80)
  • POI layer via Mat view (#63/#89)

0.1.1

12 Feb 13:57
f488d7b
Compare
Choose a tag to compare

Fixed

  • Improved relations in unitable #75
  • Improved nested place polygon matching #73
  • Restructured project code - Lua/SQL layer files in style/ and sql/ subdirectories #67

New

  • Add region tracking to meta data #77
  • Improve Docker runtime customizations #76

0.1.0

04 Feb 03:03
Compare
Choose a tag to compare

General improvements

  • Calculate methods of travel for roads #18
  • Remove env var PGOSM_SCHEMA #65
  • New run option #66
  • Meta information tracking #64
  • Add missing relations #70

0.0.8

26 Jan 00:43
64c1933
Compare
Choose a tag to compare

General improvements

  • Documentation and comment improvements
  • #54 Improve admin_level handling --- ⚠️ Data type change - Now INT ⚠️
  • #52 Include additional features in nested polygon data
  • Docker improvements

0.0.7

22 Jan 01:51
d0743a7
Compare
Choose a tag to compare

General improvements

  • Add comments on DB objects (tables, columns, etc) - #45
  • QGIS style for Landuse - #47
  • Meta table tracks pgosm-flex version, commit hash and osm2pgsql versions #51

New layers

N/A

Improved Layers

  • Traffic includes noexit #33
  • Improve nested polygons #50

0.0.6

16 Jan 03:57
Compare
Choose a tag to compare

General improvements

  • Initial Docker image converted from PgOSM legacy, improved logging, updates for Flex #44
  • Add osm.tags.osm_url to link to appropriate node/way/relation page on openstreetmap.org
  • Table osm.pgosm_flex to track PgOSM meta about version

New layers

  • Road point layer #34
  • Nested admin boundaries track admin poly inside other admin poly #37

Improved Layers

  • Improve Road line columns #30
  • View osm.vplace_polygon removes member polygons duplication containing relation
  • Helper get_name() parses single name from multiple columns #38

0.0.5

13 Jan 00:09
48bbad4
Compare
Choose a tag to compare

Improving use of helpers.lua. Documentation improvements, added first quality control query.

New layers

Improved Layers

  • Road #27
  • Amenity #20, #29
  • Building (including building:part)

0.0.4

08 Jan 23:36
54ec659
Compare
Choose a tag to compare

Improvements to code structure, layers, and documentation. Moved common code to helpers script. SRID configurable via env var.

New layers

  • Amenity

Improved Layers

  • Indoor
  • Place
  • Water

0.0.3

05 Jan 00:23
Compare
Choose a tag to compare

Some new, some improved.

New layers

  • Indoor
  • Infrastructure
  • Shop
  • Water

Improved Layers

  • Building
  • Natural
  • Place
  • Road

0.0.2

31 Dec 18:56
Compare
Choose a tag to compare
  • Remove JSONB from feature tables, replaced with osm.tags
  • Standardize naming
  • Improve columns and cleanup