I have been fixing up boundaries of cities in California and I have found something odd.
Where is the city of Sacramento?
There is a city there, somewhere. There is a county. The county boundaries are at osm.org/relation/396460 and that all looks good. And it is not a county/city hybrid thing like San Francisco. Yes? And I can find the cities of West Sacramento, Rancho Cordova and others nearby, But I cannot find boundaries for the actual city of Sacramento. Google has boundaries for it, but OSM does not?
Or is there some way I should be finding it that I am not doing? I guess it could be mis-spelled.
I am going to the area around the county in http://overpass-turbo.eu/ and doing this search:
[out:json][timeout:360];
(
relation["name"="Sacramento"]({{bbox}});
way["name"="Sacramento"]({{bbox}});
node["name"="Sacramento"]({{bbox}});
);
out body;
>;
out skel qt;
It finds lot of stuff, but no city. Any ideas?
토론
2015년 9월 29일 22:51에 ImreSamu님의 의견
http://taginfo.openstreetmap.org/search?q=Sacramento#values
2015년 9월 29일 23:50에 rayKiddy님의 의견
Ah. I had forgotten about using that. And I still do not see a city.
2015년 9월 30일 07:42에 Sanderd17님의 의견
It looks like nobody ever created that boundary. No idea why.
2015년 9월 30일 13:25에 Alan Trick님의 의견
It seems to have been recreated: osm.org/changeset/34336415
2018년 7월 12일 20:49에 rayKiddy님의 의견
Well, that changeset does not re-create the relation. Interesting. It seems to me that one should be able to identify if the lines from the TIGER data are still there. I have not tried it, but it there should be something there.
And there is no changeset for the deletion? Perhaps that could be reversed….