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
area["ISO3166-1:alpha3"="TWN"]->.boundaryarea; | |
( | |
node["natural"="peak"](area.boundaryarea); | |
); | |
out meta; |
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.
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]; | |
area["ISO3166-1:alpha3"="TWN"]->.boundaryarea; | |
( | |
node["boundary"="national_park"](area.boundaryarea); | |
way["boundary"="national_park"](area.boundaryarea); | |
relation["boundary"="national_park"](area.boundaryarea); | |
); | |
// print results | |
out body; | |
>; |
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]; | |
area["ISO3166-1:alpha3"="TWN"]->.boundaryarea; | |
( | |
node["leisure"="nature_reserve"](area.boundaryarea); | |
way["leisure"="nature_reserve"](area.boundaryarea); | |
relation["leisure"="nature_reserve"](area.boundaryarea); | |
); | |
out body; | |
>; | |
out skel qt; |
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 | |
( | |
// query part for: “boundary=national_park” | |
area["ISO3166-1:alpha3"="TWN"]->.boundaryarea; | |
node["boundary"="national_park"](area.boundaryarea); | |
way["boundary"="national_park"](area.boundaryarea); | |
relation["boundary"="national_park"](area.boundaryarea); | |
); |
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
#!/bin/sh | |
if [ -z $1 ] ; then echo "$0: silo_number [release] [team] [arch]" && exit 1 ; fi | |
SILO=$1 | |
RELEASE=${2:-"vivid"} | |
TEAM=${3:-"ci-train-ppa-service"} | |
ARCH=${4:-"armhf"} | |
PACKAGES_URL="http://ppa.launchpad.net/${TEAM}/landing-${SILO}/ubuntu/dists/${RELEASE}/main/binary-${ARCH}/Packages.gz" | |
PACKAGES=$(curl -s ${PACKAGES_URL} | gzip -cd | grep ^Package: | grep -v -- -dev\$ | cut -d: -f2) |
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.
NewerOlder