Map
All code are beautifully written. You can customize easily. Just look the amex/map.html file go to form code with change and use.you would like to edit a specific section of the site, simply find the appropriate label in the and change what you need.If you change the "map" find the following section in the amex/scss/pages/gmap.scss file
amex bootstrap 4 admin dashboard provide this beautifull with standard map form you can see this documentation
<!doctype html> <!-- CSS --> <link href="css/vendor/nouislider.min.css" rel="stylesheet"/> <body> <div class="page-container"> <div id="sidebar" class="sidebar-nav"> <ul class="vertical-nav-menu metismenu in"> < --------sidebar---------> </ul> </div> < --/.sidebar---- > <div class="main-content"> <div class="top-header"> <-----top header------> </div> <div class="body-content"> <div id="map"></div> <div id="mapmenu"></div> <div id="maplayer"></div> <div id="mappolygon"></div> </div> </div> <footer"> <div class="footer-area"> <-----footer content------> </div> </footer> </div> </body> <!-- map api --> <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyC3nDHy1dARR-Pa_2jjPCjvsOR4bcILYsM"></script> <script src="js/vendor/gmaps.min.js"></script> <script src="js/vendor/gmap-init.js"></script> </html>