log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
pub
>
ImplabJs
annotate src/djol/ToolType.js @ 22:
60f6493e2892
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Added projection property to djol/VectorStore
author
cin
date
Wed, 06 Dec 2017 11:48:39 +0300
parents
f0035923ff3e
children
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
rev
line source
8
f0035923ff3e
добавлена библиотека для работы с openlayers 3+
cin
parents:
diff
changeset
1
define([], function(){
f0035923ff3e
добавлена библиотека для работы с openlayers 3+
cin
parents:
diff
changeset
2
return {
f0035923ff3e
добавлена библиотека для работы с openlayers 3+
cin
parents:
diff
changeset
3
Activatable : 1,
f0035923ff3e
добавлена библиотека для работы с openlayers 3+
cin
parents:
diff
changeset
4
Oneshot : 2
f0035923ff3e
добавлена библиотека для работы с openlayers 3+
cin
parents:
diff
changeset
5
};
f0035923ff3e
добавлена библиотека для работы с openlayers 3+
cin
parents:
diff
changeset
6
});