Skip to content

Instantly share code, notes, and snippets.

@GISDev01
GISDev01 / geo_interface.rst
Created May 18, 2017 23:09 — forked from sgillies/geo_interface.rst
A Python Protocol for Geospatial Data

Author: Sean Gillies Version: 1.0

Abstract

This document describes a GeoJSON-like protocol for geo-spatial (GIS) vector data.

Introduction

@GISDev01
GISDev01 / leafletEsriHurricaneLayer.html
Created February 21, 2016 16:09
esri-leaflet Issue #748 debugging
<html>
<head>
<meta charset=utf-8 />
<title>Hurricane Layer Test</title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<!-- Load Leaflet from CDN-->
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet/v1.0.0-beta.2/leaflet.css" />
<script src="http://cdn.leafletjs.com/leaflet/v1.0.0-beta.2/leaflet.js"></script>