Skip to content

Commit

Permalink
chore(examples): Minor fix network options
Browse files Browse the repository at this point in the history
  • Loading branch information
gliegard authored and peppsac committed Nov 13, 2017
1 parent 386cadd commit 050f40d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/globe_wfs_extruded.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ globeView.addLayer({
altitude: altitudeBuildings,
extrude: extrudeBuildings }),
url: 'http://wxs.ign.fr/72hpsel8j8nhb5qgdh07gcyp/geoportail/wfs?',
networkOptions: { crossOrigin: 'anonymous' },
protocol: 'wfs',
version: '2.0.0',
id: 'wfsBuilding',
Expand Down
1 change: 1 addition & 0 deletions examples/wfs.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ view.addLayer({
meshes.push(mesh);
},
url: 'http://wxs.ign.fr/72hpsel8j8nhb5qgdh07gcyp/geoportail/wfs?',
networkOptions: { crossOrigin: 'anonymous' },
protocol: 'wfs',
version: '2.0.0',
id: 'wfsBuilding',
Expand Down

0 comments on commit 050f40d

Please sign in to comment.