view src/djol/ToolType.js @ 8:f0035923ff3e

добавлена библиотека для работы с openlayers 3+
author cin
date Mon, 21 Aug 2017 17:47:00 +0300
parents
children
line wrap: on
line source

define([], function(){
    return {
        Activatable : 1,
        Oneshot : 2
    };
});