Add ignf aerial pictures and base map (#636)
* add ignf layers * removes ignf-boundaries * Assign France bbox to IGNF layers but don't restrict bounds because world wide coverage in lower zooms Co-authored-by: Sylvain Lafay <sylvain.lafay@gmail.fr> Co-authored-by: Norbert Renner <norbert.renner@gmx.de>
This commit is contained in:
parent
c11eb9a07a
commit
72a92eb156
6 changed files with 77 additions and 1 deletions
|
|
@ -86,6 +86,9 @@ BR.LayersConfig = L.Class.extend({
|
|||
BR.layerIndex['swisstopo-aerial'].geometry = BR.confLayers.switzerlandPadded;
|
||||
|
||||
BR.layerIndex['1017'].geometry = BR.confLayers.osmapaPl;
|
||||
|
||||
BR.layerIndex['ignf-aerial'].geometry = BR.confLayers.franceBbox;
|
||||
BR.layerIndex['ignf-map'].geometry = BR.confLayers.franceBbox;
|
||||
},
|
||||
|
||||
_addLanguageDefaultLayer: function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue