log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
pub
>
ImplabJs
annotate src/djol/ImageWMSSource.js @ 8:
f0035923ff3e
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
добавлена библиотека для работы с openlayers 3+
author
cin
date
Mon, 21 Aug 2017 17:47:00 +0300
parents
children
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
rev
line source
8
f0035923ff3e
добавлена библиотека для работы с openlayers 3+
cin
parents:
diff
changeset
1
define(["ol"], function(ol) {
f0035923ff3e
добавлена библиотека для работы с openlayers 3+
cin
parents:
diff
changeset
2
return ol.source.ImageWMS;
f0035923ff3e
добавлена библиотека для работы с openlayers 3+
cin
parents:
diff
changeset
3
})