Skip to content

Instantly share code, notes, and snippets.

@ianlopez1115
Created June 21, 2023 04: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 ianlopez1115/a9237849e525772d46d0d103d2cc2a60 to your computer and use it in GitHub Desktop.
Save ianlopez1115/a9237849e525772d46d0d103d2cc2a60 to your computer and use it in GitHub Desktop.
[out:xml][timeout:500];
{{geocodeArea:Philippines}}->.searchArea;
(
nwr["payment:gcash"="yes"](area.searchArea);
nwr["payment:maya"="yes"](area.searchArea);
);
out meta;
>;
out meta qt;
//blue for Gcash, green for Maya, red for both
{{style:
node[payment:gcash=yes] {
color:#0057e4;
width:3;
opacity:1;
fill-color:#0057e4;
fill-opacity:0.80;}
node[payment:maya=yes] {
color:#00b464;
width:3;
opacity:1;
fill-color:#00b464;
fill-opacity:0.80;}
node[payment:gcash=yes][payment:maya=yes] {
color:#f72219;
width:3;
opacity:1;
fill-color:#f72219;
fill-opacity:0.80;}
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment