From 7f0043694de60ba26dd21a268abff29f390ceb07 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Mon, 14 May 2018 14:23:01 +0200 Subject: [PATCH] Remove NOCOMPILE from examples --- examples/color-manipulation.js | 1 - examples/d3.js | 1 - examples/device-orientation.js | 1 - examples/export-map.js | 2 -- examples/export-pdf.js | 1 - examples/flight-animation.js | 1 - examples/geojson-vt.js | 1 - examples/jsts.js | 2 -- examples/raster.js | 2 -- examples/region-growing.js | 1 - examples/sea-level.js | 1 - examples/shaded-relief.js | 1 - examples/topolis.js | 3 --- examples/turf.js | 2 -- 14 files changed, 20 deletions(-) diff --git a/examples/color-manipulation.js b/examples/color-manipulation.js index 22dae736fc..0097f9db16 100644 --- a/examples/color-manipulation.js +++ b/examples/color-manipulation.js @@ -1,4 +1,3 @@ -// NOCOMPILE import Map from '../src/ol/Map.js'; import View from '../src/ol/View.js'; import ImageLayer from '../src/ol/layer/Image.js'; diff --git a/examples/d3.js b/examples/d3.js index 3776d11f2f..70a431d2b8 100644 --- a/examples/d3.js +++ b/examples/d3.js @@ -1,4 +1,3 @@ -// NOCOMPILE import Map from '../src/ol/Map.js'; import View from '../src/ol/View.js'; import {getWidth, getCenter} from '../src/ol/extent.js'; diff --git a/examples/device-orientation.js b/examples/device-orientation.js index 3ffe639e8e..b5b1cb0549 100644 --- a/examples/device-orientation.js +++ b/examples/device-orientation.js @@ -1,4 +1,3 @@ -// NOCOMPILE import Map from '../src/ol/Map.js'; import View from '../src/ol/View.js'; import {defaults as defaultControls} from '../src/ol/control.js'; diff --git a/examples/export-map.js b/examples/export-map.js index 7fb05dad10..c39805e347 100644 --- a/examples/export-map.js +++ b/examples/export-map.js @@ -1,5 +1,3 @@ -// NOCOMPILE -// this example uses FileSaver.js for which we don't have an externs file. import Map from '../src/ol/Map.js'; import View from '../src/ol/View.js'; import {defaults as defaultControls} from '../src/ol/control.js'; diff --git a/examples/export-pdf.js b/examples/export-pdf.js index 3e9993ea35..32b58cc791 100644 --- a/examples/export-pdf.js +++ b/examples/export-pdf.js @@ -1,4 +1,3 @@ -// NOCOMPILE import Map from '../src/ol/Map.js'; import View from '../src/ol/View.js'; import {defaults as defaultControls} from '../src/ol/control.js'; diff --git a/examples/flight-animation.js b/examples/flight-animation.js index a3a5b15685..e05aaf53ec 100644 --- a/examples/flight-animation.js +++ b/examples/flight-animation.js @@ -1,4 +1,3 @@ -// NOCOMPILE import Feature from '../src/ol/Feature.js'; import Map from '../src/ol/Map.js'; import View from '../src/ol/View.js'; diff --git a/examples/geojson-vt.js b/examples/geojson-vt.js index 15409bad05..e36cfb7883 100644 --- a/examples/geojson-vt.js +++ b/examples/geojson-vt.js @@ -1,4 +1,3 @@ -// NOCOMPILE import Map from '../src/ol/Map.js'; import View from '../src/ol/View.js'; import GeoJSON from '../src/ol/format/GeoJSON.js'; diff --git a/examples/jsts.js b/examples/jsts.js index a0bbb8c29a..5375e71ccb 100644 --- a/examples/jsts.js +++ b/examples/jsts.js @@ -1,5 +1,3 @@ -// NOCOMPILE -// this example uses JSTS for which we don't have an externs file. import Map from '../src/ol/Map.js'; import View from '../src/ol/View.js'; import GeoJSON from '../src/ol/format/GeoJSON.js'; diff --git a/examples/raster.js b/examples/raster.js index 81a4802c57..5f9314b734 100644 --- a/examples/raster.js +++ b/examples/raster.js @@ -1,5 +1,3 @@ -// NOCOMPILE -// this example uses d3 for which we don't have an externs file. import Map from '../src/ol/Map.js'; import View from '../src/ol/View.js'; import {Image as ImageLayer, Tile as TileLayer} from '../src/ol/layer.js'; diff --git a/examples/region-growing.js b/examples/region-growing.js index dd249fb4a2..0503ff7127 100644 --- a/examples/region-growing.js +++ b/examples/region-growing.js @@ -1,4 +1,3 @@ -// NOCOMPILE import Map from '../src/ol/Map.js'; import View from '../src/ol/View.js'; import {Image as ImageLayer, Tile as TileLayer} from '../src/ol/layer.js'; diff --git a/examples/sea-level.js b/examples/sea-level.js index 83642218e4..81b4b1edfe 100644 --- a/examples/sea-level.js +++ b/examples/sea-level.js @@ -1,4 +1,3 @@ -// NOCOMPILE import Map from '../src/ol/Map.js'; import View from '../src/ol/View.js'; import {Image as ImageLayer, Tile as TileLayer} from '../src/ol/layer.js'; diff --git a/examples/shaded-relief.js b/examples/shaded-relief.js index 7e0d127884..e0b9db7040 100644 --- a/examples/shaded-relief.js +++ b/examples/shaded-relief.js @@ -1,4 +1,3 @@ -// NOCOMPILE import Map from '../src/ol/Map.js'; import View from '../src/ol/View.js'; import {Image as ImageLayer, Tile as TileLayer} from '../src/ol/layer.js'; diff --git a/examples/topolis.js b/examples/topolis.js index 86777e2023..71102b20cf 100644 --- a/examples/topolis.js +++ b/examples/topolis.js @@ -1,6 +1,3 @@ -// NOCOMPILE -// this example uses topolis and toastr for which we don't have an externs file. - import Feature from '../src/ol/Feature.js'; import Map from '../src/ol/Map.js'; import View from '../src/ol/View.js'; diff --git a/examples/turf.js b/examples/turf.js index 069544b426..a9e3fa6f35 100644 --- a/examples/turf.js +++ b/examples/turf.js @@ -1,5 +1,3 @@ -// NOCOMPILE -// this example uses turf.js for which we don't have an externs file. import Map from '../src/ol/Map.js'; import View from '../src/ol/View.js'; import GeoJSON from '../src/ol/format/GeoJSON.js';