From c8d934ad42cd6de0168f743cef8a5f986b5aa9ad Mon Sep 17 00:00:00 2001 From: hu de yi Date: Wed, 16 Oct 2024 15:31:03 +0800 Subject: [PATCH] add watermark demo --- README.md | 1 + demo/watermark.html | 133 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 134 insertions(+) create mode 100644 demo/watermark.html diff --git a/README.md b/README.md index 6a14db3..519b60d 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ * [custom SpatialReference](https://deyihu.github.io/maptalks.tileclip/demo/custom-sp.html) * [update mask](https://deyihu.github.io/maptalks.tileclip/demo/update-mask.html) * [identify projection](https://deyihu.github.io/maptalks.tileclip/demo/identify.html) +* [water mark](https://deyihu.github.io/maptalks.tileclip/demo/watermark.html) * [leaflet demo](https://deyihu.github.io/maptalks.tileclip/demo/leaflet.html) ## Install diff --git a/demo/watermark.html b/demo/watermark.html new file mode 100644 index 0000000..ce713db --- /dev/null +++ b/demo/watermark.html @@ -0,0 +1,133 @@ + + + + +User Interactions - Draw tool to draw geometries + + + + + + +
+ + + + \ No newline at end of file