cartography 0.7.0

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.

Example
=======

To get started, look into the example [world_viewer](examples/world_viewer/src/main.rs).

<div align="center">

![Example with egui](data/egui.jpg)
Example of a world map shown with the [egui](https://www.egui.rs/) integration.
</div>