From aa6ee5b74a1a537e750a37d36b462238706c1e4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Harrtell?= Date: Sat, 6 Jun 2020 21:18:32 +0200 Subject: [PATCH] Update JSTS example to use JSTS 2.3.0 --- examples/jsts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/jsts.html b/examples/jsts.html index bb6db6f424..ceec03958d 100644 --- a/examples/jsts.html +++ b/examples/jsts.html @@ -7,6 +7,6 @@ docs: > with OpenLayers. tags: "vector, jsts, buffer" resources: - - https://unpkg.com/jsts@2.0.2/dist/jsts.min.js + - https://unpkg.com/jsts@2.3.0/dist/jsts.min.js ---