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:
| server { | |
| listen 80; | |
| server_name mydomain.edu localhost; | |
| location /static { | |
| alias /www/geonode/src/GeoNodePy/geonode/static_root; | |
| } | |
| #GEOSERVER |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> | |
| <meta name="apple-mobile-web-app-capable" content="yes"> | |
| <title>D3.js and Openlayers - US States</title> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/openlayers/2.13.1/theme/default/style.css" type="text/css"> | |
| <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.0/themes/blitzer/jquery-ui.css" type="text/css"> | |
| <script src="http://d3js.org/d3.v2.min.js?2.9.3"></script> |
| body, html, #map { | |
| font-family: Arial, Helvetica, sans-serif; | |
| margin: 0; | |
| width: 100%; | |
| height: 100%; | |
| } | |
| .SvgOverlay { | |
| position: relative; |
| <!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> |
| { | |
| "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}", |
| 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 |
| <?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"/> |
I hereby claim:
To claim this, I am signing this object:
| <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" /> |