6
votes
1answer
80 views

Finding Ring Smaller than a certain tolerance

In Simplifying a shapefile for world timezones http://efele.net/maps/tz/world/ all generalize/simplify algorithms fail on 5 countries/states, shown in this shape file ...
3
votes
1answer
575 views

Changing the scale (generalisation) in ArcGIS 10

I have 2 polygon layers, accordingly 1:10 000 and 1:500 000. I want to generalize the first layer from 1:10 000 to 1:500 000. I tried using Simplify polygon tool, and since these scales relate to ...
13
votes
3answers
826 views

Best practices for visualising clustered features in web maps?

I'm looking for the best symbol to display clustered features in the ArcGIS Server JS API. I don't like the "fly-out" animated cluster symbol, as used in the Silverlight API clustering or the JS ...
18
votes
10answers
2k views

What are the existing solutions to automate generalisation/simplification of geographical data?

I am looking for existing solutions (softwares, libraries, methods, etc.) to automate the generalisation/simplification of geographical data as presented there, and also there. How do you proceed ...
18
votes
5answers
966 views

Simplifying geometries (generalization)

What are the recommended ways of simplifying geometries? Keeping in mind projections, and simplifying state geometries for example. I've heard about converting to an 'equi-distant' projection that ...