Replace permalink/Share URL feature with automatic URL rewriting on change.

This commit is contained in:
Gautier Pelloux-Prayer 2017-04-04 10:24:10 +02:00
parent 3cc0a3b9ee
commit e82f360d9c
9 changed files with 308 additions and 170 deletions

View file

@ -126,7 +126,8 @@ BR.Map = {
return {
map: map,
layersControl: layersControl
layersControl: layersControl,
layers: baseLayers
};
}