From fce1669d55ccd3bf46b51198f9bf5b42db299da4 Mon Sep 17 00:00:00 2001 From: Aliyan Haq Date: Tue, 12 Oct 2021 12:09:54 -0400 Subject: [PATCH 1/8] GeoName Search Custom Map Application Added a new Custom map Application (GeoName Search) Which uses the GeoName API to search for Canadian Locations to map. --- api/custom-map-ui/geoname-search-ui.html | 329 +++++++++++++++++++++++ api/custom-map-ui/index.html | 1 + 2 files changed, 330 insertions(+) create mode 100644 api/custom-map-ui/geoname-search-ui.html diff --git a/api/custom-map-ui/geoname-search-ui.html b/api/custom-map-ui/geoname-search-ui.html new file mode 100644 index 0000000..565e44a --- /dev/null +++ b/api/custom-map-ui/geoname-search-ui.html @@ -0,0 +1,329 @@ + + + + + + + GeoName Search + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/api/custom-map-ui/index.html b/api/custom-map-ui/index.html index 887eda9..d1549a2 100644 --- a/api/custom-map-ui/index.html +++ b/api/custom-map-ui/index.html @@ -22,6 +22,7 @@ From ffb12966491b97ea0f89cdc7ea8063899484d191 Mon Sep 17 00:00:00 2001 From: Aliyan Haq Date: Tue, 19 Oct 2021 15:37:59 -0400 Subject: [PATCH 2/8] * Made code a bit more consistent (still working on it) * Accessibility added to application (screen-reader accessible) * Fixed UI (works on all computer screen size) * Added support for Geometry Collections * Polygon Holes are now shown * Layer Properties now viewable * + Many more minor updates TODO - make code more standard (ex. Standardizing geoJson2MapML function for broader use) --- api/custom-map-ui/geoname-search-ui.html | 389 +++++++++++++++-------- 1 file changed, 256 insertions(+), 133 deletions(-) diff --git a/api/custom-map-ui/geoname-search-ui.html b/api/custom-map-ui/geoname-search-ui.html index 565e44a..18eebc0 100644 --- a/api/custom-map-ui/geoname-search-ui.html +++ b/api/custom-map-ui/geoname-search-ui.html @@ -9,8 +9,6 @@ - - - - -