I hereby claim:
- I am mbertrand on github.
- I am mattbert (https://keybase.io/mattbert) on keybase.
- I have a public key ASBJHKHpn25dRpAMLjc2LtxblWR4vxuBSqQVSGipfypUVQo
To claim this, I am signing this object:
{ | |
"from": 0, | |
"size": 6, | |
"query": { | |
"bool": { | |
"should": [ | |
{ | |
"bool": { | |
"filter": { | |
"bool": { |
osmium tags-filter new-hampshire-latest.osm.pbf nwr/highway=path,footway,track nwr/ford=yes nwr/tourism=alpine_hut,wilderness_hut,camp_site nwr/amenity=shelter -o nhoutdoors.pbf | |
osmium export -o nhoutdoors.json nhoutdoors.pbf |
<html> | |
<head> | |
</head> | |
<body> | |
<video id=example-video width=600 class="video-js vjs-default-skin" controls> | |
<source | |
src="https://d3p30yeni206w0.cloudfront.net/transcoded/1/26325823-6405-4423-8e54-f893ec815300/video__index.m3u8" | |
type="application/x-mpegURL"> | |
</video> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/video.js/5.20.1/video-js.min.css" /> |
I hereby claim:
To claim this, I am signing this object:
<?xml version="1.0" encoding="UTF-8"?> | |
<wps:Execute version="1.0.0" service="WPS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.opengis.net/wps/1.0.0" xmlns:wfs="http://www.opengis.net/wfs" xmlns:wps="http://www.opengis.net/wps/1.0.0" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" xmlns:wcs="http://www.opengis.net/wcs/1.1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://www.opengis.net/wps/1.0.0 http://schemas.opengis.net/wps/1.0.0/wpsAll.xsd"> | |
<ows:Identifier>vec:Clip</ows:Identifier> | |
<wps:DataInputs> | |
<wps:Input> | |
<ows:Identifier>features</ows:Identifier> | |
<wps:Reference mimeType="text/xml" xlink:href="http://geoserver/wfs" method="POST"> | |
<wps:Body> | |
<wfs:GetFeature service="WFS" version="1.0.0" outputFormat="GML2" xmlns:geonode="http://www.geonode.org/"> | |
<wfs:Query typeName="geonode:quakes_weekly"/> |
from TileStache import WSGITileServer, splitPathInfo | |
import re | |
# | |
# Decorator for the WSGITileServer that allows for custom tilestache configuration. | |
# | |
# Takes in a tilestache config file and a series of parameter names. They'll be sent to the p |
{ | |
"version": "1.2.0", | |
"layers": [ | |
{ | |
"type": "mapnik", | |
"options": { | |
"sql": "select * from jsoncn3857", | |
"geom_column": "wkb_geometry", | |
"geom_type": "geometry", | |
"cartocss": "#layer {line-color:black; line-width:2;polygon-fill:green}", |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>HTML5</title> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=650, user-scalable=yes"> | |
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script> | |
</script> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script> |
body, html, #map { | |
font-family: Arial, Helvetica, sans-serif; | |
margin: 0; | |
width: 100%; | |
height: 100%; | |
} | |
.SvgOverlay { | |
position: relative; |