Newer
Older
FORESTIER Fabien
committed
## Features
This service is the unique entrypoint of the map in the portal toward the geographical services of the datasets hosted on our platform. It proxifies two services:
* `WMS`
* `MVT`
Depending on the dataset's license, those services might be in open access or restricted access. Our goal is to display to a particular user exactly what it's access are allowing him to see. It wasn't possible to add the authentication pieces as the map services are expecting it (basic auth) directly from the web application this is why we created this proxy.
In order for the map to work properly and to always be able to display the full data on the portal, it has been decided that WMS would always be opened even if the user doesn't have access to the dataset.
FORESTIER Fabien
committed
## Dependencies
This proxy has two dependencies:
* `Elasticsearch`
* `MapServer`
FORESTIER Fabien
committed
## Endpoints
It provides two endpoints:
* `/wms`:
* `/mvt`:
FORESTIER Fabien
committed
## Implementation