diff --git a/README.md b/README.md index d6108d7..e6b9f7f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Tileviewer -This is the user interface for the SO Map Viewer. The client is built with [React](https://react.dev/) and bundled by [vite](https://vite.dev/). The underlying mapping components are built with [leaflet.js](https://leafletjs.com/) and [react-leaflet](https://react-leaflet.js.org/). +This is the user interface for the SO Map Viewer. The client is built with [React](https://react.dev/) and bundled by [vite](https://vite.dev/). The underlying mapping components are built with [OpenLayers](https://openlayers.org/). ## Steps to run locally diff --git a/src/components/styles/area-selection.css b/src/components/styles/area-selection.css index 49002da..1d46c76 100644 --- a/src/components/styles/area-selection.css +++ b/src/components/styles/area-selection.css @@ -1,22 +1,8 @@ -.leaflet-control-selection-region { - clear: none; -} - -.leaflet-region-controls-overlay-pane { - min-width: fit-content; -} - -.leaflet-top.leaflet-left { - display: flex; - flex-direction: column; -} - .lucide.lucide-crop { width: 20px; height: 20px; } -.start-button, .menu-button, .area-select-button { border: 2px solid rgba(0, 0, 0, 0.2); @@ -29,10 +15,6 @@ align-items: center; } -.start-button { - padding: 5px; -} - .area-select-button, .menu-button { height: 24px; @@ -48,7 +30,6 @@ text-wrap: nowrap; } -.start-button:hover, .menu-button-active, .area-select-button:hover, .area-select-button:disabled, @@ -56,22 +37,11 @@ background-color: #f4f4f4; } -.start-button:disabled, .area-select-button:disabled { cursor: not-allowed; color: #bbb; } -.vertex-ne, -.vertex-sw { - cursor: nesw-resize; -} - -.vertex-nw, -.vertex-se { - cursor: nwse-resize; -} - .menu-btns-container { display: flex; flex-direction: column; diff --git a/src/index.css b/src/index.css index 376fc4e..09831e3 100644 --- a/src/index.css +++ b/src/index.css @@ -52,16 +52,6 @@ body { box-shadow: 0 0 5px #bbb; } -.leaflet-container { - font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; - font: - 11px/1.5 monospace, - 'Helvetica Neue', - Arial, - Helvetica, - sans-serif; -} - .source-markers { stroke-width: 5px; }