diff --git a/README.md b/README.md index a8ca66f..855aa81 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,21 @@ # MapGL Shadows +This monorepo contains lighting utils for [MapGL JS API](https://docs.2gis.com/en/mapgl/overview). + +For now, is has only [shadows demo](#demo) app. + ## Demo -TBD +You can inspect demo by navigating to https://2gis.github.io/lighting-control/. Some specific places: + +- [The Burj Khalifa, Dubai](https://2gis.github.io/lighting-control/?lng=55.273020&lat=25.195524); +- [The Red Square, Moscow](https://2gis.github.io/lighting-control/?lng=37.622656&lat=55.752770). + +![Demo app example](./assets/demo.png "Title") + +### Specific date and time + +Demo app allows you to select specific date (using datepicker) and time (using slider). Map lighting will be updated on every date/time change. Also, time lapse may be enabled. ## Lighting control plugin diff --git a/assets/demo.png b/assets/demo.png new file mode 100644 index 0000000..eeb5347 Binary files /dev/null and b/assets/demo.png differ