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?
مناقشة
تعليق من ImreSamu في 29 سبتمبر 2015 في 22:51
http://taginfo.openstreetmap.org/search?q=Sacramento#values
تعليق من rayKiddy في 29 سبتمبر 2015 في 23:50
Ah. I had forgotten about using that. And I still do not see a city.
تعليق من Sanderd17 في 30 سبتمبر 2015 في 07:42
It looks like nobody ever created that boundary. No idea why.
تعليق من Alan Trick في 30 سبتمبر 2015 في 13:25
It seems to have been recreated: osm.org/changeset/34336415
تعليق من rayKiddy في 12 يوليو 2018 في 20:49
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….