Display GEE layers on fixed size map
This page is designed to provide visualization of layers from Google Earth Engine. In this template we are using Image Collection and User Asset layers.
- The layout and content of this page is defined in the template
located at
templates\WebApp\map_from_GEE.html
.
- For layout and styling we rely on standard bootstrap containers, however,
you can add your own CSS classes in the
WebApp\static\css\base.css and WebApp\static\css\gee_map.css
files.
- The custom interaction used for the search box is implemented through javaScript,
in
WebApp\static\js\map_from_GEE.js
.
- The code for this Django view is in the map_from_gee function, located in
WebApp\views.py
- The URL for this page is defined through the urlpatterns
array, in
SERVIR_AppTemplate\urls.py
- The text for this popup window is located at
templates\WebApp\map_from_GEE_about.html