[josm-dev] Optimizations for larger data sets
Dave Hansen
dave at sr71.net
Fri Dec 14 18:12:02 GMT 2007
On Fri, 2007-12-14 at 19:00 +0100, Petr Nejedly wrote:
>
> +
> public void visitAll(DataSet data) {
> -
> inactiveColor = getPreferencesColor("inactive", Color.DARK_GRAY);
> selectedColor = getPreferencesColor("selected", Color.WHITE);
> nodeColor = getPreferencesColor("node", Color.RED);
> @@ -96,7 +97,7 @@
> if (!osm.deleted)
> osm.visit(this);
> displaySegments(null);
> - }
> + }
>
> /**
> * Draw a small rectangle.
One thing I've always wondered about JOSM is what its coding standards
are. It seems some files are in UNIX encoding, other in DOS. Some use
tabs, other spaces, most use combination. How many tabs per space,
etc...
-- Dave
More information about the josm-dev
mailing list