Skip to content
Snippets Groups Projects
Commit 95ad6801 authored by Damien DESPRES's avatar Damien DESPRES
Browse files

Merge branch 'development' into 'master'

fix #11857

See merge request !12
parents 2e06eec1 2b89ca11
Branches
No related tags found
1 merge request!12fix #11857
Pipeline #17701 passed
...@@ -68,7 +68,7 @@ router.get('/kml/:repo*', async (req, res) => { ...@@ -68,7 +68,7 @@ router.get('/kml/:repo*', async (req, res) => {
router.get('/wcs/:repo*', async (req, res) => { router.get('/wcs/:repo*', async (req, res) => {
const layer = req.query.identifiers || req.query.IDENTIFIERS; const layer = req.query.identifiers || req.query.IDENTIFIERS || req.query.COVERAGE;
try { try {
...@@ -122,4 +122,4 @@ router.get('/actes*', async (req, res) => { ...@@ -122,4 +122,4 @@ router.get('/actes*', async (req, res) => {
} }
}); });
module.exports = router; module.exports = router;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment