Skip to content

Instantly share code, notes, and snippets.

View nebulon42's full-sized avatar

Michael Glanznig nebulon42

View GitHub Profile
@nebulon42
nebulon42 / test.yml
Created June 2, 2023 13:27
Simple OpenAPI spec
openapi: "3.0.3"
info:
title: "Testing dry run"
description: "some description"
version: "1.0.0"
tags:
- name: service
paths:
/test/op1:
get:
@nebulon42
nebulon42 / shops.mss
Created March 24, 2017 22:07
shops with shield logic and second pass with only icons, only dots at z17
// shops
[feature = 'shop_other'],
[feature = 'shop_art'],
[feature = 'shop_bag'],
[feature = 'shop_bakery'],
[feature = 'shop_beauty'],
[feature = 'shop_beverages'],
[feature = 'shop_books'],
[feature = 'shop_butcher'],
@nebulon42
nebulon42 / osm_carto_dev_setup.md
Last active August 26, 2016 20:54
openstreetmap-carto developer setup

openstreetmap-carto Developer Setup

  • data: PostgreSQL + PostGIS, osm2pgsql for importing into the database; and OSM data extract
  • code: openstreetmap-carto (+ Git, Python)
  • editing software: Kosmtik (+ Node.js)

Preparation