Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/geo6/mapper

Display (and query) geographical data (WMS, WMTS, GeoJSON, KML, GPX, CSV).
https://github.com/geo6/mapper

geocoder geojson gpx kml mapper viewer wms wmts

Last synced: 14 days ago
JSON representation

Display (and query) geographical data (WMS, WMTS, GeoJSON, KML, GPX, CSV).

Awesome Lists containing this project

README

        

# Mapper

![Check](https://github.com/geo6/mapper/workflows/Check/badge.svg)
[![Latest Stable Version](https://poser.pugx.org/geo6/mapper/v/stable)](https://packagist.org/packages/geo6/mapper)
[![Total Downloads](https://poser.pugx.org/geo6/mapper/downloads)](https://packagist.org/packages/geo6/mapper)
[![Monthly Downloads](https://poser.pugx.org/geo6/mapper/d/monthly.png)](https://packagist.org/packages/geo6/mapper)
[![Software License](https://img.shields.io/badge/license-GPL--3.0-brightgreen.svg)](LICENSE)

## Features

- Baselayers
- Address or POI geocoding
- Location reverse geocoding
- Draw
- Measure distances and surfaces
- Add services (see hereunder)
- Upload files (see hereunder)
- Query files and services (by clicking in the map)

The _Mapper_ supports the following services and file formats :

- Services:
- WMS:
- WMTS:
- File formats:
- CSV: (RFC4180) (with WKT support)
- GeoJSON: (RFC7946)
- GPX:
- KML:

## Install

See [INSTALL.md](INSTALL.md)

## Configuration

The application is configured for Belgium (geocoding services, baselayers, ...) but you can easily adapt the configuration to your use case.

See [INSTALL.md#Configuration](INSTALL.md#Configuration)