diff --git a/requirements.txt b/requirements.txt index bd68d2c..c366df3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,16 +1,19 @@ blinker==1.8.1 +certifi==2024.8.30 +charset-normalizer==3.3.2 click==8.1.7 dnspython==2.6.1 Flask==3.0.3 Flask-Login==0.6.3 Flask-PyMongo==2.3.0 Flask-WTF==1.2.1 +idna==3.8 itsdangerous==2.2.0 Jinja2==3.1.3 leaflet==0.0.3 MarkupSafe==2.1.5 -pymongo==4.8.0 -python-dateutil==2.9.0.post0 -six==1.16.0 +pymongo==4.7.1 +requests==2.32.3 +urllib3==2.2.2 Werkzeug==3.0.2 WTForms==3.1.2 diff --git a/static/styles.css b/static/styles.css index d7fce90..c868d54 100644 --- a/static/styles.css +++ b/static/styles.css @@ -123,6 +123,18 @@ path-derping { padding: 1rem; border: black; border-width: 1px; + -webkit-animation: cssAnimation 7s forwards; + animation: cssAnimation 7s forwards; +} +@keyframes cssAnimation { + 0% {opacity: 1;} + 90% {opacity: 1;} + 100% {opacity: 0;} +} +@-webkit-keyframes cssAnimation { + 0% {opacity: 1;} + 90% {opacity: 1;} + 100% {opacity: 0;} } #pinner-top { @@ -141,4 +153,9 @@ main { display: flex; align-items: center; justify-content: center; +} + +#lng, #lat { + font-size: 0.8rem; + background-color: grey; } \ No newline at end of file diff --git a/templates/add_pin.html b/templates/add_pin.html index ce0e6d2..6e504c7 100644 --- a/templates/add_pin.html +++ b/templates/add_pin.html @@ -8,12 +8,13 @@ {{ form.description }} {{ form.photo.label }} {{ form.photo() }} - {{ form.typeofpin }} - - - - - + {{ form.typeofpin }} + +
| {{ form.submit() }} | diff --git a/templates/base.html b/templates/base.html index a5eb8f0..415f3b2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -34,7 +34,6 @@ {% if current_user.is_authenticated %} - {% endif %} diff --git a/templates/index.html b/templates/index.html index d9c5f0f..883e78f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -44,7 +44,7 @@ attribution: '© OpenStreetMap contributors', detectRetina: true, tileSize: 256, - maxZoom: 19, + maxZoom: 21, maxNativeZoom: 18, //zoomOffset: 1, }).addTo(map); diff --git a/templates/secondbase.html b/templates/secondbase.html index eb2a74f..9278231 100644 --- a/templates/secondbase.html +++ b/templates/secondbase.html @@ -1,5 +1,5 @@ - + @@ -20,6 +20,7 @@