Skip to content

Commit

Permalink
[UPD] gpf
Browse files Browse the repository at this point in the history
  • Loading branch information
Viglino committed Nov 15, 2024
1 parent 2673508 commit ce21ead
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion examples/layer/map.layer.geoportail.wfs.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<!-- Openlayers -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ol@latest/ol.css" />
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ol@latest/dist/ol.js"></script>
<script src="/v2/polyfill.min.js?features=requestAnimationFrame,Element.prototype.classList,URL,Object.assign"></script>

<!-- ol-ext -->
<link rel="stylesheet" href="../../dist/ol-ext.css" />
Expand Down
2 changes: 1 addition & 1 deletion examples/misc/geoportail.loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ function loadTiles() {
// Read tile
var extent = f.getGeometry().getExtent();
$.ajax({
url: 'https://wxs.ign.fr/'+(/eau/.test(typeName) ? 'h1osiyvfm7c4wu976jv6gpum' : 'choisirgeoportail')+'/geoportail/wfs?service=WFS&' +
url: 'https://data.geopf.fr/wfs/ows?service=WFS&' +
'version=1.1.0&request=GetFeature&' +
'typename='+typeName+'&' +
'outputFormat=application/json&srsname=EPSG:3857&' +
Expand Down

0 comments on commit ce21ead

Please sign in to comment.