-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
57 additions
and
30 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
Binary file not shown.
Binary file not shown.
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,45 +1,45 @@ | ||
{ | ||
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-itowns.html", | ||
"peerDependencies" : {}, | ||
"scripts" : {}, | ||
"name" : "geoportal-extensions-itowns", | ||
"repository" : { | ||
"url" : "https://github.com/IGNF/geoportal-extensions.git", | ||
"type" : "git" | ||
}, | ||
"description" : "French Geoportal Extensions for iTowns", | ||
"date" : "01/06/2023", | ||
"directories" : {}, | ||
"scripts" : {}, | ||
"name" : "geoportal-extensions-itowns", | ||
"version" : "2.3.11", | ||
"license" : "CECILL-B", | ||
"bugs" : {}, | ||
"author" : "IGNF", | ||
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-itowns.html", | ||
"files" : [ | ||
"dist/", | ||
"src/", | ||
"LICENCE.md", | ||
"README.md", | ||
"package.json" | ||
], | ||
"devDependencies" : {}, | ||
"description" : "French Geoportal Extensions for iTowns", | ||
"keywords" : [ | ||
"geoportail", | ||
"plugin", | ||
"javascript", | ||
"Itowns" | ||
], | ||
"bundleDependencies" : [], | ||
"peerDependencies" : {}, | ||
"types" : "src/Itowns/index.d.ts", | ||
"main" : "dist/GpPluginItowns-src.js", | ||
"license" : "CECILL-B", | ||
"date" : "21/07/2023", | ||
"version" : "2.4.2", | ||
"module" : "src/Itowns/index.js", | ||
"author" : "IGNF", | ||
"devDependencies" : {}, | ||
"dependencies" : { | ||
"loglevel" : "1.6.7", | ||
"geoportal-access-lib" : "3.3.1", | ||
"xmldom" : "^0.1.27", | ||
"sortablejs" : "1.14.0", | ||
"three" : "0.137.5", | ||
"node-fetch" : "^2.6.1", | ||
"proj4" : "2.7.5", | ||
"sortablejs" : "1.14.0", | ||
"geoportal-access-lib" : "3.3.2", | ||
"itowns" : "2.38.2", | ||
"three" : "0.137.5" | ||
"loglevel" : "1.6.7", | ||
"proj4" : "2.7.5" | ||
}, | ||
"files" : [ | ||
"dist/", | ||
"src/", | ||
"LICENCE.md", | ||
"README.md", | ||
"package.json" | ||
] | ||
"bundleDependencies" : [], | ||
"types" : "src/Itowns/index.d.ts", | ||
"bugs" : {} | ||
} |
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 @@ | ||
{"tags":{"allowUnknownTags":true},"plugins":["plugins/markdown"],"source":{"include":["./src/OpenLayers","./src/Common","./build/jsdoc/README-openlayers.md"]},"templates":{"cleverLinks":false,"applicationName":"Geoportal Extension for OpenLayers","monospaceLinks":false,"dateFormat":"ddd MMM Do YYYY","outputSourceFiles":true,"outputSourcePath":true,"systemName":"Geoportal Extension for OpenLayers","footer":"API Reference","copyright":"Geoportail - Copyright (c) IGN, released under the CECILL-B license","navType":"inline","theme":"darkly","linenums":true,"collapseSymbols":true,"inverseNav":true,"highlightTutorialCode":false,"syntaxTheme":"default"},"markdown":{"parser":"gfm","hardwrap":true},"opts":{"template":"./build/jsdoc/jaguarjs-jsdoc","encoding":"utf8","destination":"./jsdoc/openlayers","recurse":true,"lenient":true,"verbose":true}} |
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