From 3c632c19f8dc765bd6165b346059e2605e3d59d3 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Wed, 5 Sep 2018 17:24:53 -0400 Subject: [PATCH] Adding a few sample maps --- .gitignore | 4 + .../various_geiolocation_features.html | 189 ++++++++++++++++++ Getting_Started/just_a_map.html | 27 +++ Markers_and_Bubbles/Marker_as_text.html | 79 ++++++++ 4 files changed, 299 insertions(+) create mode 100644 .gitignore create mode 100755 Geolocation/various_geiolocation_features.html create mode 100755 Getting_Started/just_a_map.html create mode 100755 Markers_and_Bubbles/Marker_as_text.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d386c5d --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.project +.buildpath +.settings + diff --git a/Geolocation/various_geiolocation_features.html b/Geolocation/various_geiolocation_features.html new file mode 100755 index 0000000..c0d2e00 --- /dev/null +++ b/Geolocation/various_geiolocation_features.html @@ -0,0 +1,189 @@ + + + + + + + + + + + +
+
+

Address 1:

+
+ +
+
+
+

Address 2:

+
+ +
+
+
+

City:

+
+ +
+
+
+

State:

+
+ +
+
+
+

Zip:

+
+ +
+
+
+

Country:

+
+ +
+
+ +
+

+ Drag the pointer to the desired location for this member. + Use + and - buttons or the mouse wheel to zoom in or out. + Click and drag anywhere else on the map to move to another area. +

+ +
+ + +

Leaflet

+
+ +
+

Specify Position Using Lattitude and Longitude:

+ Latitude +   Longitude +

+ + +
+ + + + + + diff --git a/Getting_Started/just_a_map.html b/Getting_Started/just_a_map.html new file mode 100755 index 0000000..701b84b --- /dev/null +++ b/Getting_Started/just_a_map.html @@ -0,0 +1,27 @@ + + + + + + + + + +

Leaflet

+
+ + + + + diff --git a/Markers_and_Bubbles/Marker_as_text.html b/Markers_and_Bubbles/Marker_as_text.html new file mode 100755 index 0000000..eeef7d2 --- /dev/null +++ b/Markers_and_Bubbles/Marker_as_text.html @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + +

Markers as Text

+

The "Petoskey" city name is a marker and can be clicked. +

+ + + + + -- 2.17.1