diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2020-03-18 23:08:18 -0700 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2020-03-18 23:08:18 -0700 |
commit | 09e0ddc2e567cd38fb1196d3f6e73f48dadc435a (patch) | |
tree | 779ef392335323f5dc2542ec5be1f531d3f6b3ce /modern/README.md | |
parent | 3d05383151ad7ce44c6297fc46bf5bf8457db7c6 (diff) | |
download | trackermap-web-09e0ddc2e567cd38fb1196d3f6e73f48dadc435a.tar.gz trackermap-web-09e0ddc2e567cd38fb1196d3f6e73f48dadc435a.tar.bz2 trackermap-web-09e0ddc2e567cd38fb1196d3f6e73f48dadc435a.zip |
Remove leaflet dependency
Diffstat (limited to 'modern/README.md')
-rw-r--r-- | modern/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/README.md b/modern/README.md index d5f9f7c2..6b8edbb3 100644 --- a/modern/README.md +++ b/modern/README.md @@ -1,6 +1,6 @@ This is a new version of the Traccar web app. It is still in a very early stage of development. -It uses [React](https://reactjs.org/), [Material UI](https://material-ui.com/) and [React-Leaflet](https://react-leaflet.js.org/), which is a wrapper around [Leaflet](https://leafletjs.com/). Feedback and contributions are welcome. +It uses [React](https://reactjs.org/), [Material UI](https://material-ui.com/) and [OpenLayers](https://openlayers.org/). Feedback and contributions are welcome. To run the project in development mode: |