diff --git a/here-tests/README.md b/here-tests/README.md index e69de29..9ad74ad 100644 --- a/here-tests/README.md +++ b/here-tests/README.md @@ -0,0 +1,5 @@ + +## build css : +``` +sass --watch scss/main.scss:css/main.css +``` \ No newline at end of file diff --git a/here-tests/css/main.css b/here-tests/css/main.css index e69de29..74a557a 100644 --- a/here-tests/css/main.css +++ b/here-tests/css/main.css @@ -0,0 +1,44 @@ +:root { + font-family: sans-serif; + padding: 0; + margin: 0; } + +.overlay-search { + position: fixed; + top: 5px; + left: 5px; + border-radius: 5px; + padding: 10px; + background-color: white; + z-index: 1; } + +#map { + margin: 0; + box-sizing: border-box; + position: fixed; + width: 100vw; + height: 100vh; + top: 0; + left: 0; + background-color: pink; + z-index: 0; } + +.references { + position: fixed; + bottom: 5px; + right: 5px; + border-radius: 5px; + padding: 10px; + background-color: #d8d8d8; + z-index: 1; } + .references a { + padding: 5px; + margin: 0; + border-right: solid 1px gray; + display: inline-block; } + .references a:last-child { + border-right: none; } + .references a[href], .references a:link, .references a:hover, .references a:focus, .references a:active { + color: #4e4e4e; } + +/*# sourceMappingURL=main.css.map */ diff --git a/here-tests/css/main.css.map b/here-tests/css/main.css.map new file mode 100644 index 0000000..f9f6644 --- /dev/null +++ b/here-tests/css/main.css.map @@ -0,0 +1,7 @@ +{ +"version": 3, +"mappings": "AAAA,KAAK;EACH,WAAW,EAAE,UAAU;EACvB,OAAO,EAAC,CAAC;EACT,MAAM,EAAC,CAAC;;AAGV,eAAgB;EACd,QAAQ,EAAC,KAAK;EACd,GAAG,EAAC,GAAG;EACP,IAAI,EAAC,GAAG;EACR,aAAa,EAAC,GAAG;EACjB,OAAO,EAAC,IAAI;EACZ,gBAAgB,EAAC,KAAgB;EACjC,OAAO,EAAC,CAAC;;AAGX,IAAK;EACH,MAAM,EAAC,CAAC;EACR,UAAU,EAAE,UAAU;EACtB,QAAQ,EAAC,KAAK;EACd,KAAK,EAAE,KAAK;EACZ,MAAM,EAAE,KAAK;EACb,GAAG,EAAC,CAAC;EACL,IAAI,EAAC,CAAC;EACN,gBAAgB,EAAE,IAAI;EACtB,OAAO,EAAC,CAAC;;AAGX,WAAY;EACV,QAAQ,EAAC,KAAK;EACd,MAAM,EAAC,GAAG;EACV,KAAK,EAAC,GAAG;EACT,aAAa,EAAC,GAAG;EACjB,OAAO,EAAC,IAAI;EACZ,gBAAgB,EAAC,OAAkB;EACnC,OAAO,EAAC,CAAC;EACT,aAAE;IACA,OAAO,EAAC,GAAG;IACX,MAAM,EAAC,CAAC;IACR,YAAY,EAAC,cAA0B;IACvC,OAAO,EAAE,YAAY;IACrB,wBAAa;MACX,YAAY,EAAC,IAAI;IAEnB,uGAAwC;MACtC,KAAK,EAAC,OAAe", +"sources": ["../scss/main.scss"], +"names": [], +"file": "main.css" +} \ No newline at end of file diff --git a/here-tests/index.html b/here-tests/index.html index e69de29..7c6ecc2 100644 --- a/here-tests/index.html +++ b/here-tests/index.html @@ -0,0 +1,16 @@ + + +
+ + +
+
+ Add a HERE base map to Leaflet
+
here documentation on leaflet
+
+ Leaflet Quick Start Guide
+
leaflet quick start documentation
+
+ How to locate leaflet zoom control in a desired position
+
Change zoom position
+
+
+ Vanilla Javascript to Get URL Parameter Values / Query String
+