⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 openmap.properties

📁 openmap java写的开源数字地图程序. 用applet实现,可以像google map 那样放大缩小地图.
💻 PROPERTIES
📖 第 1 页 / 共 2 页
字号:
# except helpMenu which is always adjusted to be the last menu item.## If you want to remove components from the application, simply remove# the marker name from the openmap.components list.  You don't have to# delete the class definition property, too.  If you want to add a# component to the list, add the marker name to the openmap.components# list when you want it to be created and added relative to the other# components, and then add a 'marker name'.class property for that# component to this file.# ###################################################openmap.components=frame menuBar informationDelegator fileMenu helpMenu controlMenu navigateMenu layersMenu helpUserMenuItem  toolBar omToolSet omdrawingtool layersPanel omdtl overviewMapHandler layerHandler dropSupport mouseModePanel mouseDelegator navMouseMode selectMouseMode distanceMouseMode nullMouseMode omlineloader projectionstack projectionstacktool omcircleloader omrectloader ompointloader ompolyloader goto addlayer dndCatcher beanpanelframe.class=com.bbn.openmap.gui.OpenMapFramelayerHandler.class=com.bbn.openmap.LayerHandlertoolBar.class=com.bbn.openmap.gui.ToolPanelomToolSet.class=com.bbn.openmap.gui.OMToolSetlayersPanel.class=com.bbn.openmap.gui.LayersPaneloverviewMapHandler.class=com.bbn.openmap.gui.OverviewMapHandlerlayersMenu.class=com.bbn.openmap.gui.LayersMenumenuPanel.class=com.bbn.openmap.gui.MenuPanelmouseModePanel.class=com.bbn.openmap.gui.MouseModePanelinformationDelegator.class=com.bbn.openmap.InformationDelegatormouseDelegator.class=com.bbn.openmap.MouseDelegatornavMouseMode.class=com.bbn.openmap.event.NavMouseMode2selectMouseMode.class=com.bbn.openmap.event.SelectMouseModedistanceMouseMode.class=com.bbn.openmap.event.DistanceMouseModenullMouseMode.class=com.bbn.openmap.event.NullMouseModemenuBar.class=com.bbn.openmap.gui.MenuBarfileMenu.class=com.bbn.openmap.gui.FileMenuhelpMenu.class=com.bbn.openmap.gui.DefaultHelpMenucontrolMenu.class=com.bbn.openmap.gui.ControlMenunavigateMenu.class=com.bbn.openmap.gui.NavigateMenuhelpUserMenuItem.class=com.bbn.openmap.gui.UserGuideMenuItemsomdrawingtool.class=com.bbn.openmap.tools.drawing.OMDrawingToolomlineloader.class=com.bbn.openmap.tools.drawing.OMLineLoaderomcircleloader.class=com.bbn.openmap.tools.drawing.OMCircleLoaderomrectloader.class=com.bbn.openmap.tools.drawing.OMRectLoaderompointloader.class=com.bbn.openmap.tools.drawing.OMPointLoaderompolyloader.class=com.bbn.openmap.tools.drawing.OMPolyLoaderprojectionstack.class=com.bbn.openmap.proj.ProjectionStackprojectionstacktool.class=com.bbn.openmap.gui.ProjectionStackToolomdtl.class=com.bbn.openmap.tools.drawing.OMDrawingToolLauncheraddlayer.class=com.bbn.openmap.gui.LayerAddPanelgoto.class=com.bbn.openmap.gui.GoToMenugoto.addDefaults=truedropSupport.class=com.bbn.openmap.tools.dnd.DropListenerSupportdndCatcher.class=com.bbn.openmap.tools.beanbox.BeanBoxDnDCatcherbeanpanel.class=com.bbn.openmap.tools.beanbox.BeanPanel# #################################################### Properties defined for the BeanPanel component# ###################################################beanpanel.beans.path=/Users/dietrick/dev/openmap/libbeanpanel.tabs=tab1 tab2 tab3beanpanel.tab1.name=Genericbeanpanel.tab1.beans=com.bbn.openmap.examples.beanbox.SimpleBeanObjectbeanpanel.tab2.name=Containerbeanpanel.tab2.beans=com.bbn.openmap.examples.beanbox.SimpleBeanContainerbeanpanel.tab3.name=Militarybeanpanel.tab3.beans=com.bbn.openmap.examples.beanbox.Fighter# #################################################### Properties defined for the overview map handler.# #################################################### marker name list, layer defined lateroverviewLayers=overviewLayer# how zoomed out to keep the overview map versus the main mapoverviewScaleFactor=10f# when to stop zooming inoverviewMinScale=10000000f# the layer to use to render on top, showing where the main map covers.overviewStatusLayer=com.bbn.openmap.layer.OverviewMapAreaLayer# #################################################### You can refer to other properties files and have their properties# loaded as well.  This is good for defining a set of layers that work# with a particular type of data, for instance, and then override some# of those properties defined in those files to localize them for your# setup.  This works with a marker name list.  By default, nothing defined.# ####################################################openmap.include=include1 include2#include1.URL=<http://whatever>#include2.URL=<http://whatever># #################################################### Here is the list of layers to add to the map.  The properties for# each marker name are defined later.  ## If you want to remove a layer from the application, remove its# marker name from the openmap.layers property list.  You do not have# to delete all of its properties as well.## If you want to add a layer to the application, add it's marker name# to the openmap.layers property list, and then add its properties to# this file.  As a minimum, Layers all need a 'marker name'.class# property, and a 'marker name'.prettyName property (for the GUI# components).  Consult the JavaDocs for a layer to see what other# properties can be set for that layer.# #################################################### Layers listed here appear on the Map in the order of their names.openmap.layers=simpleBeanLayer date daynight graticule shapePolitical# These layers are turned on when the map is first started.  Order# does not matter here...openmap.startUpLayers=simpleBeanLayer graticule shapePolitical# #################################################### These are the properties for individual layers.  Consult the # javadocs (Java API pages) for the individual layers for options.# ###################################################### Layer used by the overview handleroverviewLayer.class=com.bbn.openmap.layer.shape.ShapeLayeroverviewLayer.prettyName=OverviewoverviewLayer.shapeFile=data/shape/dcwpo-browse.shpoverviewLayer.spatialIndex=data/shape/dcwpo-browse.ssxoverviewLayer.lineColor=ff000000overviewLayer.fillColor=ffbdde83### ShapeFile layersshapePolitical.class=com.bbn.openmap.layer.shape.ShapeLayershapePolitical.prettyName=Political Boundaries# Specify shapefile and spatial-index file as a filename or pathname.# If the former, you must reference the directory where this file# lives in your CLASSPATHshapePolitical.shapeFile=data/shape/dcwpo-browse.shpshapePolitical.spatialIndex=data/shape/dcwpo-browse.ssx# Colors (32bit ARGB)shapePolitical.lineColor=ff000000shapePolitical.fillColor=ffbdde83### Graticule layergraticule.class=com.bbn.openmap.layer.GraticuleLayergraticule.prettyName=Graticule# Show lat / lon spacing labelsgraticule.showRuler=truegraticule.show1And5Lines=true# Controls when the five degree lines and one degree lines kick in#- when there is less than the threshold of ten degree lat or lon#lines, five degree lines are drawn.  The same relationship is there#for one to five degree lines.graticule.threshold=2# the color of 10 degree spaing lines (ARGB)graticule.10DegreeColor=99000000# the color of 5 degree spaing lines (ARGB)graticule.5DegreeColor=99009900# the color of 1 degree spaing lines (ARGB)graticule.1DegreeColor=99003300# the color of the equator (ARGB)graticule.equatorColor=99FF0000# the color of the international dateline (ARGB)graticule.dateLineColor=99000000# the color of the special lines (ARGB)graticule.specialLineColor=99000000# the color of the labels (ARGB)graticule.textColor=99000000### Date & Time layerdate.class=com.bbn.openmap.layer.DateLayerdate.prettyName=Date & Time# display font as a Java font stringdate.font=SansSerif-Bold# like XWindows geometry: [+-]X[+-]Y, `+' indicates relative to# left edge or top edges, `-' indicates relative to right or bottom# edges, XX is x coordinate, YY is y coordinatedate.geometry=+20+30# background rectangle color ARGBdate.color.bg=ff808080# foreground text color ARGBdate.color.fg=ff000000# date format (using java.text.SimpleDateFormat patterns)date.date.format=EEE, d MMM yyyy HH:mm:ss z### Day/Night shading layer propertiesdaynight.class=com.bbn.openmap.layer.daynight.DayNightLayerdaynight.prettyName=Day/Night Shading# draw terminator as poly (faster calculation than image, defaults to# true).daynight.doPolyTerminator=true# number of vertices for polygon terminator line.  this is only valid# if doPolyTerminator is true...daynight.terminatorVerts=512# termFade - the distance of the transition of fade, as a percentage of PI.daynight.termFade=.1# currentTime - true to display the shading at the computer's current time.daynight.currentTime=true# updateInterval - time in milliseconds between updates.  currentTime has to be# true for this to be used.  1000*60*5 = 300000 = 5min updatesdaynight.updateInterval=300000# Shading Colors (32bit ARGB)daynight.nighttimeColor=64000000daynight.daytimeColor=00FFFFFF### VMAP Political layervmapPolitical.class=com.bbn.openmap.layer.vpf.VPFLayervmapPolitical.prettyName=VMAP PoliticalvmapPolitical.vpfPath=data/vmap/vmaplv0vmapPolitical.coverageType=bndvmapPolitical.featureTypes=edge area text#  just display coastlines and political boundaries#vmapPolitical.edge= polbndl coastl depthlvmapPolitical.edge= polbndl coastl#  just display political areas and not oceans#vmapPolitical.area= oceansea polbndavmapPolitical.area= polbnda# Use this property for a better focus on feature types, especially# for more fine-grained databases#vmapPolitical.searchByFeature=truesimpleBeanLayer.class=com.bbn.openmap.examples.beanbox.SimpleBeanLayersimpleBeanLayer.prettyName=Simple Bean Layer

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -