|
18 | 18 | {
|
19 | 19 | "cell_type": "code",
|
20 | 20 | "execution_count": null,
|
21 |
| - "id": "119aacd7-fb6b-4bf5-9a97-ac8301eabfed", |
| 21 | + "id": "68a99b3b-58f1-4251-a724-f5135ac72be1", |
22 | 22 | "metadata": {},
|
23 | 23 | "outputs": [],
|
24 | 24 | "source": [
|
25 | 25 | "from ipyleaflet import *\n",
|
26 | 26 | "from ipyleaflet.geoportal import GeoportalWMTS\n",
|
27 |
| - "m1 = Map(center=(48.799999, 2.26667), zoom=10, zoom_control=True)\n", |
| 27 | + "m1 = Map(center=(44.799999, 2.26667), zoom=10, zoom_control=True)\n", |
28 | 28 | "layer1 = GeoportalWMTS() #default\n",
|
29 | 29 | "m1.add(layer1)"
|
30 | 30 | ]
|
31 | 31 | },
|
32 | 32 | {
|
33 | 33 | "cell_type": "code",
|
34 | 34 | "execution_count": null,
|
35 |
| - "id": "2936c8dc-1546-4f13-8c18-6984aaf1c0e3", |
| 35 | + "id": "9452eaf1-38ff-463f-b272-95baa8f840a5", |
36 | 36 | "metadata": {},
|
37 | 37 | "outputs": [],
|
38 | 38 | "source": [
|
39 |
| - "m2 = Map(center=(44.400002, 3.36667), zoom=8, zoom_control=True)\n", |
| 39 | + "m2 = Map(center=(44.400002, 3.36667), zoom=10, zoom_control=True)\n", |
40 | 40 | "layer2 = GeoportalWMTS(layer = 'ELEVATION.SLOPES', api_key = 'altimetrie')\n",
|
41 | 41 | "m2.add(layer2)"
|
42 | 42 | ]
|
43 | 43 | },
|
44 | 44 | {
|
45 | 45 | "cell_type": "code",
|
46 | 46 | "execution_count": null,
|
47 |
| - "id": "cfeff952-288f-4e56-9dd7-4b7e160e6305", |
| 47 | + "id": "69d5a707-f501-4d5c-a22e-3e59e2656aaf", |
48 | 48 | "metadata": {},
|
49 | 49 | "outputs": [],
|
50 | 50 | "source": [
|
51 |
| - "m3 = Map(center=(48.799999, 2.26667), zoom=10, zoom_control=True)\n", |
52 |
| - "layer3 = GeoportalWMTS(layer = 'GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2', api_key = 'cartes')\n", |
| 51 | + "m3 = Map(center=(44.799999, 2.26667), zoom=10, zoom_control=True)\n", |
| 52 | + "layer3 = GeoportalWMTS(layer = 'GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2', api_key = 'cartes', format = 'image/png')\n", |
53 | 53 | "m3.add(layer3)"
|
54 | 54 | ]
|
55 | 55 | },
|
56 | 56 | {
|
57 | 57 | "cell_type": "code",
|
58 | 58 | "execution_count": null,
|
59 |
| - "id": "54d2e006-a2f3-406b-9bb0-c1d7cb6b250e", |
| 59 | + "id": "2936c8dc-1546-4f13-8c18-6984aaf1c0e3", |
| 60 | + "metadata": {}, |
| 61 | + "outputs": [], |
| 62 | + "source": [ |
| 63 | + "m4 = Map(center=(44.400002, 3.36667), zoom=10, zoom_control=True)\n", |
| 64 | + "layer4 = GeoportalWMTS(layer = 'HYDROGRAPHY.BCAE.LATEST', api_key = 'agriculture', format = 'image/png')\n", |
| 65 | + "m4.add(layer4)" |
| 66 | + ] |
| 67 | + }, |
| 68 | + { |
| 69 | + "cell_type": "code", |
| 70 | + "execution_count": null, |
| 71 | + "id": "b6edf13b-f9a1-45c4-b28a-7e9028d4f89f", |
60 | 72 | "metadata": {},
|
61 | 73 | "outputs": [],
|
62 | 74 | "source": []
|
|
0 commit comments