Skip to content

Commit

Permalink
Merge pull request mviewer#916 from mviewer/issue-915
Browse files Browse the repository at this point in the history
Correction flux OGC plugin ajout de couche
  • Loading branch information
lecault authored Oct 22, 2024
2 parents 6269a42 + 7d6a631 commit 75ee255
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions data/ogc_csw_server.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
{
"ogc":[
{"label":"Geoserver geo2France","url":"https://www.geo2france.fr/geoserver/hdf_common/ows"},
{"label":"QGIS Server hauts de france","url":"https://qgisserver.hautsdefrance.fr/cgi-bin/qgis_mapserv.fcgi?MAP=/var/www/data/qgis/applications/sraddet_2020_08.qgz"},
{"label":"Mapserver GeoIDE","url":"https://ogc.geo-ide.developpement-durable.gouv.fr/wxs?map=/opt/data/carto/geoide-catalogue/1.4/org_38148/cac35f5b-fa24-442f-8297-9e9495f06f36.internet.map"},
{"label":"Geoportail IGN","url":"https://wxs.ign.fr/ortho/geoportail/r/wms"}
{"label":"Geoserver Geo2France","url":"https://www.geo2france.fr/geoserver/hdf_common/wms"},
{"label":"Geoserver GeoBretagne","url":"https://geobretagne.fr/geoserver/opendata/wms"},
{"label":"Geoportail IGN","url":"https://data.geopf.fr/wms-r"},
{"label":"QGIS Server hauts de france","url":"https://qgisserver.hautsdefrance.fr/cgi-bin/qgis_mapserv.fcgi?MAP=/var/www/data/qgis/applications/sraddet_2020_08.qgz"}
],
"csw":[
{"label":"Catalogue PIGMA","url":"https://www.pigma.org/geonetwork/srv/eng/csw","defaultfilter":"protocol='OGC:WMS-1.1.1-http-get-map' OR protocol='OGC:WMS'"},
{"label":"Catalogue GrandLyon","url":"https://download.data.grandlyon.com/catalogue/srv/eng/csw","defaultfilter":"protocol='OGC:WMS-1.1.1-http-get-map' OR protocol='OGC:WMS'"},
{"label":"Catalogue Geo2France","url":"https://www.geo2france.fr/geonetwork/srv/fre/csw","defaultfilter":"linkProtocol='OGC:WMS'"},
{"label":"Catalogue GeoBretagne","url":"https://geobretagne.fr/geonetwork/srv/fre/csw","defaultfilter":"protocol='OGC:WMS-1.1.1-http-get-map' OR protocol='OGC:WMS'"}

{"label":"Catalogue GeoBretagne","url":"https://geobretagne.fr/geonetwork/srv/fre/csw","defaultfilter":"linkProtocol like '%WMS'"},
{"label":"Catalogue PIGMA","url":"https://www.pigma.org/geonetwork/srv/eng/csw","defaultfilter":"protocol='OGC:WMS-1.1.1-http-get-map' OR protocol='OGC:WMS'"}
]
}

0 comments on commit 75ee255

Please sign in to comment.