cartography 0.8.1

Cartography is a map rendering library for Geographic features expressed using [georust](https://georust.org/) libraries.
Documentation
<div align="center">

[![stable pipeline](https://gitlab.com/cyloncore/cartography-rs/badges/stable/pipeline.svg?key_text=stable)](https://gitlab.com/cyloncore/cartography-rs/-/pipelines?ref=stable)
[![dev/1 pipeline](https://gitlab.com/cyloncore/cartography-rs/badges/dev/1/pipeline.svg?key_text=dev/1)](https://gitlab.com/cyloncore/cartography-rs/-/pipelines?ref=dev/1)
[![docs](https://docs.rs/cartography/badge.svg)](https://docs.rs/cartography)
[![crates.io](https://img.shields.io/crates/v/cartography.svg)](https://crates.io/crates/cartography)
</div>

cartography
===========

This project provides a generic map rendering library. It is intended to have a simple design, and simple API, for ease of integration in existing rendering pipelines, and ease of maintenance.

`cartography` is meant to be simpler, less sophisticated than [galileo](https://github.com/Maximkaaa/galileo) and [maplibre-rs](https://github.com/maplibre/maplibre-rs/), however both projects are unfinished, on life support and are rather complex. `cartography` has a much simpler design and API, which seem to be sufficient for my projects.

Development occurs in the `dev/1` branch.

Examples
========

To get started, look into our [examples](https://gitlab.com/cyloncore/cartography-rs/-/tree/stable/examples).

<div align="center">

![Example with egui](https://gitlab.com/cyloncore/cartography-rs/-/raw/dev/1/data/egui.jpg)
[World Viewer](https://gitlab.com/cyloncore/cartography-rs/-/blob/stable/examples/world_viewer/src/main.rs?ref_type=heads) example of a world map shown with the [egui](https://www.egui.rs/) integration.

</div>