mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-05 06:54:19 -07:00
Use MapLibre for Map Visualization (#300)
* switching to MapLibre (see more at https://github.com/usds/justice40-tool/issues/299) * Removing traces of OpenLayers * Review comments - removing unused properties, component This is a pre-requisite for addressing issue #280 and other similar control-related tickets
This commit is contained in:
parent
27d9472326
commit
2257627938
21 changed files with 53 additions and 505 deletions
14
client/src/components/J40Map.module.scss
Normal file
14
client/src/components/J40Map.module.scss
Normal file
|
@ -0,0 +1,14 @@
|
|||
$sidebar-background: rgba(35, 55, 75, 0.9);
|
||||
$sidebar-color: #ffffff;
|
||||
|
||||
.mapContainer {
|
||||
height: 676px;
|
||||
}
|
||||
|
||||
.j40Popup {
|
||||
max-height: 300px;
|
||||
min-width: 36%;
|
||||
max-width: 36%;
|
||||
overflow-y: scroll;
|
||||
pointer-events: all !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue