mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 10:34:53 +00:00
56 lines
1.7 KiB
Plaintext
56 lines
1.7 KiB
Plaintext
title: $:/geospatialdemo/features/denver/freebus
|
|
caption: Denver free bus routes as ~GeoJSON linestrings
|
|
tags: $:/tags/GeoFeature
|
|
type: application/json
|
|
color: green
|
|
|
|
{
|
|
"type": "FeatureCollection",
|
|
"features": [
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "LineString",
|
|
"coordinates": [
|
|
[-105.00341892242432, 39.75383843460583],
|
|
[-105.0008225440979, 39.751891803969535]
|
|
]
|
|
},
|
|
"properties": {
|
|
"popupContent": "This is a free bus line that will take you across downtown.",
|
|
"underConstruction": false
|
|
},
|
|
"id": 1
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "LineString",
|
|
"coordinates": [
|
|
[-105.0008225440979, 39.751891803969535],
|
|
[-104.99820470809937, 39.74979664004068]
|
|
]
|
|
},
|
|
"properties": {
|
|
"popupContent": "This is a free bus line that will take you across downtown.",
|
|
"underConstruction": true
|
|
},
|
|
"id": 2
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "LineString",
|
|
"coordinates": [
|
|
[-104.99820470809937, 39.74979664004068],
|
|
[-104.98689651489258, 39.741052354709055]
|
|
]
|
|
},
|
|
"properties": {
|
|
"popupContent": "This is a free bus line that will take you across downtown.",
|
|
"underConstruction": false
|
|
},
|
|
"id": 3
|
|
}
|
|
]
|
|
} |