diff --git a/examples/geojson.js b/examples/geojson.js index 911707926a..1d8aca183a 100644 --- a/examples/geojson.js +++ b/examples/geojson.js @@ -72,7 +72,7 @@ var styleFunction = function(feature, resolution) { }; var vectorSource = new ol.source.GeoJSON( - /** @type {ol.source.GeoJSONOptions} */ ({ + /** @type {olx.source.GeoJSONOptions} */ ({ object: { 'type': 'FeatureCollection', 'crs': { diff --git a/examples/icon.js b/examples/icon.js index 246c00e653..aa49a4872a 100644 --- a/examples/icon.js +++ b/examples/icon.js @@ -22,7 +22,7 @@ var styleArray = [new ol.style.Style({ })]; var vector = new ol.layer.Vector({ - source: new ol.source.GeoJSON(/** @type {ol.source.GeoJSONOptions} */ ({ + source: new ol.source.GeoJSON(/** @type {olx.source.GeoJSONOptions} */ ({ object: { 'type': 'FeatureCollection', 'features': [{