소스 검색

📝 add keyword

jmacura 5 년 전
부모
커밋
6bbb88b5fe
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 1
      package.json
  2. 1 1
      src/app.module.js

+ 2 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "ows-browser",
-  "version": "0.0.1",
+  "version": "0.0.2",
   "description": "OGC Web Services Browser",
   "main": "build/index.html",
   "scripts": {
@@ -18,6 +18,7 @@
     "ows",
     "wms",
     "wmts",
+    "wfs",
     "browser"
   ],
   "author": "Jan Macura",

+ 1 - 1
src/app.module.js

@@ -19,7 +19,7 @@ import View from 'ol/View';
 import angular from 'angular';
 import {HsComponent} from './app.component.js';
 import {OSM} from 'ol/source';
-import {Tile} from 'ol/layer';
+import {Tile, Vector as VectorLayer} from 'ol/layer';
 
 function getHostname() {
   const url = window.location.href;