Skip to content

Instantly share code, notes, and snippets.

@ianlopez1115
Created December 1, 2016 07:53
Show Gist options
  • Save ianlopez1115/6c066f74cb6bf78419010d17716c93c4 to your computer and use it in GitHub Desktop.
Save ianlopez1115/6c066f74cb6bf78419010d17716c93c4 to your computer and use it in GitHub Desktop.
[out:xml];
{{geocodeArea:Calabarzon}}->.searchArea;
(
node["fixme"~"."](area.searchArea);
way["fixme"~"."](area.searchArea);
);
out meta;
>;
out meta qt;
{{style:
node[note]{
text : note;
color: blue;
fill-color:blue;
fill-opacity:1.0;
}
node[fixme]{
text: fixme;
color: red;
fill-color:red;
fill-opacity:1.0;
}
way[note]{
text : note;
color: blue;
fill-color:blue;
fill-opacity:1.0;
}
way[fixme]{
text: fixme;
color: red;
fill-color:red;
fill-opacity:0.3;
}
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment