From 99b6f14a5b5160762fad05fcd65884e4cc44f8a6 Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Wed, 17 Aug 2022 21:11:46 +0200 Subject: [PATCH] rename! --- README.md | 2 +- index.html | 6 +++--- package.json | 8 ++++---- pitsby.config.js | 2 +- .../{my-map => web-map}/docs/my-map-basic.doc.js | 12 ++++++------ .../{my-map => web-map}/docs/my-map-draw.doc.js | 16 ++++++++-------- .../docs/my-map-features.doc.js | 6 +++--- .../docs/my-map-geojson.doc.js | 6 +++--- src/components/{my-map => web-map}/drawing.ts | 0 src/components/{my-map => web-map}/index.ts | 6 +++--- src/components/{my-map => web-map}/main.test.ts | 6 +++--- .../{my-map => web-map}/os-features.ts | 0 src/components/{my-map => web-map}/os-layers.ts | 0 src/components/{my-map => web-map}/pin.svg | 0 src/components/{my-map => web-map}/scale-line.ts | 0 src/components/{my-map => web-map}/snapping.ts | 0 src/components/{my-map => web-map}/styles.scss | 0 src/components/{my-map => web-map}/utils.ts | 0 src/index.ts | 2 +- vite.config.ts | 4 ++-- 20 files changed, 38 insertions(+), 38 deletions(-) rename src/components/{my-map => web-map}/docs/my-map-basic.doc.js (86%) rename src/components/{my-map => web-map}/docs/my-map-draw.doc.js (92%) rename src/components/{my-map => web-map}/docs/my-map-features.doc.js (96%) rename src/components/{my-map => web-map}/docs/my-map-geojson.doc.js (94%) rename src/components/{my-map => web-map}/drawing.ts (100%) rename src/components/{my-map => web-map}/index.ts (99%) rename src/components/{my-map => web-map}/main.test.ts (76%) rename src/components/{my-map => web-map}/os-features.ts (100%) rename src/components/{my-map => web-map}/os-layers.ts (100%) rename src/components/{my-map => web-map}/pin.svg (100%) rename src/components/{my-map => web-map}/scale-line.ts (100%) rename src/components/{my-map => web-map}/snapping.ts (100%) rename src/components/{my-map => web-map}/styles.scss (100%) rename src/components/{my-map => web-map}/utils.ts (100%) diff --git a/README.md b/README.md index a12da75..d5f6310 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A library of [Web Components](https://developer.mozilla.org/en-US/docs/Web/Web_C ***Web map*** -`` is an [OpenLayers](https://openlayers.org/)-powered map to support drawing and modifying red-line boundaries. Other supported modes include: highlighting an OS Feature that intersects with a given address point; clicking to select and merge multiple OS Features into a single boundary; and displaying static point or polygon data. Events are dispatched with the calculated area and geojson representation when you change your drawing. +`` is an [OpenLayers](https://openlayers.org/)-powered map to support drawing and modifying red-line boundaries. Other supported modes include: highlighting an OS Feature that intersects with a given address point; clicking to select and merge multiple OS Features into a single boundary; and displaying static point or polygon data. Events are dispatched with the calculated area and geojson representation as data changes. ![chrome-capture-2022-7-16-map](https://user-images.githubusercontent.com/5132349/184860750-bf7514db-7cab-4f9c-aa32-791099ecd6cc.gif) diff --git a/index.html b/index.html index 094c242..2fb33d0 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - OS Web Components Sandbox + OSL Web Components Sandbox @@ -43,7 +43,7 @@

*** This is a testing sandbox - these components are unaware of each other! ***

- +
@@ -64,7 +64,7 @@

***