Skip to content

Commit

Permalink
Merge pull request #9 from UI-Research/map-edits
Browse files Browse the repository at this point in the history
Dashboard update
  • Loading branch information
malcalakovalski authored Sep 26, 2023
2 parents 1b4dec9 + f860985 commit 4925e6b
Show file tree
Hide file tree
Showing 48 changed files with 6,334 additions and 245 deletions.
6 changes: 3 additions & 3 deletions _freeze/index/execute-results/html.json

Large diffs are not rendered by default.

Binary file modified _freeze/index/figure-html/unnamed-chunk-11-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _freeze/index/figure-html/unnamed-chunk-12-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _freeze/index/figure-html/unnamed-chunk-13-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _freeze/index/figure-html/unnamed-chunk-14-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _freeze/index/figure-html/unnamed-chunk-15-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _freeze/index/figure-html/unnamed-chunk-16-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _freeze/index/figure-html/unnamed-chunk-4-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _freeze/index/figure-html/unnamed-chunk-5-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _freeze/index/figure-html/unnamed-chunk-8-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _freeze/index/figure-html/unnamed-chunk-9-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _freeze/site_libs/PercentBlack-0.0.1/PercentBlack_layer.fgb
Binary file not shown.
Binary file modified _freeze/site_libs/PercentLatine-0.0.1/PercentLatine_layer.fgb
Binary file not shown.
Binary file modified _freeze/site_libs/Projecttype-0.0.1/Projecttype_layer.fgb
Binary file not shown.
Binary file modified _freeze/site_libs/Redlininggrade-0.0.1/Redlininggrade_layer.fgb
Binary file not shown.
6 changes: 6 additions & 0 deletions _freeze/site_libs/ionicons-2.0.1/bootstrap-theme.min.css

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions _freeze/site_libs/ionicons-2.0.1/bootstrap.min.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions _freeze/site_libs/ionicons-2.0.1/bootstrap.min.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions _freeze/site_libs/ionicons-2.0.1/font-awesome.min.css

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
2,671 changes: 2,671 additions & 0 deletions _freeze/site_libs/ionicons-2.0.1/fonts/fontawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2,230 changes: 2,230 additions & 0 deletions _freeze/site_libs/ionicons-2.0.1/fonts/ionicons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions _freeze/site_libs/ionicons-2.0.1/ionicons.min.css

Large diffs are not rendered by default.

128 changes: 128 additions & 0 deletions _freeze/site_libs/ionicons-2.0.1/leaflet.awesome-markers.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@
/*
Author: L. Voogdt
License: MIT
Version: 1.0
*/

/* Marker setup */
.awesome-marker {
background: url('images/markers-soft.png') no-repeat 0 0;
width: 35px;
height: 46px;
position:absolute;
left:0;
top:0;
display: block;
text-align: center;
}

.awesome-marker-shadow {
background: url('images/markers-shadow.png') no-repeat 0 0;
width: 36px;
height: 16px;
}

/* Retina displays */
@media (min--moz-device-pixel-ratio: 1.5),(-o-min-device-pixel-ratio: 3/2),
(-webkit-min-device-pixel-ratio: 1.5),(min-device-pixel-ratio: 1.5),(min-resolution: 1.5dppx) {
.awesome-marker {
background-image: url('images/[email protected]');
background-size: 720px 92px;
}
.awesome-marker-shadow {
background-image: url('images/[email protected]');
background-size: 35px 16px;
}
}

.awesome-marker i {
color: #333;
margin-top: 10px;
display: inline-block;
font-size: 14px;
}

.awesome-marker .icon-white {
color: #fff;
}

/* Colors */
.awesome-marker-icon-red {
background-position: 0 0;
}

.awesome-marker-icon-darkred {
background-position: -180px 0;
}

.awesome-marker-icon-lightred {
background-position: -360px 0;
}

.awesome-marker-icon-orange {
background-position: -36px 0;
}

.awesome-marker-icon-beige {
background-position: -396px 0;
}

.awesome-marker-icon-green {
background-position: -72px 0;
}

.awesome-marker-icon-darkgreen {
background-position: -252px 0;
}

.awesome-marker-icon-lightgreen {
background-position: -432px 0;
}

.awesome-marker-icon-blue {
background-position: -108px 0;
}

.awesome-marker-icon-darkblue {
background-position: -216px 0;
}

.awesome-marker-icon-lightblue {
background-position: -468px 0;
}

.awesome-marker-icon-purple {
background-position: -144px 0;
}

.awesome-marker-icon-darkpurple {
background-position: -288px 0;
}

.awesome-marker-icon-pink {
background-position: -504px 0;
}

.awesome-marker-icon-cadetblue {
background-position: -324px 0;
}

.awesome-marker-icon-white {
background-position: -576px 0;
}

.awesome-marker-icon-gray {
background-position: -648px 0;
}

.awesome-marker-icon-lightgray {
background-position: -612px 0;
}

.awesome-marker-icon-black {
background-position: -682px 0;
}

.awesome-marker-square {
background-position-y: -46px;
}
146 changes: 146 additions & 0 deletions _freeze/site_libs/ionicons-2.0.1/leaflet.awesome-markers.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,146 @@
/*
Leaflet.AwesomeMarkers, a plugin that adds colorful iconic markers for Leaflet, based on the Font Awesome icons
(c) 2012-2013, Lennard Voogdt
https://leafletjs.com
https://github.com/lvoogdt
*/

/*global L*/

(function (window, document, undefined) {
"use strict";
/*
* Leaflet.AwesomeMarkers assumes that you have already included the Leaflet library.
*/

L.AwesomeMarkers = {};

L.AwesomeMarkers.version = '2.0.1';

L.AwesomeMarkers.Icon = L.Icon.extend({
options: {
iconSize: [35, 45],
iconAnchor: [17, 42],
popupAnchor: [1, -32],
shadowAnchor: [10, 12],
shadowSize: [36, 16],
className: 'awesome-marker',
prefix: 'glyphicon',
spinClass: 'fa-spin',
extraClasses: '',
icon: 'home',
markerColor: 'blue',
iconColor: 'white',
iconRotate: 0,
font: 'monospace'
},

initialize: function (options) {
options = L.Util.setOptions(this, options);
},

createIcon: function () {
var div = document.createElement('div'),
options = this.options;

if (options.icon) {
div.innerHTML = this._createInner();
}

if (options.bgPos) {
div.style.backgroundPosition =
(-options.bgPos.x) + 'px ' + (-options.bgPos.y) + 'px';
}

this._setIconStyles(div, 'icon-' + options.markerColor);
return div;
},

_createInner: function() {
var iconClass,
iconSpinClass = "",
iconColorClass = "",
iconColorStyle = "",
options = this.options;

if(!options.prefix || (options.icon.slice(0,options.prefix.length+1) === options.prefix + "-")) {
iconClass = options.icon;
} else {
iconClass = options.prefix + "-" + options.icon;
}

if(options.spin && typeof options.spinClass === "string") {
iconSpinClass = options.spinClass;
}

if(options.iconColor) {
if ((options.iconColor === 'white' || options.iconColor === 'black') &&
options.prefix !== 'fa') {
iconColorClass = "icon-" + options.iconColor;
} else if (options.prefix === 'fa' && options.iconColor === 'white') {
iconColorClass = "fa-inverse";
} else {
iconColorStyle = "color: " + options.iconColor + ";";
}
}
if(options.font && options.text) {
iconColorStyle += "font-family: " + options.font + ";";
}

if(options.iconRotate && options.iconRotate !== 0) {
iconColorStyle += "-webkit-transform: rotate(" + options.iconRotate + "deg);";
iconColorStyle += "-moz-transform: rotate(" + options.iconRotate + "deg);";
iconColorStyle += "-o-transform: rotate(" + options.iconRotate + "deg);";
iconColorStyle += "-ms-transform: rotate(" + options.iconRotate + "deg);";
iconColorStyle += "transform: rotate(" + options.iconRotate + "deg);";
}

if (options.text) {
return "<i style='" + iconColorStyle + "' class='" + options.extraClasses + " " + (options.prefix || "") + " " + iconSpinClass + " " + iconColorClass + "'>" + options.text + "</i>";
}

return "<i style='" + iconColorStyle + "' class='" + options.extraClasses + " " + (options.prefix || "") + " " + iconClass + " " + iconSpinClass + " " + iconColorClass + "'></i>";
},

_setIconStyles: function (img, name) {
var options = this.options,
size = L.point(options[name === 'shadow' ? 'shadowSize' : 'iconSize']),
anchor;

if (name === 'shadow') {
anchor = L.point(options.shadowAnchor || options.iconAnchor);
} else {
anchor = L.point(options.iconAnchor);
}

if (!anchor && size) {
anchor = size.divideBy(2, true);
}

img.className = 'awesome-marker-' + name + ' ' + options.className;

if (anchor) {
img.style.marginLeft = (-anchor.x) + 'px';
img.style.marginTop = (-anchor.y) + 'px';
}

if (size) {
img.style.width = size.x + 'px';
img.style.height = size.y + 'px';
}
},

createShadow: function () {
var div = document.createElement('div');

this._setIconStyles(div, 'shadow');
return div;
}
});

L.AwesomeMarkers.icon = function (options) {
return new L.AwesomeMarkers.Icon(options);
};

}(this, document));

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 44 additions & 0 deletions _freeze/site_libs/leaflet-easybutton-1.3.1/EasyButton-binding.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
getEasyButton = function(button) {

var options = {};

options.position = button.position;

// only add ID if provided
if(button.id) {
options.id = button.id;
}

// if custom states provided use that
// else use provided icon and onClick
if(button.states) {
options.states = button.states;
return L.easyButton(options);
} else {
return L.easyButton(button.icon, button.onClick,
button.title, options );
}
};

LeafletWidget.methods.addEasyButton = function(button) {
getEasyButton(button).addTo(this);
};

LeafletWidget.methods.addEasyButtonBar = function(buttons, position, id) {

var options = {};

options.position = position;

// only add ID if provided
if(id) {
options.id = id;
}

var easyButtons = [];
for(var i=0; i < buttons.length; i++) {
easyButtons[i] = getEasyButton(buttons[i]);
}
L.easyBar(easyButtons).addTo(this);

};
7 changes: 7 additions & 0 deletions _freeze/site_libs/leaflet-easybutton-1.3.1/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Copyright (C) 2014 Daniel Montague

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
56 changes: 56 additions & 0 deletions _freeze/site_libs/leaflet-easybutton-1.3.1/easy-button.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
.leaflet-bar button,
.leaflet-bar button:hover {
background-color: #fff;
border: none;
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
color: black;
}

.leaflet-bar button {
background-position: 50% 50%;
background-repeat: no-repeat;
overflow: hidden;
display: block;
}

.leaflet-bar button:hover {
background-color: #f4f4f4;
}

.leaflet-bar button:first-of-type {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

.leaflet-bar button:last-of-type {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom: none;
}

.leaflet-bar.disabled,
.leaflet-bar button.disabled {
cursor: default;
pointer-events: none;
opacity: .4;
}

.easy-button-button .button-state{
display: block;
width: 100%;
height: 100%;
position: relative;
}


.leaflet-touch .leaflet-bar button {
width: 30px;
height: 30px;
line-height: 30px;
}
Loading

0 comments on commit 4925e6b

Please sign in to comment.