|
17 | 17 | }, |
18 | 18 | { |
19 | 19 | "cell_type": "code", |
20 | | - "execution_count": 2, |
| 20 | + "execution_count": 1, |
21 | 21 | "id": "68a99b3b-58f1-4251-a724-f5135ac72be1", |
22 | 22 | "metadata": {}, |
23 | 23 | "outputs": [ |
24 | 24 | { |
25 | 25 | "data": { |
26 | 26 | "application/vnd.jupyter.widget-view+json": { |
27 | | - "model_id": "abe319d952074d1c8517503b7c05313b", |
| 27 | + "model_id": "417572db6a764f559a34856fb1306fcc", |
28 | 28 | "version_major": 2, |
29 | 29 | "version_minor": 0 |
30 | 30 | }, |
|
46 | 46 | }, |
47 | 47 | { |
48 | 48 | "cell_type": "code", |
49 | | - "execution_count": null, |
| 49 | + "execution_count": 2, |
50 | 50 | "id": "9452eaf1-38ff-463f-b272-95baa8f840a5", |
51 | 51 | "metadata": {}, |
52 | | - "outputs": [], |
| 52 | + "outputs": [ |
| 53 | + { |
| 54 | + "data": { |
| 55 | + "application/vnd.jupyter.widget-view+json": { |
| 56 | + "model_id": "a0f3cb258b4a4769b7fb30cca72df05c", |
| 57 | + "version_major": 2, |
| 58 | + "version_minor": 0 |
| 59 | + }, |
| 60 | + "text/plain": [ |
| 61 | + "Map(center=[44.400002, 3.36667], controls=(ZoomControl(options=['position', 'zoom_in_text', 'zoom_in_title', '…" |
| 62 | + ] |
| 63 | + }, |
| 64 | + "metadata": {}, |
| 65 | + "output_type": "display_data" |
| 66 | + } |
| 67 | + ], |
53 | 68 | "source": [ |
54 | 69 | "m2 = Map(center=(44.400002, 3.36667), zoom=10, zoom_control=True)\n", |
55 | 70 | "layer2 = GeoportalWMTS(layer = 'ELEVATION.SLOPES', api_key = 'altimetrie')\n", |
|
58 | 73 | }, |
59 | 74 | { |
60 | 75 | "cell_type": "code", |
61 | | - "execution_count": null, |
| 76 | + "execution_count": 3, |
62 | 77 | "id": "69d5a707-f501-4d5c-a22e-3e59e2656aaf", |
63 | 78 | "metadata": {}, |
64 | | - "outputs": [], |
| 79 | + "outputs": [ |
| 80 | + { |
| 81 | + "data": { |
| 82 | + "application/vnd.jupyter.widget-view+json": { |
| 83 | + "model_id": "bdc4d761ead245b3842ff2be4f5a600a", |
| 84 | + "version_major": 2, |
| 85 | + "version_minor": 0 |
| 86 | + }, |
| 87 | + "text/plain": [ |
| 88 | + "Map(center=[44.799999, 2.26667], controls=(ZoomControl(options=['position', 'zoom_in_text', 'zoom_in_title', '…" |
| 89 | + ] |
| 90 | + }, |
| 91 | + "metadata": {}, |
| 92 | + "output_type": "display_data" |
| 93 | + } |
| 94 | + ], |
65 | 95 | "source": [ |
66 | 96 | "m3 = Map(center=(44.799999, 2.26667), zoom=10, zoom_control=True)\n", |
67 | 97 | "layer3 = GeoportalWMTS(layer = 'GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2', api_key = 'cartes', format = 'image/png')\n", |
|
70 | 100 | }, |
71 | 101 | { |
72 | 102 | "cell_type": "code", |
73 | | - "execution_count": null, |
| 103 | + "execution_count": 4, |
74 | 104 | "id": "2936c8dc-1546-4f13-8c18-6984aaf1c0e3", |
75 | 105 | "metadata": {}, |
76 | | - "outputs": [], |
| 106 | + "outputs": [ |
| 107 | + { |
| 108 | + "data": { |
| 109 | + "application/vnd.jupyter.widget-view+json": { |
| 110 | + "model_id": "902bb6b777a14cae8d2e377e514ed5e8", |
| 111 | + "version_major": 2, |
| 112 | + "version_minor": 0 |
| 113 | + }, |
| 114 | + "text/plain": [ |
| 115 | + "Map(center=[44.400002, 3.36667], controls=(ZoomControl(options=['position', 'zoom_in_text', 'zoom_in_title', '…" |
| 116 | + ] |
| 117 | + }, |
| 118 | + "metadata": {}, |
| 119 | + "output_type": "display_data" |
| 120 | + } |
| 121 | + ], |
77 | 122 | "source": [ |
78 | 123 | "m4 = Map(center=(44.400002, 3.36667), zoom=10, zoom_control=True)\n", |
79 | 124 | "layer4 = GeoportalWMTS(layer = 'HYDROGRAPHY.BCAE.LATEST', api_key = 'agriculture', format = 'image/png')\n", |
80 | 125 | "m4.add(layer4)" |
81 | 126 | ] |
| 127 | + }, |
| 128 | + { |
| 129 | + "cell_type": "code", |
| 130 | + "execution_count": null, |
| 131 | + "id": "ee4e38eb-0ac7-47d4-bc7d-be74a7e761c7", |
| 132 | + "metadata": {}, |
| 133 | + "outputs": [], |
| 134 | + "source": [] |
82 | 135 | } |
83 | 136 | ], |
84 | 137 | "metadata": { |
|
0 commit comments