Hi there. I have a list of city boundaries and I would like to classify them as the city name - and whenever a latlong is in that boundary it should state that the coordinates are in the city? On .net preferably? Thanks. asked 04 Jul '11, 11:02 bulleh |
If I am understanding your question, and you do a search of questions and answers with Boundaries in it may help you.Questions such as "How can I find and modify a boundary?"... "boundary-data-and-postcodes-for-areas-and-towns-"... and "town-boundaries" hope this is some help answered 05 Jul '11, 07:28 andy mackey |
If I understand you right you want to match polygons from a list of city boundaries with OSM data to get the names of the boundaries. You could do this with a postgresql database and spatial functions. There are different tools available to get OSM data into a postgres db, search the wiki for osmosis, osm2pgsql, imposm and postgresql. answered 06 Jul '11, 02:23 dieterdreist |
This question is a bit hard to understand. Can you edit it to explain you what in a little more detail and (if possible) with a little more attention to grammar? If English isn't your first language, you may want to post it in your native language as well, and we have other forums for German, French, etc. speakers.