vector-datasource
vector-datasource copied to clipboard
Tilezen vector tile service - OpenStreetMap data in several formats
This fixes a bug that caused sea labels to not actually be rendered if they were just label points rather than converted polygons. The one zoom they worked properly at...
doc and integration test associated with the change here https://github.com/tilezen/vector-datasource/pull/2098
updates: - [github.com/pre-commit/pre-commit-hooks: v2.5.0 → v4.3.0](https://github.com/pre-commit/pre-commit-hooks/compare/v2.5.0...v4.3.0) - [github.com/asottile/reorder_python_imports: v1.9.0 → v3.8.2](https://github.com/asottile/reorder_python_imports/compare/v1.9.0...v3.8.2) - [github.com/pre-commit/mirrors-autopep8: v1.5.7 → v1.7.0](https://github.com/pre-commit/mirrors-autopep8/compare/v1.5.7...v1.7.0) - [github.com/asottile/yesqa: v0.0.11 → v1.4.0](https://github.com/asottile/yesqa/compare/v0.0.11...v1.4.0) - https://gitlab.com/pycqa/flake8 → https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.9.2 → 5.0.4](https://github.com/PyCQA/flake8/compare/3.9.2...5.0.4)
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.4.0 to 3.15.0. Release notes Sourced from protobuf's releases. Protocol Buffers v3.15.0 Protocol Compiler Optional fields for proto3 are enabled by default, and no longer require the...
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.2 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 4.2b4 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.11 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
Contours
Add contour lines layer. It is also needed to modify tilequeue, I will create pull request for it. I will also modify installation instrucions for vector-datasource for how to add...
Add `osmc:symbol` - https://taginfo.openstreetmap.org/keys/osmc:symbol tag from OpenStreetMap road relations into road networks. With it in Europe it is possible to show colored waymarked trails:  It seems that Mapy.cz is...
Is it somehow possible to get colour data for hiking routes - https://wiki.openstreetmap.org/wiki/Tag:route=hiking ? I assume that they are stripped during data retrieval. If they are stripped is it somehow...