Skip to content

Commit

Permalink
heat layer
Browse files Browse the repository at this point in the history
  • Loading branch information
Nour-Cheour10 committed Jun 26, 2024
1 parent f79e770 commit 3ccad79
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 43 deletions.
1 change: 0 additions & 1 deletion css/widget.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

.lm-Widget.lm-Panel.jp-OutputArea-output.ipyopenlayer-map-container-wrapper{
height: 100%;
}
Expand Down
42 changes: 0 additions & 42 deletions examples/introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"outputs": [],
"source": [
"from ipyopenlayers import GeoJSON, HeatmapLayer"
"from ipyopenlayers import GeoJSON, HeatmapLayer"
]
},
{
Expand All @@ -40,7 +39,6 @@
},
"text/plain": [
"Map(center=[0.0, 0.0])"
"Map(center=[0.0, 0.0])"
]
},
"execution_count": 3,
Expand All @@ -49,7 +47,6 @@
}
],
"source": [
"m = Map(center=[0.0, 0.0], zoom=2)\n",
"m = Map(center=[0.0, 0.0], zoom=2)\n",
"m"
]
Expand All @@ -67,18 +64,15 @@
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 5,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"[0.0, 0.0]"
"[0.0, 0.0]"
]
},
"execution_count": 5,
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -90,7 +84,6 @@
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 6,
"metadata": {},
"outputs": [
{
Expand All @@ -100,7 +93,6 @@
]
},
"execution_count": 6,
"execution_count": 6,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -112,7 +104,6 @@
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 7,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -124,7 +115,6 @@
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 8,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -134,7 +124,6 @@
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 9,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -147,7 +136,6 @@
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 10,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -160,7 +148,6 @@
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 11,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -172,7 +159,6 @@
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 12,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -182,7 +168,6 @@
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 13,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -192,7 +177,6 @@
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 14,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -204,7 +188,6 @@
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 15,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -214,7 +197,6 @@
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 16,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -226,7 +208,6 @@
{
"cell_type": "code",
"execution_count": 17,
"execution_count": 17,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -237,7 +218,6 @@
{
"cell_type": "code",
"execution_count": 18,
"execution_count": 18,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -247,7 +227,6 @@
{
"cell_type": "code",
"execution_count": 19,
"execution_count": 19,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -259,7 +238,6 @@
{
"cell_type": "code",
"execution_count": 20,
"execution_count": 20,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -269,7 +247,6 @@
{
"cell_type": "code",
"execution_count": 21,
"execution_count": 21,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -281,7 +258,6 @@
{
"cell_type": "code",
"execution_count": 22,
"execution_count": 22,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -291,7 +267,6 @@
{
"cell_type": "code",
"execution_count": 23,
"execution_count": 23,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -301,7 +276,6 @@
{
"cell_type": "code",
"execution_count": 24,
"execution_count": 24,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -338,7 +312,6 @@
{
"cell_type": "code",
"execution_count": 25,
"execution_count": 25,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -348,7 +321,6 @@
{
"cell_type": "code",
"execution_count": 26,
"execution_count": 26,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -358,7 +330,6 @@
{
"cell_type": "code",
"execution_count": 27,
"execution_count": 27,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -368,7 +339,6 @@
{
"cell_type": "code",
"execution_count": 28,
"execution_count": 28,
"metadata": {},
"outputs": [
{
Expand All @@ -381,7 +351,6 @@
]
},
"execution_count": 28,
"execution_count": 28,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -393,7 +362,6 @@
{
"cell_type": "code",
"execution_count": 29,
"execution_count": 29,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -417,7 +385,6 @@
{
"cell_type": "code",
"execution_count": 30,
"execution_count": 30,
"metadata": {
"jupyter": {
"source_hidden": true
Expand All @@ -434,7 +401,6 @@
{
"cell_type": "code",
"execution_count": 31,
"execution_count": 31,
"metadata": {
"jupyter": {
"source_hidden": true
Expand All @@ -458,7 +424,6 @@
{
"cell_type": "code",
"execution_count": 32,
"execution_count": 32,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -487,7 +452,6 @@
]
},
"execution_count": 32,
"execution_count": 32,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -499,7 +463,6 @@
{
"cell_type": "code",
"execution_count": 33,
"execution_count": 33,
"metadata": {
"jupyter": {
"source_hidden": true
Expand All @@ -519,7 +482,6 @@
{
"cell_type": "code",
"execution_count": 34,
"execution_count": 34,
"metadata": {
"jupyter": {
"source_hidden": true
Expand Down Expand Up @@ -562,7 +524,6 @@
]
},
"execution_count": 34,
"execution_count": 34,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -574,7 +535,6 @@
{
"cell_type": "code",
"execution_count": 35,
"execution_count": 35,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -584,7 +544,6 @@
{
"cell_type": "code",
"execution_count": 36,
"execution_count": 36,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -594,7 +553,6 @@
{
"cell_type": "code",
"execution_count": 37,
"execution_count": 37,
"metadata": {},
"outputs": [],
"source": [
Expand Down

0 comments on commit 3ccad79

Please sign in to comment.