Lines Matching refs:ol
45 return ol.proj.transform ([latLonArray [1], latLonArray [0]], 'EPSG:4326', 'EPSG:3857');
51 var lonLat = ol.proj.transform (coord, 'EPSG:3857', 'EPSG:4326');
103 scheduleMap.poi.addFeature (new ol.Feature({
104 geometry: new ol.geom.Point (scheduleGetCoordFromLocation ([lat, lon])),
343 var osm = new ol.layer.Tile ({
344 source: new ol.source.OSM ()
346 var poi = new ol.source.Vector ({
349 iconStyle = new ol.style.Style ({
350 image: new ol.style.Icon (/** @type {olx.style.IconOptions} */ ({
358 iconSelectedStyle = new ol.style.Style ({
359 image: new ol.style.Icon (/** @type {olx.style.IconOptions} */ ({
367 var clusters = new ol.source.Cluster({
372 var clusterLayer = new ol.layer.Vector({
387 style = [new ol.style.Style({
388 image: new ol.style.Icon (/** @type {olx.style.IconOptions} */ ({
395 text: new ol.style.Text({
405 var map = new ol.Map ({
409 controls: ol.control.defaults ({
414 view: new ol.View ({
415 center: ol.proj.fromLonLat (scheduleCenter),