helloworld.properties

来自「openmap java写的开源数字地图程序. 用applet实现,可以像g」· PROPERTIES 代码 · 共 46 行

PROPERTIES
46
字号
# **********************************************************************# # BBNT Solutions LLC, A part of GTE#  10 Moulton St.#  Cambridge, MA 02138#  (617) 873-2000# #  Copyright (C) 1998, 2000#  This software is subject to copyright protection under the laws of #  the United States and other countries.# # **********************************************************************# # $Source: /cvs/distapps/openmap/src/openmap/com/bbn/openmap/examples/hello/HelloWorld.properties,v $# $Revision: 1.1.1.1 $# $Date: 2003/02/14 21:35:48 $# $Author: dietrick $# # **********************************************************************#----------------------------------------------------------------------# Properties file for HelloWorld example#----------------------------------------------------------------------# layers to load and show on the maphello.layers=text political graticulegraticule.class=com.bbn.openmap.layer.GraticuleLayergraticule.prettyName=Graticulepolitical.class=com.bbn.openmap.layer.shape.ShapeLayerpolitical.prettyName=Political Solidpolitical.shapeFile=data/shape/dcwpo-browse.shppolitical.spatialIndex=data/shape/dcwpo-browse.ssxpolitical.lineColor=0political.fillColor=BDDE83text.class=com.bbn.openmap.examples.hello.TextLayertext.prettyName=Hellotext.message=Hello, World#----------------------------------------------------------------------# End of properties file for HelloWorld Example#----------------------------------------------------------------------

⌨️ 快捷键说明

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