Skip to content

Commit

Permalink
Fix geosolutions-it#10168 JSDoc fix for mapType (geosolutions-it#10177)
Browse files Browse the repository at this point in the history
  • Loading branch information
allyoucanmap committed Apr 8, 2024
1 parent 03ec9c3 commit 1affe02
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion project/standard/templates/configs/pluginsConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"glyph": "1-map",
"mandatory": true,
"defaultConfig": {
"mapTypeOverride": "openlayers",
"mapOptions": {
"openlayers": {
"interactions": {
Expand Down
1 change: 0 additions & 1 deletion web/client/configs/pluginsConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"glyph": "1-map",
"mandatory": true,
"defaultConfig": {
"mapTypeOverride": "openlayers",
"mapOptions": {
"openlayers": {
"interactions": {
Expand Down
1 change: 0 additions & 1 deletion web/client/plugins/Map.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ import {getHighlightLayerOptions} from "../utils/HighlightUtils";
* @class Map
* @prop {array} additionalLayers static layers available in addition to those loaded from the configuration
* @prop {object} mapOptions map options grouped by map type
* @prop {object} mapOptions[mapType] this object contains configuration specific for a map type. The mapType could be `openlayers`, `leaflet` or `cesium`
* @prop {boolean} mapOptions.cesium.navigationTools enable cesium navigation tool (default false)
* @prop {boolean} mapOptions.cesium.showSkyAtmosphere enable sky atmosphere of the globe (default true)
* @prop {boolean} mapOptions.cesium.showGroundAtmosphere enable ground atmosphere of the globe (default false)
Expand Down

0 comments on commit 1affe02

Please sign in to comment.