1
vote
0answers
42 views

How can I assign road names from OSM to gis linestrings using open source tools?

Starting with a shapefile of linestrings I want to assign street names to these lines if there is a match with a road/street in OpenStreetMap. There are no exact matches as the linestrings have a ...
2
votes
0answers
97 views

Any Open source implementation just like ArcGIS Desktop Identity function?

I tried to identity thousands of points with millions polygon. ArcInfo work well but i have to get the result from Web Services.So i tried to implement the algorithm(Point in polygon) by myself,it ...
4
votes
1answer
789 views

How to create a polygon from other polygon boundaries?

I want to write an algorithm that creates a polygon inside a hole made by a set of other polygons. It's something like a flood fill and it's like the "boundary" tool in Autocad. The image shows an ...
3
votes
2answers
140 views

How to bring polygons closer to a point?

I have some scattered polygons with a lot of space between them. I want to make a thematic map but all that white space doesn't look very good, so I want to bring the polygons closer to the center of ...