Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"coordinates": { type: 'Point', coordinates: [ 40.027435,-105.251945 ] }, | |
"created_at": "Thu Oct 21 16:02:46 +0000 2010", | |
"favorited": false, | |
"truncated": false, | |
"id_str": "28039652140", | |
"entities": { | |
"urls": [ | |
{ | |
"expanded_url": null, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="headerwrap"> | |
<div class="container"> | |
<div class="jumbotron" style="padding-top:0px;"> | |
<h1 id="title">PetaJakarta.org/banjir</h1> | |
<p class="lead"><b>petajakarta.org/banjir</b> is an open source, community-led platform to collect and disseminate information about flooding and critical water infrastructure in Jakarta</p> | |
<div id="video"> | |
<p><iframe width="560" height="315" src="//www.youtube.com/embed/QubtNdfLQHk?rel=0" frameborder="0" allowfullscreen></iframe></p> | |
</div> | |
</div> | |
</div><!-- /container --> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Leaflet · Selection</title> | |
<!-- Tom Holderness - 2013 --> | |
<!--Styles --> | |
<link href="resources/css/leaflet.css" rel="stylesheet"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Tom 17/05/2012 | |
# Example GeoAlchemy script. | |
from sqlalchemy import create_engine, distinct, func, MetaData, Sequence | |
from sqlalchemy.ext.declarative import declarative_base | |
from sqlalchemy.orm import sessionmaker | |
from geoalchemy2 import Geometry | |
# Database connection |
NewerOlder