Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test #18

Closed
wants to merge 28 commits into from
Closed

Test #18

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
46169fd
Take off console logs
Nour-Cheour10 May 31, 2024
13994fa
GeoJson layer added
Nour-Cheour10 Jun 14, 2024
a0ebc65
Resolve Conflict
Nour-Cheour10 Jun 18, 2024
f0b85ef
linting error
Nour-Cheour10 Jun 18, 2024
57a796a
hide files
Nour-Cheour10 Jun 18, 2024
aee1467
added files in .gitignore
Nour-Cheour10 Jun 18, 2024
dd57d70
Remove all files from nbextension except extension.js
Nour-Cheour10 Jun 19, 2024
cfc2c31
Take off console logs
Nour-Cheour10 May 31, 2024
2fe77c9
GeoJson layer added
Nour-Cheour10 Jun 14, 2024
bebc6d7
Resolve Conflict
Nour-Cheour10 Jun 18, 2024
c8fe835
linting error
Nour-Cheour10 Jun 18, 2024
231fcfa
hide files
Nour-Cheour10 Jun 18, 2024
9a3fe94
added files in .gitignore
Nour-Cheour10 Jun 18, 2024
5ccf296
Remove all files from nbextension except extension.js
Nour-Cheour10 Jun 19, 2024
f4a6908
added extension file
Nour-Cheour10 Jun 19, 2024
a13bf82
getview zoom and center
Nour-Cheour10 Jun 20, 2024
ce2b0ee
get center and zoom from view
Nour-Cheour10 Jun 20, 2024
783e2be
map take all the place
Nour-Cheour10 Jun 20, 2024
3f85855
change tilelayer to layer
Nour-Cheour10 Jun 20, 2024
9fab1a4
cancel change tilelayer to layer
Nour-Cheour10 Jun 20, 2024
4e8ca68
min-height 500px
Nour-Cheour10 Jun 20, 2024
ae6f4c8
threshold 0.7
Nour-Cheour10 Jun 20, 2024
069145b
test custom widget
Nour-Cheour10 Jun 20, 2024
b5759bb
change css file
Nour-Cheour10 Jun 20, 2024
13a8c65
change test
Nour-Cheour10 Jun 20, 2024
0b442b6
change css 2
Nour-Cheour10 Jun 20, 2024
bb984f4
fixe dimensions
Nour-Cheour10 Jun 21, 2024
5014d8d
change test
Nour-Cheour10 Jun 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ $RECYCLE.BIN/
**/node_modules/
ipyopenlayers/nbextension/index.*

#Ignoring the package-lock.json file
package-lock.json



# Coverage data
# -------------
**/coverage/
Expand All @@ -156,4 +161,6 @@ ipyopenlayers/nbextension/index.*
ipyopenlayers/labextension
ipyopenlayers/nbextension

!ipyopenlayers/nbextension/extensions.js

.yarn
23 changes: 21 additions & 2 deletions css/widget.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
.custom-widget {
padding: 0px 2px;
.ol-container {
height: 100%;
width: 100%;
}

.lm-Widget.lm-Panel.jp-OutputArea-child.jp-OutputArea-executeResult{
height: 100%;
overflow: hidden;
flex: 1 1 auto;
}

.lm-Widget.lm-Panel.jp-OutputArea-output {
height: 100%;
overflow: hidden;
flex: 1 1 auto;
}

.lm-Widget.custom-widget {
width: 100%;
height: 100%;
min-height: 500px;
}
Loading
Loading