Skip to content
Snippets Groups Projects
Commit b7c07751 authored by Glenn Vorhes's avatar Glenn Vorhes
Browse files

add search

parent d61d3c79
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ const Vector_2 = require("ol/source/Vector");
const style_1 = require("ol/style");
const Feature_1 = require("ol/Feature");
const Point_1 = require("ol/geom/Point");
const $ = require("jquery");
const searchIndicator = new Vector_1.default({
source: new Vector_2.default(),
zIndex: 25,
......
This diff is collapsed.
......@@ -4,6 +4,8 @@ import VectorSource from 'ol/source/Vector';
import {Style, Stroke, Circle as CircleStyle, Fill} from 'ol/style';
import Feature from 'ol/Feature';
import Point from 'ol/geom/Point';
import $ = require("jquery");
const searchIndicator = new VectorLayer({
source: new VectorSource(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment