Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Aug 19:00
· 187 commits to master since this release

v0.1.0 (2024-08-19)

Feature

  • feat: pin dependency versions in setup.py (2f3b671)

Test

  • test: try different docker compose action (05442e7)

Unknown

  • Merge pull request #47 from OpenGeoscience/freeze-deps

Pin dependency versions (c40ca74)

  • Merge pull request #48 from OpenGeoscience/ci-action

Change docker compose GH Action (f6f7e57)

  • Merge pull request #38 from OpenGeoscience/osmnx-roads

Add endpoint to pull road network from osmnx (fbda461)

  • Reorder imports in osmnx.py (8721125)

  • Implement as both REST endpoint and management command (8378cc1)

  • Rebase migrations (96e3167)

  • Remove edge name duplicate logic (cf81818)

  • Apply style changes (713d421)

  • Move load_roads to an API endpoint on the Context model (4dc8082)

  • Add osmnx cache folder to gitignore (903d5b0)

  • Allow duplicate node/edge names (same roads can exist in multiple cities) (fe464bf)

  • Add a management command to pull road network from osmnx (0c29401)

  • Merge pull request #43 from OpenGeoscience/postgis-vector-tiles

Generate vector tiles dynamically from extracted features (a85b7d1)

  • Fix import formatting (d88e5ce)

  • Fix type inconsistencies (0bf5975)

  • Save vector features after map layer modification (714187d)

  • Add admin class for VectorFeature (bab350a)

  • Fix vector feature imports (dce8516)

  • Move save_vector_features to create_vector_map_layer (d854226)

  • Squash migrations (25ce2b7)

  • Remove VectorTile and use of tile_extents (d4041cf)

  • Remove use of OL tileUrlFunction (41e6bc5)

  • Generate vector tiles dynamically from extracted features (90bd64f)