papermap icon indicating copy to clipboard operation
papermap copied to clipboard

PaperMap is a Python package and CLI for creating ready-to-print paper maps.

Results 7 papermap issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.6.0) - [github.com/abravalheri/validate-pyproject: v0.12.1 → v0.16](https://github.com/abravalheri/validate-pyproject/compare/v0.12.1...v0.16) - [github.com/python-jsonschema/check-jsonschema: 0.22.0 → 0.28.2](https://github.com/python-jsonschema/check-jsonschema/compare/0.22.0...0.28.2) - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.256 → v0.4.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.256...v0.4.3) - [github.com/psf/black: 23.1.0 → 24.4.2](https://github.com/psf/black/compare/23.1.0...24.4.2)...

Browsing the docs, saw this link was missing a bracket

Rename `tile_server` to `tile_provider` and `TileServer` to `TileProvider`. After reading and thinking about this some more, I feel like `TileProvider` is a better representation of the thing it is supposed...

enhancement

Add support for using multiple tile servers. This feature will allow users to combine a base map tile server (these are already included in PaperMap) with one ore more [overlay...

enhancement

Add support for rendering features (i.e. shapes such as lines and polygons). PaperMap uses [Pillow](https://pillow.readthedocs.io/en/stable/) for the rendering of the map image. Pillow's [ImageDraw](https://pillow.readthedocs.io/en/stable/reference/ImageDraw.html) module provides all the methods we...

enhancement

Add support for rendering text(s). PaperMap uses [fpdf2](https://pyfpdf.github.io/fpdf2/) for the generating of the paper map PDF document in general, and its [`.cell()`](https://pyfpdf.github.io/fpdf2/Text.html#cell) method to add the attribution, scale and coordinate...

enhancement

Add support for rendering [GPX](http://www.topografix.com/GPX/)-files, which can contain: - [Waypoints](https://www.topografix.com/gpx/1/1/#type_wptType) -- a waypoint, point of interest, or named feature on a map - [Routes](https://www.topografix.com/gpx/1/1/#type_rteType) -- an ordered list of waypoints...

enhancement