Skip to content

Commit 5a06ef4

Browse files
committed
fix(core): Fix many bug, add function for url validation, add a function to extract and apply color map from geotiff
1 parent 777e2a1 commit 5a06ef4

File tree

16 files changed

+904
-652
lines changed

16 files changed

+904
-652
lines changed

packages/geoview-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"scripts": {
2929
"serve": "npm run format && npm run fix && webpack serve --progress --color --config webpack.dev.js",
3030
"build": "npm run format && npm run fix && npm run doc && webpack --progress --color --config webpack.prod.js && npm run generate.d.ts",
31-
"doc": "typedoc src/app.tsx --logLevel Error --out public/typeDocAPI",
31+
"doc": "typedoc src/app.tsx --logLevel Error --out public/typeDocAPI --includeVersion --entryPointStrategy expand",
3232
"deploy": "gh-pages -d dist -verbose",
3333
"test": "jest",
3434
"update_test": "jest --updateSnapshot",

packages/geoview-core/public/configs/navigator/demos/23-initial-settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"zoom": false
2323
},
2424
"states": {
25-
"visible": false
25+
"visible": false,
26+
"opacity": 0.5
2627
}
2728
},
2829
"listOfLayerEntryConfig": [

packages/geoview-core/public/configs/navigator/layers/esri-dynamic.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
},
2626
"states": {
2727
"queryable": false,
28-
"hoverable": false
28+
"hoverable": false,
29+
"opacity": 0.5
2930
}
3031
}
3132
}

packages/geoview-core/public/datasets/geojson/metadata-blank.meta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"values": [],
3232
"settings": {
3333
"type": "simpleSymbol",
34-
"symbol": "star"
34+
"symbol": "square"
3535
}
3636
}
3737
]

0 commit comments

Comments
 (0)