source:
josm/trunk/src/org/openstreetmap/josm/gui/mappaint/ElemStyle.java@
1169
Last change on this file since 1169 was 1169, checked in by , 16 years ago | |
---|---|
|
|
File size: 204 bytes |
Line | |
---|---|
1 | package org.openstreetmap.josm.gui.mappaint; |
2 | |
3 | abstract public class ElemStyle |
4 | { |
5 | // zoom range to display the feature |
6 | public long minScale; |
7 | public long maxScale; |
8 | |
9 | public int priority; |
10 | } |
11 | |
12 | |
13 |
Note:
See TracBrowser
for help on using the repository browser.