Skip to content

Commit 45f6392

Browse files
authored
Commit gallery in the repo (#221)
* Commit gallery in the repo * Linter ignore
1 parent 2a41a8f commit 45f6392

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+4
-3
lines changed

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ tests
77
ui-tests
88
**/build/
99
examples/
10+
packages/base/rasterlayer_gallery

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ jupytergis/_version.py
130130
python/jupytergis_qgis/jupytergis_qgis/labextension/
131131
python/jupytergis_lab/jupytergis_lab/labextension/
132132
python/jupytergis_lab/jupytergis_lab/notebook/objects/_schema
133-
packages/base/rasterlayer_gallery/*
134-
!packages/base/rasterlayer_gallery/custom_raster.png
135133

136134
untitled*
137135

.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ node_modules
66
yarn.lock
77
*.jGIS
88
playwright.config.js
9+
packages/base/rasterlayer_gallery

packages/base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"url": "https://github.com/geojupyter/jupytergis.git"
2828
},
2929
"scripts": {
30-
"build": "jlpm run build:gallery && tsc -b && jlpm run cp:gdal",
30+
"build": "tsc -b && jlpm run cp:gdal",
3131
"build:gallery": "python rasterlayer_gallery_generator.py",
3232
"cp:gdal": "cp ../../node_modules/gdal3.js/dist/package/gdal3WebAssembly.data lib && cp ../../node_modules/gdal3.js/dist/package/gdal3WebAssembly.wasm lib",
3333
"build:prod": "jlpm run clean && jlpm run build",

packages/base/rasterlayer_gallery/raster_layer_gallery.json

+1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)