Revert "Simplify import path in examples"
This reverts commit 79c8afdba8.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import WMSGetFeatureInfo from 'ol/format/WMSGetFeatureInfo';
|
||||
import WMSGetFeatureInfo from '../src/ol/format/WMSGetFeatureInfo.js';
|
||||
|
||||
fetch('data/wmsgetfeatureinfo/osm-restaurant-hotel.xml').then(function(response) {
|
||||
return response.text();
|
||||
|
||||
Reference in New Issue
Block a user