forked from mviewer/mviewer
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request mviewer#754 from mviewer/develop
Release 3.9.2
- Loading branch information
Showing
31 changed files
with
1,221 additions
and
1,745 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
dist/* | ||
node* | ||
panels/* | ||
*.env | ||
apps/*.json | ||
node* | ||
package-* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,5 @@ | |
*.mst | ||
**/lib | ||
templates.js | ||
**/.git | ||
**/.git | ||
demo/tile/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"js": [ | ||
"lib/papaparse.min.js", | ||
"lib/zip.js", | ||
"lib/z-worker.js", | ||
"lib/inflate.js", | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<config> | ||
<application | ||
title="Import thématique externe" | ||
logo="" | ||
favicon="" | ||
help="" | ||
titlehelp="" | ||
iconhelp="fas fa-home" | ||
home="" | ||
style="css/themes/alizarin.css" | ||
zoomtools="true" | ||
initialextenttool="true" | ||
exportpng="false" | ||
showhelp="false" | ||
coordinates="false" | ||
measuretools="true" | ||
mouseposition="false" | ||
geoloc="false" | ||
studio="" | ||
togglealllayersfromtheme="false"> | ||
</application> | ||
<mapoptions maxzoom="20" projection="EPSG:3857" center="-307903.74898791354,6141345.088741366" zoom="7" /> | ||
<proxy url=""/> | ||
<olscompletion type="ban" url="https://api-adresse.data.gouv.fr/search/" attribution="Base adresse nationale (BAN)" /> | ||
<searchparameters bbox="false" localities="true" features="false" static="false"/> | ||
<baselayers style="default"> | ||
<baselayer visible="true" id="positron" thumbgallery="img/basemap/positron.png" title="CartoDb" label="Positron" type="OSM" url="https://{a-c}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png" attribution="Map tiles by <a href="https://cartodb.com/attributions">CartoDb</a>, under <a href="https://creativecommons.org/licenses/by/3.0/">CC BY 3.0 </a>" ></baselayer> | ||
<baselayer visible="false" id="ortho_ign" thumbgallery="img/basemap/ortho.jpg" title="IGN" label="Photographies aériennes IGN" type="WMTS" url="https://wxs.ign.fr/choisirgeoportail/geoportail/wmts?" layers="ORTHOIMAGERY.ORTHOPHOTOS" format="image/jpeg" fromcapacity="false" attribution="<a href='https://geoservices.ign.fr' target='_blank'><img src='https://geoservices.ign.fr/images/logoIGN.png'></a>" style="normal" matrixset="PM" maxzoom="22" ></baselayer> | ||
</baselayers> | ||
<themes mini="false"> | ||
<theme id="education" url="https://kartenn.region-bretagne.fr/territoires/apps/default.xml" name="Renommage Education et formation" collapsed="true" icon="false" layersvisibility="all"> | ||
</theme> | ||
<theme id="transport" url="https://kartenn.region-bretagne.fr/kartoviz/apps/region/transport/transports.xml" name="Transport (Région)" collapsed="true" icon="false" layersvisibility="none"> | ||
</theme> | ||
<theme id="maritime" url="https://kartenn.region-bretagne.fr/kartoviz/apps/region/global/global.xml" name="Transport maritime" collapsed="true" icon="false" layersvisibility="default"> | ||
</theme> | ||
</themes> | ||
</config> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.