Quotes

Tim Schaub
2017-12-04 21:08:31 -07:00
parent 54ee631fc6
commit fa557eb151

@@ -6,11 +6,11 @@ OpenLayers v5.x will be a set of ES modules, similar to the v4.x [ol package](ht
Class modules will have CamelCase names, instead of the current lowercase names. This means that imports like
import Map from `ol/map`;
import Map from 'ol/map';
will change to
import Map from `ol/Map`;
import Map from 'ol/Map';
We will be providing a code transform to automate this change.