Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#EXTM3U | |
#EXTINF:-1,PEI Legislative Assembly+ | |
http://http-delivery.isilive.ca/live/_definst_/pei/live/chunklist.m3u8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// This is the ID of the bus route relation. | |
$relation = '5838068'; | |
// Retrieve the OSM for the object (which is XML of the relation and all of its children) | |
$xml = simplexml_load_file("http://www.openstreetmap.org/api/0.6/relation/$relation/full"); | |
// First, we'll get all the ways that make up the "route" relation (assuming here there's only one!) | |
$relation_ways = array(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
<gpx | |
version="1.0" | |
creator="rel2gpx" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xmlns="http://www.topografix.com/GPX/1/0" | |
xsi:schemaLocation="http://www.topografix.com/GPX/1/0 http://www.topografix.com/GPX/1/0/gpx.xsd"> | |
<bounds minlat='46.2334995' minlon='-63.1500221' maxlat='46.2683004' maxlon='-63.0952928'/> | |
<trk> | |
<name>5838068_001_28967954_Oneway</name> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
<gpx | |
version="1.0" | |
creator="rel2gpx" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xmlns="http://www.topografix.com/GPX/1/0" | |
xsi:schemaLocation="http://www.topografix.com/GPX/1/0 http://www.topografix.com/GPX/1/0/gpx.xsd"> | |
<bounds minlat='46.2348950' minlon='-63.1472103' maxlat='46.2657958' maxlon='-63.1265359'/> | |
<trk> | |
<name>3425884_335210729_Oneway</name> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[out:json][timeout:25]; | |
// gather results | |
( | |
way["office"~".*"](around:100,46.23361, -63.12738); | |
node["office"~".*"](around:100,46.23361, -63.12738); | |
way["shop"~".*"](around:100,46.23361, -63.12738); | |
node["shop"~".*"](around:100,46.23361, -63.12738); | |
way["amenity"~"restaurant|cafe|library|bank|theatre|school|college|university"](around:100,46.23361, -63.12738); | |
node["amenity"~"restaurant|cafe|library|bank|theatre|school|college|university"](around:100,46.23361, -63.12738); | |
); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Trail Name | OpenStreetMap Relation URL | Network | |
---|---|---|---|
Brookvale Nordic Trails | http://www.openstreetmap.org/relation/5752507 | Brookvale Ski Park | |
Brookvale Demonstration Woodlot Trails | http://www.openstreetmap.org/relation/5746787 | Demonstration Woodlots | |
Camp Tamawaby Demonstration Woodlot Trail | http://www.openstreetmap.org/relation/5746830 | Demonstration Woodlots | |
Valleyfield Demonstration Woodlot Trail | http://www.openstreetmap.org/relation/5746800 | Demonstration Woodlots | |
Auburn Demonstration Woodlot Trail | http://www.openstreetmap.org/relation/5746789 | Demonstration Woodlots | |
Gairloch Road Trail | http://www.openstreetmap.org/relation/5689883 | Island Trails | |
Boughton River Trail | http://www.openstreetmap.org/relation/5685388 | Island Trails | |
Forest Hill Trail | http://www.openstreetmap.org/relation/5689271 | Island Trails | |
Dromore Woodland Trails | http://www.openstreetmap.org/relation/5689296 | Island Trails |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
place | count | |
---|---|---|
Oak Grove | 160 | |
Shady Grove | 89 | |
Pleasant Grove | 89 | |
Pine Grove | 85 | |
Cedar Grove | 75 | |
Walnut Grove | 53 | |
Maple Grove | 42 | |
Hickory Grove | 32 | |
Locust Grove | 29 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.