This file contains 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
<html lang="en"> | |
<head> | |
<script src="http://html5.kaltura.org/js"></script> | |
<!-- If your page already includes jQuery you can skip this step --> | |
<script type="text/javascript" src="kaltura-html5player-widget/jquery-1.4.2.min.js" ></script> | |
<!-- Include the css and javascript --> | |
<link rel="stylesheet" href="kaltura-html5player-widget/skins/jquery.ui.themes/jquery-ui-1.7.2.custom.css"></link> | |
<link rel="stylesheet" href="kaltura-html5player-widget/mwEmbed-player-static.css"></link> | |
<script type="text/javascript" src="kaltura-html5player-widget/mwEmbed-player-static.js"></script> |
This file contains 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
013-01-15 23:18:38 CET LOG: execute <unnamed>: SELECT ST_AsBinary("way") AS geom,"aeroway","amenity","landuse","leisure","military","natural","power","tourism" FROM (select way,aeroway,amenity,landuse,leisure,man_made,military,"natural",power,tourism,name,highway, | |
case when religion in ('christian','jewish') then religion else 'INT-generic'::text end as religion | |
from planet_osm_polygon | |
where landuse is not null | |
or leisure is not null | |
or aeroway in ('apron','aerodrome') | |
or amenity in ('parking','university','college','school','hospital','kindergarten','grave_yard','prison') | |
or military in ('barracks','danger_area') | |
or "natural" in ('field','beach','desert','heath','mud','grassland','wood','sand','scrub') | |
or power in ('station','sub_station','generator') |
This file contains 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
tirex-backend-mapnik[16714]: read: id=1358288318_18107768 | |
map=osm | |
prio=25 | |
type=metatile_render_request | |
x=2192 | |
y=1336 | |
z=12 | |
tirex-backend-mapnik[16714]: >> NetworkMessage::parse | |
tirex-backend-mapnik[16714]: << NetworkMessage::parse | |
tirex-backend-mapnik[16714]: >> MetatileHandler::handleRequest |
This file contains 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
<video width="320" height="240" controls> | |
<source src="http://brightcove04.brightcove.com/23/1203065853/201301/1630/1203065853_2092658141001_00100988-00531292.mp4" type="video/mp4"> | |
Wird nicht unterstützt: http://brightcove04.brightcove.com/23/1203065853/201301/1630/1203065853_2092658141001_00100988-00531292.mp4 | |
</video> | |
<br /> | |
<br /> | |
<video width="320" height="240" controls> | |
<source src="http://brightcove04.brightcove.com/23/1203065853/201301/562/1203065853_2092667279001_00100988-00531292.mp4" type="video/mp4"> | |
Wird nicht unterstützt: http://brightcove04.brightcove.com/23/1203065853/201301/562/1203065853_2092667279001_00100988-00531292.mp4 |
This file contains 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
Quelle: https://github.com/mapnik/mapnik/wiki/UbuntuInstallation | |
# be fully up to date before starting: | |
sudo apt-get update | |
sudo apt-get upgrade | |
apt-get install wget | |
# ensure add-apt-repository is installed: | |
sudo apt-get install -y python-software-properties |