comparison src/djol/main.js @ 8:f0035923ff3e

добавлена библиотека для работы с openlayers 3+
author cin
date Mon, 21 Aug 2017 17:47:00 +0300
parents
children
comparison
equal deleted inserted replaced
7:9c0943c68a90 8:f0035923ff3e
1 define([ "ol" ], function(ol) {
2 // вспомогательный класс для получения ol в виде зависимости
3 return function() {
4 return ol;
5 };
6 });