What happened to the city of Sacramento?
Publicado por rayKiddy o 29 de Setembro de 2015 en English.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?
Parola
Comentario de ImreSamu no 29 de Setembro de 2015 ás 22:51
http://taginfo.openstreetmap.org/search?q=Sacramento#values
Comentario de rayKiddy no 29 de Setembro de 2015 ás 23:50
Ah. I had forgotten about using that. And I still do not see a city.
Comentario de Sanderd17 no 30 de Setembro de 2015 ás 07:42
It looks like nobody ever created that boundary. No idea why.
Comentario de Alan Trick no 30 de Setembro de 2015 ás 13:25
It seems to have been recreated: osm.org/changeset/34336415
Comentario de rayKiddy no 12 de Xullo de 2018 ás 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….