comparison src/djol/ToolType.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([], function(){
2 return {
3 Activatable : 1,
4 Oneshot : 2
5 };
6 });