Simplify import path in examples
To have the same path (starting with `ol/`, without `.js`) as in the documentation. The support was added in the webpack config in #8928
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import WMSGetFeatureInfo from '../src/ol/format/WMSGetFeatureInfo.js';
|
||||
import WMSGetFeatureInfo from 'ol/format/WMSGetFeatureInfo';
|
||||
|
||||
fetch('data/wmsgetfeatureinfo/osm-restaurant-hotel.xml').then(function(response) {
|
||||
return response.text();
|
||||
|
||||
Reference in New Issue
Block a user