You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
340 B

  1. ::use 'base.mtt'::
  2. <!-- Load Google adress autocomplete -->
  3. <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAaBTanH_Z4hyWjJ62aDqM678ZeQ6PuA0E&libraries=places" defer="1"></script>
  4. <div id="map"></div>
  5. <script>
  6. $(function(){
  7. var map = _.groupMap(::lat::,::lng::,"::escapeJS(address)::");
  8. });
  9. </script>
  10. ::end::