Mobility Web Component

This is a demo of the Mobility Web Component.

Usage example

<script
  type="module"
  src="https://www.unpkg.com/@geops/mobility-web-component">
</script>
<geops-mobility
  apikey="YOUR_GEOPS_API_KEY"
  baselayer="travic_v2"
  center="831634,5933959"
  mots="rail"
  zoom="13"
  style="display: block;width: 800px;height: 800px;">
</geops-mobility>