Skip to content

Instantly share code, notes, and snippets.

View jmwind's full-sized avatar

Jean-Michel Lemieux jmwind

View GitHub Profile
@jmwind
jmwind / geojson
Last active March 7, 2024 15:43
geojson
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[-81.37728, 13.37925],
const logIt = (text) => {
console.log('LOG: ' + text);
}