-
download the source data
wget http://fred.dev.openstreetmap.org/density/tiles.13 wget http://fred.dev.openstreetmap.org/density/tiles.16
-
convert to simple, gnuplot-readable text format
sed 's/\([0-9]*\) z=\([0-9]*\) x=\([0-9]*\) y=\([0-9]*\)/\3 \4 \1/' < tiles.13 > tiles.13.txt sed 's/\([0-9]*\) z=\([0-9]*\) x=\([0-9]*\) y=\([0-9]*\)/\3 \4 \1/' < tiles.16 > tiles.16.txt
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
// You can include libraries in mistakes | |
// with a magic function called require(), | |
// which simply loads javascript in a script tag. | |
require('https://raw.github.com/lodash/lodash/2.3.0/dist/lodash.js'); | |
require('https://raw.github.com/tyrasd/osmtogeojson/gh-pages/osmtogeojson.js'); | |
osmtogeojson( | |
{elements:[{type:"node",id:"-1",lat:1.23,lon:3.21}]}, | |
{flatProperties:true} |
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
#!/usr/bin/env bash | |
# Copyright 2008, 2009, 2010, 2011, 2012 Roland Olbricht | |
# | |
# This file is (not yet) part of Overpass_API | |
# | |
# Overpass_API is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU Affero General Public License as | |
# published by the Free Software Foundation, either version 3 of the | |
# License, or (at your option) any later version. |
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
#!/usr/bin/env bash | |
# Copyright 2008, 2009, 2010, 2011, 2012 Roland Olbricht | |
# | |
# This file is (not yet) part of Overpass_API | |
# | |
# Overpass_API is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU Affero General Public License as | |
# published by the Free Software Foundation, either version 3 of the | |
# License, or (at your option) any later version. |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>basemap.at</title> | |
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.2/leaflet.css" /> | |
<!--[if lte IE 8]><link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.2/leaflet.ie.css" /><![endif]--> | |
<script src="http://cdn.leafletjs.com/leaflet-0.6.2/leaflet-src.js"></script> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 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> | |
<head> | |
<script src='http://api.tiles.mapbox.com/mapbox.js/v0.6.7/mapbox.js'></script> | |
<link href='http://api.tiles.mapbox.com/mapbox.js/v0.6.7/mapbox.css' rel='stylesheet' /> | |
<style> | |
body { margin:0; padding:0; } | |
#map { position:absolute; top:0; bottom:0; width:100%; } | |
</style> | |
</head> |
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> | |
<head> | |
<title>South Tyrol govenment WMS-Layers</title> | |
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'> | |
</head> | |
<body> | |
<h1>A list of a few interesting WMS-Layers of the South Tyrolean government.</h1> | |
<p>See <a href="http://geocatalogo.retecivica.bz.it/geokatalog/">Geokatalog</a> for more layers and data sets.</p> | |
<p>Licence either CC0 or CC-BY 3.0 (© Province of Bolzano/Bozen).</p> | |
<h2 style="clear:right;">TOPOMAP</h2> |
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
<!DOCTYPE html> | |
<!-- this document under WFTPL --> | |
<!-- this document shows data from various sources (OSM data under ODbL, data from province of Bolzano / Italy (unknown licence) --> | |
<html> | |
<head> | |
<title>compare osm with province BZ data</title> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |