Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/geo6/mapper
- Owner: geo6
- License: gpl-3.0
- Created: 2018-11-14T09:04:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T03:43:00.000Z (over 1 year ago)
- Last Synced: 2024-08-02T16:12:33.042Z (4 months ago)
- Topics: geocoder, geojson, gpx, kml, mapper, viewer, wms, wmts
- Language: TypeScript
- Homepage: https://sandbox.geo6.be/app/mapper/
- Size: 16.6 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)