Skip to content

Instantly share code, notes, and snippets.

@burritojustice
Last active May 2, 2018 18:40
Show Gist options
  • Save burritojustice/d73c4cf495bc368abd638011dc7a6f08 to your computer and use it in GitHub Desktop.
Save burritojustice/d73c4cf495bc368abd638011dc7a6f08 to your computer and use it in GitHub Desktop.
Sigur Ros Route One
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": 1,
"lat": "63 32 43.7 N",
"lon": "19 43 46.3 W",
"label": "63º32'43.7\"N 19º43'46.3\"W"
},
"geometry": {
"type": "Point",
"coordinates": [
-19.72952777777778,
63.54547222222222
]
}
},
{
"type": "Feature",
"properties": {
"name": 2,
"lat": "63 47 36.2 N",
"lon": "18 02 16.9 W",
"label": "63º47'36.2\"N 18º02'16.9\"W"
},
"geometry": {
"type": "Point",
"coordinates": [
-18.038027777777778,
63.79338888888889
]
}
},
{
"type": "Feature",
"properties": {
"name": 3,
"lat": "64 02 44.1 N",
"lon": "16 10 48.5 W",
"label": "64º02'44.1\"N 16º10'48.5\"W"
},
"geometry": {
"type": "Point",
"coordinates": [
-16.180138888888887,
64.04558333333334
]
}
},
{
"type": "Feature",
"properties": {
"name": 4,
"lat": "64 08 43.3 N",
"lon": "21 55 38.8 W",
"label": "64º08'43.3\"N 21º55'38.8\"W"
},
"geometry": {
"type": "Point",
"coordinates": [
-21.927444444444443,
64.14536111111111
]
}
},
{
"type": "Feature",
"properties": {
"name": 5,
"lat": "64 46 34.1 N",
"lon": "14 02 55.8 W",
"label": "64º46'34.1\"N 14º02'55.8\"W"
},
"geometry": {
"type": "Point",
"coordinates": [
-14.048833333333333,
64.7761388888889
]
}
},
{
"type": "Feature",
"properties": {
"name": 6,
"lat": "65 27 29.1 N",
"lon": "15 31 56.0 W",
"label": "65º27'29.1\"N 15º31'56.0\"W"
},
"geometry": {
"type": "Point",
"coordinates": [
-15.532222222222222,
65.45808333333333
]
}
},
{
"type": "Feature",
"properties": {
"name": 7,
"lat": "65 30 17.9 N",
"lon": "18 37 01.3 W",
"label": "65º30'17.9\"N 18º37'01.3\"W"
},
"geometry": {
"type": "Point",
"coordinates": [
-18.61702777777778,
65.50497222222222
]
}
},
{
"type": "Feature",
"properties": {
"name": 8,
"lat": "65 38 27.9 N",
"lon": "20 16 56.9 W",
"label": "65º38'27.9\"N 20º16'56.9\"W"
},
"geometry": {
"type": "Point",
"coordinates": [
-20.28247222222222,
65.64108333333333
]
}
}
]
}
import:
- https://www.nextzen.org/carto/refill-style/refill-style.zip
# - https://www.nextzen.org/carto/refill-style/11/themes/color-inverted.zip
- https://www.nextzen.org/carto/refill-style/themes/color-gray-gold.zip
- https://gist.githubusercontent.com/burritojustice/12e5f901fd1f48318ad9b1aded1bb2b3/raw/demo.yaml
- https://www.nextzen.org/carto/refill-style/11/themes/label-10.zip
- https://www.nextzen.org/carto/refill-style/themes/terrain-shading.zip
- https://www.nextzen.org/carto/refill-style/11/themes/terrain-shading-dark.zip
# - https://www.nextzen.org/carto/refill-style/themes/terrain-pattern.zip
# - https://www.nextzen.org/carto/refill-style/themes/terrain-pattern-dark.zip
sources:
sigur_ros_route_one:
url: sigur_ros_route_one.geojson
type: GeoJSON
styles:
_points:
base: points
blend: overlay
blend_order: 10
_text:
base: text
blend: overlay
blend_order: 11
layers:
tracks:
data: {source: sigur_ros_route_one}
draw:
_points:
collide: false
color: gold
outline:
color: '#333'
width: 2.5px
size: 20px
text:
text_source: label
collide: false
anchor: top
font:
style: italic
size: 12px
fill: gold
stroke:
color: black
width: 2.5px
_text:
collide: false
font:
size: 12px
fill: black
style: bold
roads:
major_road:
trunk_primary:
early:
filter: {shield_text: "1"}
draw:
lines:
color: red
width: 3px
order: 2000
outline:
color: black
width: 2px
natural_earth_highways:
major_road:
filter: {id:[5010,5011,5012,5013,5014,5015,5016,5017,5018]}
draw:
lines:
color: red
width: 3px
order: 2000
outline:
color: black
width: 2px