Skip to content

Instantly share code, notes, and snippets.

@eabald
Created February 13, 2022 19:50
import Map from 'ol/Map';
import View from 'ol/View';
import TileLayer from 'ol/layer/Tile';
import VectorLayer from 'ol/layer/Vector';
import { TileImage, Vector as VectorSource } from 'ol/source';
import Feature from 'ol/Feature';
import Point from 'ol/geom/Point';
import { Circle as CircleStyle, Fill, Stroke, Style } from 'ol/style';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment