Skip to content

Instantly share code, notes, and snippets.

@ozero
Created September 10, 2018 11:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ozero/ae6dc4270aab4fa37645623c5aed6501 to your computer and use it in GitHub Desktop.
Save ozero/ae6dc4270aab4fa37645623c5aed6501 to your computer and use it in GitHub Desktop.
Maperitiveで白地図svgざっくりゲットを試してみたmrulesファイル試し書き
// Wireframe rules
// Created by Igor Brejc
// Edited by Rory Fitzpatrick
// Released under the Creative Commons Attribution-ShareAlike 3.0 License (http://creativecommons.org/licenses/by-sa/3.0/)
features
points, areas
bus stop : highway=bus_stop
railway station : railway=station
lines
line : highway=primary OR highway=tertiary OR highway=motorway OR highway=trunk OR highway=secondary
coastline : natural=coastline
river : waterway=river
rail : railway=rail OR railway=light_rail
areas
water : natural=water OR waterway=riverbank
properties
map-background-color : #ffffff
map-sea-color : black
rules
target : line
define
line-color : #000000
line-width : 0.3
draw : line
target : rail
define
line-color : #666666
line-width : 0.3
draw : line
target : coastline
define
line-color : #000000
line-width : 0.5
draw : line
target : river
define
line-color : #B5D0D0
line-width : 7:1;12:2;14:5
draw : line
target : water
define
line-color : #B5D0D0
line-width : 7:1;12:2;14:5
draw : line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment