Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
30 changes: 0 additions & 30 deletions src/components/styles/area-selection.css
Original file line number Diff line number Diff line change
@@ -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);
Expand All @@ -29,10 +15,6 @@
align-items: center;
}

.start-button {
padding: 5px;
}

.area-select-button,
.menu-button {
height: 24px;
Expand All @@ -48,30 +30,18 @@
text-wrap: nowrap;
}

.start-button:hover,
.menu-button-active,
.area-select-button:hover,
.area-select-button:disabled,
.menu-button:hover {
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;
Expand Down
10 changes: 0 additions & 10 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down