-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcapabilities.xml
342 lines (342 loc) · 15 KB
/
capabilities.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
<?xml version="1.0" encoding="UTF-8"?>
<WMS_Capabilities xmlns:srv="http://schemas.opengis.net/iso/19139/20060504/srv/srv.xsd" xmlns:gmd="http://schemas.opengis.net/iso/19139/20060504/gmd/gmd.xsd"
xmlns:gco="http://schemas.opengis.net/iso/19139/20060504/gco/gco.xsd" xmlns:inspire_vs="http://inspire.ec.europa.eu/schemas/inspire_vs/1.0"
xmlns:gml="http://schemas.opengis.net/gml" xmlns:inspire_common="http://inspire.ec.europa.eu/schemas/common/1.0"
version="1.3.0" updateSequence="5" xmlns="http://www.opengis.net/wms" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wms http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd http://inspire.ec.europa.eu/schemas/inspire_vs/1.0 http://inspire.ec.europa.eu/schemas/inspire_vs/1.0/inspire_vs.xsd">
<Service>
<Name>OGC:WMS</Name>
<Title>Cadastre WMS</Title>
<Abstract>Service de mise à disposition des planches cadastrales vecteurs</Abstract>
<KeywordList>
<Keyword>planche</Keyword>
<Keyword>cadastre</Keyword>
<Keyword>commune</Keyword>
<Keyword>vecteur</Keyword>
<Keyword>parcelles</Keyword>
<Keyword>DGFiP</Keyword>
<Keyword>feuille</Keyword>
<Keyword>infoMapAccessService</Keyword>
<Keyword>INSPIRE:ViewService</Keyword>
</KeywordList>
<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://www.cadastre.gouv.fr" />
<ContactInformation>
<ContactPersonPrimary>
<ContactPerson>bureau GF-3A</ContactPerson>
<ContactOrganization>DGFiP</ContactOrganization>
</ContactPersonPrimary>
<ContactPosition>PointOfContact</ContactPosition>
<ContactAddress>
<AddressType>postal</AddressType>
<Address>86, 92 allée de Bercy</Address>
<City>PARIS</City>
<StateOrProvince>ILE DE FRANCE</StateOrProvince>
<PostCode>75574</PostCode>
<Country>FRANCE</Country>
</ContactAddress>
<ContactVoiceTelephone></ContactVoiceTelephone>
<ContactFacsimileTelephone></ContactFacsimileTelephone>
<ContactElectronicMailAddress>bureau.gf3a-wms@dgfip.finances.gouv.fr
</ContactElectronicMailAddress>
</ContactInformation>
<Fees>no conditions apply</Fees>
<AccessConstraints>Service Premium avec conditions d'utilisation et URL pour information</AccessConstraints>
</Service>
<Capability>
<Request>
<GetCapabilities>
<Format>text/xml</Format>
<DCPType>
<HTTP>
<Get>
<OnlineResource xlink:type="simple" xlink:href="http://kartenn.region-bretagne.fr/ws/cadastre/capabilities.xml?" />
</Get>
<Post>
<OnlineResource xlink:type="simple" xlink:href="http://kartenn.region-bretagne.fr/ws/cadastre/capabilities.xml?" />
</Post>
</HTTP>
</DCPType>
</GetCapabilities>
<GetMap>
<Format>image/png</Format>
<Format>image/gif</Format>
<Format>image/jpeg</Format>
<DCPType>
<HTTP>
<Get>
<OnlineResource xlink:type="simple" xlink:href="http://kartenn.region-bretagne.fr/ws/cadastre/france.wms?" />
</Get>
</HTTP>
</DCPType>
</GetMap>
</Request>
<Exception>
<Format>XML</Format>
<Format>INIMAGE</Format>
<Format>BLANK</Format>
</Exception>
<inspire_vs:ExtendedCapabilities>
<inspire_common:MetadataUrl xsi:type="inspire_common:resourceLocatorType">
<inspire_common:URL />
<inspire_common:MediaType>application/vnd.iso.19139+xml</inspire_common:MediaType>
</inspire_common:MetadataUrl>
<inspire_common:SupportedLanguages xsi:type="inspire_common:supportedLanguagesType">
<inspire_common:DefaultLanguage>
<inspire_common:Language>fre</inspire_common:Language>
</inspire_common:DefaultLanguage>
<inspire_common:SupportedLanguage>
<inspire_common:Language>eng</inspire_common:Language>
</inspire_common:SupportedLanguage>
<inspire_common:SupportedLanguage>
<inspire_common:Language>spa</inspire_common:Language>
</inspire_common:SupportedLanguage>
</inspire_common:SupportedLanguages>
<inspire_common:ResponseLanguage>
<inspire_common:Language>fre</inspire_common:Language>
</inspire_common:ResponseLanguage>
</inspire_vs:ExtendedCapabilities>
<Layer>
<Title>Cadastre WMS</Title>
<Abstract>Service de mise à disposition des planches cadastrales vecteurs.</Abstract>
<CRS>EPSG:2154</CRS>
<CRS>EPSG:3857</CRS>
<CRS>EPSG:3948</CRS>
<CRS>EPSG:4326</CRS>
<CRS>EPSG:3942</CRS>
<CRS>EPSG:4258</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-5.521759280881645</westBoundLongitude>
<eastBoundLongitude>10.69890968467449</eastBoundLongitude>
<southBoundLatitude>41.30351878057799</southBoundLatitude>
<northBoundLatitude>51.089134505028106</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:2154" minx="-14479.966133708833" miny="6022474.847802714" maxx="1345721.242891287" maxy="7142664.539774124"/>
<BoundingBox CRS="EPSG:3857" minx="-614679.4314307772" miny="5057214.222487761" maxx="1190997.1781411874" maxy="6637075.755464649"/>
<BoundingBox CRS="EPSG:3948" minx="983149.2863782492" miny="6454366.05785321" maxx="2347875.1774238376" maxy="7576723.200703282"/>
<BoundingBox CRS="EPSG:4326" minx="41.30351878057799" miny="-5.521759280881645" maxx="51.089134505028106" maxy="10.69890968467449"/>
<BoundingBox CRS="EPSG:3942" minx="987505.2770824534" miny="1122731.726275099" maxx="2343892.647750433" maxy="2244777.7554006353"/>
<BoundingBox CRS="EPSG:4258" minx="41.30351878151358" miny="-5.521759280881645" maxx="51.08913450594979" maxy="10.69890968467449"/>
<Style>
<Name>DEFAUT</Name>
</Style>
<MinScaleDenominator>99</MinScaleDenominator>
<MaxScaleDenominator>25000</MaxScaleDenominator>
<Layer queryable="0" opaque="0">
<Name>AMORCES_CAD,LIEUDIT,CP.CadastralParcel,SUBFISCAL,CLOTURE,DETAIL_TOPO,HYDRO,VOIE_COMMUNICATION,BU.Building,BORNE_REPERE</Name>
<Title>Cadastre complet</Title>
<Abstract>Affiche toutes les couches du service WMS cadastre.gouv.fr</Abstract>
<KeywordList>
<Keyword>Limite</Keyword>
<Keyword>Etat</Keyword>
<Keyword>Département</Keyword>
<Keyword>Commune</Keyword>
<Keyword>Section cadastrale</Keyword>
<Keyword>Subdivision de section</Keyword>
<Keyword>Feuille cadastrale</Keyword>
<Keyword>Lieu-dit</Keyword>
<Keyword>Parcelle</Keyword>
<Keyword>Subdivision fiscale</Keyword>
<Keyword>Charge parcelle</Keyword>
<Keyword>Clôture</Keyword>
<Keyword>Mur mitoyen</Keyword>
<Keyword>Mur non mitoyen</Keyword>
<Keyword>Fossé mitoyen</Keyword>
<Keyword>Fossé non mitoyen</Keyword>
<Keyword>Clôture mitoyenne</Keyword>
<Keyword>Clôture non mitoyenne</Keyword>
<Keyword>Haie mitoyenne</Keyword>
<Keyword>Haie non mitoyenne</Keyword>
<Keyword>Détails topographiques</Keyword>
<Keyword>Limite ne formant pas parcelle</Keyword>
<Keyword>Terrain de sports</Keyword>
<Keyword>Petit ruisseau</Keyword>
<Keyword>Trottoir</Keyword>
<Keyword>Parking</Keyword>
<Keyword>Terrasse</Keyword>
<Keyword>Pylône</Keyword>
<Keyword>Cimetière chrétien</Keyword>
<Keyword>Cimetière musulman</Keyword>
<Keyword>Cimetière israélite</Keyword>
<Keyword>Halte</Keyword>
<Keyword>Arrêt</Keyword>
<Keyword>Station</Keyword>
<Keyword>Constructions</Keyword>
<Keyword>Bâtiment dur</Keyword>
<Keyword>Maison</Keyword>
<Keyword>Bâtiment léger</Keyword>
<Keyword>Hangar</Keyword>
<Keyword>Bâtiment en ruine</Keyword>
<Keyword>Ensemble immobiliers</Keyword>
<Keyword>Eglise</Keyword>
<Keyword>Mosquée</Keyword>
<Keyword>Synagogue</Keyword>
</KeywordList>
</Layer>
<Layer queryable="0" opaque="0">
<Name>AMORCES_CAD</Name>
<Title>Amorces cadastrales</Title>
<Abstract>Indique les amorces cadastrales.</Abstract>
<KeywordList>
<Keyword>Limite</Keyword>
<Keyword>Etat</Keyword>
<Keyword>Département</Keyword>
<Keyword>Commune</Keyword>
<Keyword>Section cadastrale</Keyword>
<Keyword>Subdivision de section</Keyword>
<Keyword>Feuille cadastrale</Keyword>
</KeywordList>
</Layer>
<Layer queryable="0">
<Name>LIEUDIT</Name>
<Title>Lieu-dit</Title>
<Abstract>Indique les limites du lieu-dit.</Abstract>
<KeywordList>
<Keyword>Limite</Keyword>
<Keyword>Lieu-dit</Keyword>
</KeywordList>
</Layer>
<Layer queryable="0">
<Name>CP.CadastralParcel</Name>
<Title>Parcelle</Title>
<Abstract>Indique les limites de la parcelle.</Abstract>
<KeywordList>
<Keyword>Limite</Keyword>
<Keyword>Parcelle</Keyword>
</KeywordList>
</Layer>
<Layer queryable="0">
<Name>SUBFISCAL</Name>
<Title>Subdivision fiscale</Title>
<Abstract>Indique les limites de la subdivision fiscale.</Abstract>
<KeywordList>
<Keyword>Limite</Keyword>
<Keyword>Subdivision fiscale</Keyword>
<Keyword>Charge parcelle</Keyword>
</KeywordList>
</Layer>
<Layer queryable="0">
<Name>CLOTURE</Name>
<Title>Clôture</Title>
<Abstract>Indique les emprises des clôtures comme par exemple des murs, fossés ou clôtures.
</Abstract>
<KeywordList>
<Keyword>Clôture</Keyword>
<Keyword>Mur mitoyen</Keyword>
<Keyword>Mur non mitoyen</Keyword>
<Keyword>Fossé mitoyen</Keyword>
<Keyword>Fossé non mitoyen</Keyword>
<Keyword>Clôture mitoyenne</Keyword>
<Keyword>Clôture non mitoyenne</Keyword>
<Keyword>Haie mitoyenne</Keyword>
<Keyword>Haie non mitoyenne</Keyword>
</KeywordList>
</Layer>
<Layer queryable="0">
<Name>DETAIL_TOPO</Name>
<Title>Détails topographiques</Title>
<Abstract>Indique les éléments détaillés comme des ruisseaux, trottoirs, terrains de
sports, parkings, terrasses, pylônes, cimetières, et autres symboles etc.</Abstract>
<KeywordList>
<Keyword>Détails topographiques</Keyword>
<Keyword>Limite ne formant pas parcelle</Keyword>
<Keyword>Terrain de sports</Keyword>
<Keyword>Petit ruisseau</Keyword>
<Keyword>Trottoir</Keyword>
<Keyword>Parking</Keyword>
<Keyword>Terrasse</Keyword>
<Keyword>Pylône</Keyword>
<Keyword>Cimetière chrétien</Keyword>
<Keyword>Cimetière musulman</Keyword>
<Keyword>Cimetière israélite</Keyword>
<Keyword>Halte</Keyword>
<Keyword>Arrêt</Keyword>
<Keyword>Station</Keyword>
</KeywordList>
</Layer>
<Layer queryable="0">
<Name>HYDRO</Name>
<Title>Eléments hydrographiques</Title>
<Abstract>Indique les éléments hydrographiques comme des puits, étangs, lacs, cours d'eau,
piscines.</Abstract>
<KeywordList>
<Keyword>Hydrographie</Keyword>
<Keyword>Puits</Keyword>
<Keyword>Etang</Keyword>
<Keyword>Lac</Keyword>
<Keyword>Cours d'eau</Keyword>
<Keyword>Piscine</Keyword>
</KeywordList>
</Layer>
<Layer queryable="0">
<Name>VOIE_COMMUNICATION</Name>
<Title>Petites voies de communication</Title>
<Abstract>Indique les petites voies de communication comme des chemins, chaussées, sentiers ou des
réseaux de transports comme les chemins de fer, gazoduc, oléoduc, aqueduc, téléphérique,
ligne de transport de force, ponts, tunnels et axes de voie.</Abstract>
<KeywordList>
<Keyword>Voies de communication</Keyword>
<Keyword>Chemin</Keyword>
<Keyword>Chemin ne formant pas parcelle mitoyen</Keyword>
<Keyword>Chemin ne formant pas parcelle non mitoyen</Keyword>
<Keyword>Limite de chaussée avec trottoirs</Keyword>
<Keyword>Sentier</Keyword>
<Keyword>Réseaux de transport</Keyword>
<Keyword>Chemin de fer à une voie</Keyword>
<Keyword>Gazoduc</Keyword>
<Keyword>Oléoduc</Keyword>
<Keyword>Aqueduc</Keyword>
<Keyword>Téléphérique</Keyword>
<Keyword>Ligne de transport de force</Keyword>
<Keyword>Pont</Keyword>
<Keyword>Tunnel</Keyword>
<Keyword>Axe de voie</Keyword>
<Keyword>Numéro</Keyword>
<Keyword>Voie</Keyword>
</KeywordList>
</Layer>
<Layer queryable="0">
<Name>BU.Building</Name>
<Title>Bâtiments</Title>
<Abstract>Indique les constructions de type bâtiment en dur (maison), bâtiment léger
(hangar), bâtiment en ruine, église, mosquée ou synagogue, etc.</Abstract>
<KeywordList>
<Keyword>Constructions</Keyword>
<Keyword>Bâtiment dur</Keyword>
<Keyword>Maison</Keyword>
<Keyword>Bâtiment léger</Keyword>
<Keyword>Hangar</Keyword>
<Keyword>Bâtiment en ruine</Keyword>
<Keyword>Ensemble immobiliers</Keyword>
<Keyword>Eglise</Keyword>
<Keyword>Mosquée</Keyword>
<Keyword>Synagogue</Keyword>
</KeywordList>
</Layer>
<Layer queryable="0">
<Name>BORNE_REPERE</Name>
<Title>Bornes et repères</Title>
<Abstract>Indique les bornes et repères du type points géodésiques, points de canevas et
points de polygonation, N.G.F repères de nivellement, bornes limites de communes et bornes de
propriété.</Abstract>
<KeywordList>
<Keyword>Bornes et repères</Keyword>
<Keyword>Point géodésique borné</Keyword>
<Keyword>Point géodésique non borné</Keyword>
<Keyword>Point de canevas d'ensemble borné</Keyword>
<Keyword>Point de canevas d'ensemble non borné</Keyword>
<Keyword>Point de polygonation repéré</Keyword>
<Keyword>Repère N.G.F.</Keyword>
<Keyword>Borne du N.G.F.</Keyword>
<Keyword>Nivellement M.R.L.</Keyword>
<Keyword>Autre repère de Nivellement</Keyword>
<Keyword>Borne limite de Commune</Keyword>
<Keyword>Croix gravée</Keyword>
<Keyword>Boulon scellé</Keyword>
<Keyword>Borne de propriété</Keyword>
<Keyword>Calvaire</Keyword>
</KeywordList>
</Layer>
</Layer>
</Capability>
</WMS_Capabilities>