Skip to content

Instantly share code, notes, and snippets.

@manuelroth
manuelroth / index.js
Last active May 18, 2023 07:51
A very simple node.js server for serving vector tiles from an mbtiles file
var express = require("express"),
app = express(),
MBTiles = require('mbtiles'),
p = require("path");
// Enable CORS and set correct mime type/content encoding
var header = {
"Access-Control-Allow-Origin":"*",
"Access-Control-Allow-Headers":"Origin, X-Requested-With, Content-Type, Accept",
"Content-Type":"application/x-protobuf",
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"timestamp": "2019-06-12T08:41:58",
"wahl_jahr": 2015,
"quelle": "Bundesamt für Statistik",
"bemerkungen": {
"bemerkungen_zu_test1": "bemerkung1 bemerkung1",
"bemerkungen_zu_test2": "bemerkung2 bemerkung2"
},
"stand": {
"wahl_abgeschlossen": false,
{"metadaten_allgemein_zu_kantonsratswahlen":{"zeitstempel":"06.02.2019 um 18:22:02 Uhr","quelle":"Statistisches Amt des Kantons Zürich","bemerkungen":{"bemerkungen_zu_vergleich_mit_vorhergehender_wahl":"Es ist zu beachten, dass zur Berechnung der Zahlen der vorhergehenden Kantonsratswahlen 2015 jeweils nur die Gemeinden herangezogen werden, die bei den aktuellen Kantonsratswahlen 2019 bereits ausgezählt sind, um die Aussagekraft des Vergleichs zu erhöhen. WICHTIG I: Dieses Konzept hat die folgende Implikation zur Folge: Die Werte auf Wahlkreisebene und Kantonsebene der Kantonsratswahlen 2015 stehen zu Beginn der Kantonsratswahlen 2019 ebenfalls auf NULL und verändern sich während der Auszählung der Kantonsratswahlen 2019. Erst am Schluss, wenn alle Gebiete bei den Kantonsratswahlen 2019 ausgezählt sind, entsprechen die Werte der Kantonsratswahlen 2015 den tatsächlichen Schlusswerten von 2015. WICHTIG II: Dieses Konzept gilt nicht für den Parameter \u0027Anzahl Sitze\u0027. Dieser wird für die Kantonsratswahle
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
[
{
"knr": 0,
"value": 0,
"annotation": ""
},
{
"knr": 1,
"value": 9,
"annotation": "Das ist eine Annotation",
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.