Skip to content

Instantly share code, notes, and snippets.

View miya0001's full-sized avatar

Takayuki Miyauchi miya0001

View GitHub Profile
@miya0001
miya0001 / style.json
Created July 4, 2024 06:44
都市計画基本図
This file has been truncated, but you can view the full file.
{
"version": 8,
"name": "GSI Japan + OpenStreetMap based style for Geolonia",
"center": [
135.39,
37.46
],
"zoom": 5,
"sprite": "https://api.geolonia.com/v1/sprites/gsi",
"glyphs": "https://glyphs.geolonia.com/{fontstack}/{range}.pbf",
高松市オープンデータ:
都市計画情報:
都市計画区域界:
source: https://example.com/source.geojson
scheme:
name: 名前
starttime: 開始日時
都市計画基本図: https://example.com/source.geojson
用途地域:
第一種低層住居専用地域: https://example.com/source.geojson
@miya0001
miya0001 / style.json
Created July 1, 2024 17:57
style.json
{
"version": 8,
"name": "GSI Japan + OpenStreetMap based style for Geolonia",
"center": [
135.39,
37.46
],
"zoom": 5,
"sprite": "https://api.geolonia.com/v1/sprites/gsi",
"glyphs": "https://glyphs.geolonia.com/{fontstack}/{range}.pbf",
@miya0001
miya0001 / sample.geojson
Created May 20, 2022 05:33
東京都港区内の消火栓
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.
@miya0001
miya0001 / setup.sh
Created February 12, 2022 08:20
setup Raspberry Pi as Kosk
#!/usr/bin/env bash
set -ex
sudo apt update
sudo apt upgrade -y
sudo apt purge wolfram-engine scratch nuscratch sonic-pi idle3 -y
sudo apt purge smartsim java-common libreoffice* -y
@miya0001
miya0001 / setup.sh
Last active January 7, 2022 19:28
Raspberry Pi as a Kiosk
#!/usr/bin/env bash
set -ex
sudo raspi-config nonint do_change_locale ja_JP.UTF-8
sudo apt update
sudo apt upgrade -y
sudo apt purge wolfram-engine scratch nuscratch sonic-pi idle3 smartsim java-common libreoffice* -y
{
"version": 8,
"name": "Geolonia Basic",
"metadata": {},
"sources": {
"natural-earth": {
"type": "vector",
"maxzoom": 6,
"url": "https://cdn.geolonia.com/tiles/natural-earth.json"
},
!#/usr/bin/env bash
set -ex
echo $1
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.