Skip to content

Instantly share code, notes, and snippets.

View joshkopecek's full-sized avatar

Josh joshkopecek

View GitHub Profile
@joshkopecek
joshkopecek / designer.html
Last active August 29, 2015 14:16
designer
<link rel="import" href="../core-drawer-panel/core-drawer-panel.html">
<link rel="import" href="../google-map/google-map.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<polymer-element name="echoes-creator">
<template>
<style>
:host {
// a function to validate a correctly formed geoJSON Point for a Mongoose / Mongo Schema
// can be used in a schema as Point
// The lat lng limits correspond to Google Maps' limits
export var Point = {
type: {
$type: String,
match: [ /^Point$/, '{VALUE} must be Point'],
default: 'Point'
},
//
// RTLParser.swift
//
// Created by Josh Kopecek on 19/08/2021.
//
import Foundation
import MarkdownKit