1.2.3 • Published 3 years ago

@skymapglobal/map-layer-management v1.2.3

Weekly downloads
10
License
GPL-3.0-only
Repository
-
Last release
3 years ago

Skymap Map Layer Management

Layer management control

Install

yarn add @skymapglobal/map @skymapglobal/map-layer-management

Usage

<template>
  <div id="app">
    <map>
      <BaseMapControl position="top-right" />

      <LayerManagementModule position="top-right" />
    </map>
  </div>
</template>

<script>
  import { Map, BaseMapControl } from "@skymapglobal/map";
  import { LayerManagementModule } from "@skymapglobal/map-layer-management";

  export default {
    name: "App",

    components: {
      Map,
      BaseMapControl,
      LayerManagementModule,
    },
  };
</script>

<style>
  html,
  body,
  #app {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }

  #app {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
</style>

Features

  • Layer Tree, Layer Group

  • Upload Vector Layers: GeoJSON (.json, .geojson), Shapefiles (.dbf, .prj, .cpg, .shp), GPX, KML, KMZ, CSV, GML, WKT

  • Download Vector Layers: geojson, shapefiles, csv, gml, gpx, kml, wkt

  • Add Layer

    • Raster

      • Web Map Service

      • Tile Map Service

    • Vector

      • Polygon

      • LineString

      • Point

  • Change Raster, Vector Layer Style

  • Manage Vector Feature's Geometries, Attributes

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago