From d8643c43f06cb0b44110e9c5729cf94d656336af Mon Sep 17 00:00:00 2001 From: Gavin Rehkemper Date: Sat, 2 Feb 2019 15:28:28 -0600 Subject: [PATCH] Update README.md fixed a few typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f4f39b..b2ae2f0 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ http://doc.arcgis.com/en/web-appbuilder/create-apps/widget-draw.htm The widget use the proj4js library (https://github.com/proj4js/proj4js) for point's lat/lon measure (for non mercator maps) : https://github.com/proj4js/proj4js -## Improvments : +## Improvements: - add name and description fields on drawings - enable infowindow on drawings (selection) - on text drawing, no insert if no name. @@ -30,7 +30,7 @@ https://github.com/proj4js/proj4js - add arrow menu for polyline - checkbox to hide drawing's layer (and therefore widget UI) - add of Nautical unit -- measure's for points/polylines/polygons with automatic update on element's update (or delete). Measure's can be indidualy disabled/enabled on any graphic. +- measure's for points/polylines/polygons with automatic update on element's update (or delete). Measure's can be individually disabled/enabled on any graphic. - "On the fly" measure when drawing - defaults symbols can be specified in config's file - use of builtin projection engine (available since esri js api 3.24) instead of proj4js library