Class StreetsideProperties
- java.lang.Object
-
- org.openstreetmap.josm.plugins.streetside.utils.StreetsideProperties
-
public final class StreetsideProperties extends java.lang.Object
-
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description privateStreetsideProperties()
-
-
-
Field Detail
-
DELETE_AFTER_UPLOAD
public static final BooleanProperty DELETE_AFTER_UPLOAD
-
DEVELOPER
public static final BooleanProperty DEVELOPER
-
DISPLAY_HOUR
public static final BooleanProperty DISPLAY_HOUR
-
HOVER_ENABLED
public static final BooleanProperty HOVER_ENABLED
-
MOVE_TO_IMG
public static final BooleanProperty MOVE_TO_IMG
-
TIME_FORMAT_24
public static final BooleanProperty TIME_FORMAT_24
-
IMAGE_LINK_TO_BLUR_EDITOR
public static final BooleanProperty IMAGE_LINK_TO_BLUR_EDITOR
-
CUBEMAP_LINK_TO_BLUR_EDITOR
public static final BooleanProperty CUBEMAP_LINK_TO_BLUR_EDITOR
-
TILE_DOWNLOAD_THREAD_PAUSE_LEN_SEC
public static final IntegerProperty TILE_DOWNLOAD_THREAD_PAUSE_LEN_SEC
-
PREDOWNLOAD_CUBEMAPS
public static final BooleanProperty PREDOWNLOAD_CUBEMAPS
-
DEBUGING_ENABLED
public static final BooleanProperty DEBUGING_ENABLED
-
DOWNLOAD_CUBEFACE_TILES_TOGETHER
public static final BooleanProperty DOWNLOAD_CUBEFACE_TILES_TOGETHER
-
CUT_OFF_SEQUENCES_AT_BOUNDS
public static final BooleanProperty CUT_OFF_SEQUENCES_AT_BOUNDS
If false, all sequences that cross the download bounds are put completely into the StreetsideData object. Otherwise only all images (!) inside the download bounds are added, the others are discarded.
-
MAPOBJECT_ICON_SIZE
public static final IntegerProperty MAPOBJECT_ICON_SIZE
-
MAX_MAPOBJECTS
public static final IntegerProperty MAX_MAPOBJECTS
-
SHOW_DETECTED_SIGNS
public static final BooleanProperty SHOW_DETECTED_SIGNS
-
SHOW_HIGH_RES_STREETSIDE_IMAGERY
public static final BooleanProperty SHOW_HIGH_RES_STREETSIDE_IMAGERY
-
BACKGROUND
public static final NamedColorProperty BACKGROUND
SeeOsmDataLayer#PROPERTY_BACKGROUND_COLOR
-
OUTSIDE_DOWNLOADED_AREA
public static final NamedColorProperty OUTSIDE_DOWNLOADED_AREA
SeeOsmDataLayer#PROPERTY_OUTSIDE_COLOR
-
MAX_DOWNLOAD_AREA
public static final DoubleProperty MAX_DOWNLOAD_AREA
-
PICTURE_DRAG_BUTTON
public static final IntegerProperty PICTURE_DRAG_BUTTON
-
PICTURE_OPTION_BUTTON
public static final IntegerProperty PICTURE_OPTION_BUTTON
-
PICTURE_ZOOM_BUTTON
public static final IntegerProperty PICTURE_ZOOM_BUTTON
-
SEQUENCE_MAX_JUMP_DISTANCE
public static final IntegerProperty SEQUENCE_MAX_JUMP_DISTANCE
-
ACCESS_TOKEN
public static final StringProperty ACCESS_TOKEN
-
DOWNLOAD_MODE
public static final StringProperty DOWNLOAD_MODE
-
START_DIR
public static final StringProperty START_DIR
-
URL_CLIENT_ID
public static final StringProperty URL_CLIENT_ID
-
BING_MAPS_KEY
public static final StringProperty BING_MAPS_KEY
-
TEST_BUBBLE_ID
public static final StringProperty TEST_BUBBLE_ID
-
IMAGEINFO_HELP_COUNTDOWN
public static final IntegerProperty IMAGEINFO_HELP_COUNTDOWN
The number of times the help popup for theImageInfoPanelwill be displayed. But regardless of this number, the popup will only show up at most once between two (re)starts of JOSM. Or opening theImageInfoPanelimmediately brings this number down to zero.
-
STREETSIDE_VIEWER_HELP_COUNTDOWN
public static final IntegerProperty STREETSIDE_VIEWER_HELP_COUNTDOWN
The number of times the help popup for theStreetsideViewerPanelwill be displayed. But regardless of this number, the popup will only show up at most once between two (re)starts of JOSM. Or opening theStreetsideViewerPanelimmediately brings this number down to zero.
-
PRE_FETCH_IMAGE_COUNT
public static final IntegerProperty PRE_FETCH_IMAGE_COUNT
The number of images to be prefetched when a streetside image is selected
-
PRE_FETCH_CUBEMAP_COUNT
public static final IntegerProperty PRE_FETCH_CUBEMAP_COUNT
The number of images to be prefetched when a streetside image is selected
-
-
Constructor Detail
-
StreetsideProperties
private StreetsideProperties()
-
-