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: 19 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T03:43:00.000Z (about 2 years ago)
- Last Synced: 2024-11-06T08:43:15.500Z (6 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

[](https://packagist.org/packages/geo6/mapper)
[](https://packagist.org/packages/geo6/mapper)
[](https://packagist.org/packages/geo6/mapper)
[](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)