-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync WMS sources [skip travis] (#2147)
Co-authored-by: rbuffat <rbuffat@users.noreply.github.com>
- Loading branch information
1 parent
6c0f7ae
commit 83d931d
Showing
5 changed files
with
77 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,63 @@ | ||
{ | ||
"type": "Feature", | ||
"properties": { | ||
"id": "IDEIB", | ||
"attribution": { | ||
"text": "Infraestructura de Dades Espacials de les Illes Balears", | ||
"required": true | ||
}, | ||
"name": "IDEIB - Ortofoto més recent de les Illes Balears", | ||
"url": "https://ideib.caib.es/geoserveis/services/imatges/GOIB_Orto_IB/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", | ||
"country_code": "ES", | ||
"type": "wms", | ||
"available_projections": [ | ||
"CRS:84", | ||
"EPSG:4326", | ||
"EPSG:25831", | ||
"EPSG:25828", | ||
"EPSG:25829", | ||
"EPSG:25830", | ||
"EPSG:32628", | ||
"EPSG:32629", | ||
"EPSG:32630", | ||
"EPSG:32631", | ||
"EPSG:4258", | ||
"EPSG:3857", | ||
"EPSG:102100", | ||
"EPSG:4230", | ||
"EPSG:23029", | ||
"EPSG:23030", | ||
"EPSG:23031" | ||
], | ||
"best": true, | ||
"license_url": "https://wiki.openstreetmap.org/w/index.php?title=ES:Fuentes_de_datos_potenciales_de_Espa%C3%B1a/Servidores_WMS", | ||
"privacy_policy_url": "https://www.caib.es/sites/sitibsa/ca/aviso_legal-66839/", | ||
"category": "photo" | ||
}, | ||
"geometry": { | ||
"type": "Polygon", | ||
"coordinates": [ | ||
[ | ||
[ | ||
1.208491, | ||
38.05675 | ||
], | ||
[ | ||
3.284907, | ||
38.90386 | ||
], | ||
[ | ||
4.938349, | ||
39.71987 | ||
], | ||
[ | ||
4.284662, | ||
40.7098 | ||
"type": "Feature", | ||
"properties": { | ||
"id": "IDEIB", | ||
"attribution": { | ||
"text": "Infraestructura de Dades Espacials de les Illes Balears", | ||
"required": true | ||
}, | ||
"name": "IDEIB - Ortofoto més recent de les Illes Balears", | ||
"url": "https://ideib.caib.es/geoserveis/services/imatges/GOIB_Orto_IB/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", | ||
"country_code": "ES", | ||
"type": "wms", | ||
"available_projections": [ | ||
"CRS:84", | ||
"EPSG:3857", | ||
"EPSG:4230", | ||
"EPSG:4258", | ||
"EPSG:4326", | ||
"EPSG:23031", | ||
"EPSG:25831", | ||
"EPSG:32631" | ||
], | ||
[ | ||
1.845698, | ||
40.02341 | ||
], | ||
[ | ||
0.615229, | ||
39.05332 | ||
], | ||
[ | ||
1.208491, | ||
38.05675 | ||
"best": true, | ||
"license_url": "https://wiki.openstreetmap.org/w/index.php?title=ES:Fuentes_de_datos_potenciales_de_Espa%C3%B1a/Servidores_WMS", | ||
"privacy_policy_url": "https://www.caib.es/sites/sitibsa/ca/aviso_legal-66839/", | ||
"category": "photo" | ||
}, | ||
"geometry": { | ||
"type": "Polygon", | ||
"coordinates": [ | ||
[ | ||
[ | ||
1.208491, | ||
38.05675 | ||
], | ||
[ | ||
3.284907, | ||
38.90386 | ||
], | ||
[ | ||
4.938349, | ||
39.71987 | ||
], | ||
[ | ||
4.284662, | ||
40.7098 | ||
], | ||
[ | ||
1.845698, | ||
40.02341 | ||
], | ||
[ | ||
0.615229, | ||
39.05332 | ||
], | ||
[ | ||
1.208491, | ||
38.05675 | ||
] | ||
] | ||
] | ||
] | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ | |
"type": "wms", | ||
"available_projections": [ | ||
"CRS:84", | ||
"EPSG:3857", | ||
"EPSG:4326", | ||
"EPSG:26915" | ||
], | ||
|