Skip to content

Commit 69d5ed1

Browse files
HaudinFlorencedavidbrochart
authored andcommitted
Add an example in Geoportal notebook.
1 parent 87b7dc4 commit 69d5ed1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

examples/Geoportal.ipynb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,18 @@
4141
"m2.add(layer2)"
4242
]
4343
},
44+
{
45+
"cell_type": "code",
46+
"execution_count": null,
47+
"id": "cfeff952-288f-4e56-9dd7-4b7e160e6305",
48+
"metadata": {},
49+
"outputs": [],
50+
"source": [
51+
"m3 = Map(center=(48.799999, 2.26667), zoom=10, zoom_control=True)\n",
52+
"layer3 = GeoportalWMTS(layer_name = 'GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2', apiKey = 'cartes')\n",
53+
"m3.add(layer3)"
54+
]
55+
},
4456
{
4557
"cell_type": "code",
4658
"execution_count": null,

0 commit comments

Comments
 (0)