view client/public/index.html @ 702:aaf5dbfb9512

client: improve loading of WFS features * Change Waterway Area and Distance Marks (on the river banks) to use the bbox loader. Which also causes them only to be loaded when they are visible. * Improve buildVectorLoader() to make use of the projection now.
author Bernhard Reiter <bernhard@intevation.de>
date Fri, 21 Sep 2018 00:20:57 +0200
parents 6c3527ddc200
children 2d34715dd52e
line wrap: on
line source

<!DOCTYPE html>
<html>

<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width,initial-scale=1.0">
  <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  <title>gemmajs</title>
</head>

<body>
  <noscript>
    <strong>This webapplication needs Javascript enabled to run.
            Please enable it to continue.</strong>
  </noscript>
  <div id="app"></div>
  <!-- built files will be auto injected -->
</body>

</html>