Skip to content

Instantly share code, notes, and snippets.

View ntatko's full-sized avatar
🐧

Noah Tatko ntatko

🐧
  • St. Louis, MO, USA
View GitHub Profile
@ntatko
ntatko / App.jsx
Created January 16, 2022 22:09
Simple URL-param Openlayers Map (ol-kit)
import React from 'react'
import {
Map,
BasemapContainer,
ContextMenu,
Controls,
Popup,
VectorLayer
} from '@bayer/ol-kit'
import { fromLonLat } from 'ol/proj'