Better feedback reporting; auto pan and zoom now work.
This commit is contained in:
parent
98abf86cbe
commit
20507ba5f3
7 changed files with 62 additions and 34 deletions
|
|
@ -35,7 +35,7 @@ footer a {
|
|||
h1, h2, h3, h4, h5, h6 {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding-left: 10%;
|
||||
padding: 0.5em 10%;
|
||||
text-align: left;
|
||||
background-color: #3298dc;
|
||||
color: white;
|
||||
|
|
@ -44,3 +44,19 @@ h1, h2, h3, h4, h5, h6 {
|
|||
samp {
|
||||
background-color: #b0b0ff;
|
||||
}
|
||||
|
||||
#error
|
||||
{
|
||||
background-color: maroon;
|
||||
color: white;
|
||||
margin: 0px;
|
||||
padding-left: 10%;
|
||||
}
|
||||
|
||||
#message
|
||||
{
|
||||
background-color: darkgreen;
|
||||
color: white;
|
||||
margin: 0px;
|
||||
padding-left: 10%;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,9 +18,9 @@ crossorigin=""/ -->
|
|||
<h4>
|
||||
An ultra-lightweight tool to show comma-separated value data on a map
|
||||
</h4>
|
||||
<p id="message"></p>
|
||||
<p id="error"></p>
|
||||
<div id="app">
|
||||
<p id="message"></p>
|
||||
<p id="error"></p>
|
||||
<div id="map" style="height: 600px; width: 80%; border: thin solid gray;"></div>
|
||||
<div id="doc">
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue