Skip to content

Instantly share code, notes, and snippets.

@tyrasd
tyrasd / index.html
Created April 12, 2017 19:14 — forked from anonymous/index.html
Empty Style
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Empty Style Preview</title>
<link rel="stylesheet" type="text/css" href="https://api.mapbox.com/mapbox-gl-js/v0.28.0/mapbox-gl.css" />
<script src="https://api.mapbox.com/mapbox-gl-js/v0.28.0/mapbox-gl.js"></script>
<style>
@tyrasd
tyrasd / _results-20161205.csv
Last active January 9, 2017 10:24
list of descending timestamps between ascending versions of an osm object (based on history-161205.osm.pbf)
type id version
node 334489687 3
node 354919611 5
node 1138179775 4
node 1429840833 5
node 1470794747 2
node 1472871495 2
node 1478934528 2
node 1485196779 2
node 1487705069 2
@tyrasd
tyrasd / clockwise.geojson
Created November 13, 2016 21:00
examples of clockwise / counterclockwise winding of GeoJSON Polygon geometries
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tyrasd
tyrasd / user.js
Last active June 13, 2016 22:03
tampermonkey script to make http://www.provinz.bz.it/wetter/niederschlagsvorhersage.asp more interactive
// ==UserScript==
// @name improved interactivity for provinz.bz.it/wetter
// @namespace http://tampermonkey.net/
// @version 0.1
// @description makes http://www.provinz.bz.it/wetter/niederschlagsvorhersage.asp more interactive
// @author Martin Raifer <tyr.asd@gmail.com>
// @match http://www.provinz.bz.it/wetter/niederschlagsvorhersage.asp
// @grant none
// ==/UserScript==
@tyrasd
tyrasd / index.html
Last active March 28, 2016 11:50
A list of some interesting WMS-Services of the Province of Bolzano/Bozen (Italy). With links for JOSM, iD and Potlach.
<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 (&copy; Province of Bolzano/Bozen).</p>
<h2 style="clear:right;">TOPOMAP</h2>
@tyrasd
tyrasd / README.md
Last active February 2, 2016 15:25
🚲 Bikeability Index Graz – http://bl.ocks.org/tyrasd/f60119bbd9105154d872/

modified version of http://bl.ocks.org/curran/01aa2685f083b6c1b9fb with the map's bounding box on the globe

original readme follows:

--

Pan and zoom in the map on the left to rotate the globe.

Click and drag the globe to pan on the map.

@tyrasd
tyrasd / map.geojson
Last active February 1, 2016 08:11
generalized boundary of South Tyrol (approx 0.2km resolution)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tyrasd
tyrasd / index.html
Last active January 9, 2016 21:56 — forked from tmcw/index.html
compares OSM-Carto with the older "Mapnik" style. http://bl.ocks.org/tyrasd/raw/6164696
<!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>