OpenStreetMap

WOW, I can’t even think about I’ll have to do a second fix for the Pearl Delta area. Here is the part II that filter out the station under construction, but labeled as in function.

OverPass Query

OverPass Query Language:

/*
This has been generated by the overpass-turbo wizard.
The original search was:
“railway=station and name~"建设中"”
*/
[out:xml]/*fixed by auto repair*/[timeout:225];
// gather results
(
  // query part for: “railway=station and name~/在建/”
  node["railway"="station"]["name"~"建设中"]({{bbox}});
  way["railway"="station"]["name"~"建设中"]({{bbox}});
  relation["railway"="station"]["name"~"建设中"]({{bbox}});
);
// print results
out meta;/*fixed by auto repair*/
>;
out meta qt;/*fixed by auto repair*/

Changeset

Location: Longgui, Baiyun District, Guangzhou City, Guangdong Province, China

Discussion

Log in to leave a comment