# ********************************************************************** # # BBN Corporation # 10 Moulton St. # Cambridge, MA 02138 # (617) 873-2000 # # Copyright (C) 1998 # This software is subject to copyright protection under the laws of # the United States and other countries. # # ********************************************************************** # # $Source: /u4/rcs/openmap/share/openmap.properties,v $ # $RCSfile: openmap.properties,v $ # $Revision: 1.16 $ # $Date: 1999/05/17 19:54:00 $ # $Author: aculline $ # # ********************************************************************** # # Generic OpenMap properties file that shows how the data in this directory can # be used. # # Map starting location openmap.Latitude=41.5f openmap.Longitude=-71f # Scale: zoomed all the way out (1:scale) openmap.Scale=5000000f # Mercator projection (try "cadrg", "orthographic", ...) openmap.Projection=cadrg # Width and Height of map openmap.Width=640 openmap.Height=480 # X/Y window position (if values < 0, then center window on screen) openmap.x=-1 openmap.y=-1 # miscellaneous variables openmap.WebBrowser=/usr/bin/netscape -install openmap.TempDirectory=/tmp openmap.HelpURL=http://openmap.bbn.com/doc/user-guide.html gui.UseInternalFrames=false # Layers listed here appear on the Map in the order of their names. openmap.layers=graticule daynight dams airport2 cities roads rails scaledPolitical urban2 volcano fedland scaledFillPolitical # These layers are turned on when the map is first started. openmap.startUpLayers=graticule scaledPolitical scaledFillPolitical roads.class=com.bbn.openmap.layer.shape.ShapeLayer roads.prettyName=Roads roads.shapeFile=/usr/local/data/shape/roadtrl020.shp roads.spatialIndex=/usr/local/data/shape/roadtrl020.ssx roads.lineColor=ffff0000 roads.fillColor=ffff0000 airports.class=com.bbn.openmap.layer.shape.ShapeLayer airports.prettyName=Airports airports.shapeFile=/usr/local/data/shape/airprtx020.shp airports.spatialIndex=/usr/local/data/shape/airprtx020.ssx airports.lineColor=ff0000ff airports.fillColor=ff0000ff airports.pointImageURL=file:///usr/local/data/icons/airport.gif airport2.class=com.bbn.openmap.layer.shape.areas.AreaShapeLayer airport2.prettyName=Airports airport2.shapeFile=/usr/local/data/shape/airprtx020.shp airport2.spatialIndex=/usr/local/data/shape/airprtx020.ssx airport2.csvFile=/usr/local/data/shape/airprtx020.csv airport2.pointImageURL=file:///usr/local/data/icons/airport.gif airport2.keyIndex=4 airport2.nameIndex=5 cities.class=com.bbn.openmap.layer.shape.ShapeLayer cities.prettyName=Cities cities.shapeFile=/usr/local/data/shape/citiesx020.shp cities.spatialIndex=/usr/local/data/shape/citiesx020.ssx cities.lineColor=ff555555 cities.fillColor=ff555555 cities.pointImageURL=file:///usr/local/data/icons/city.gif dams.class=com.bbn.openmap.layer.shape.ShapeLayer dams.prettyName=Dams dams.shapeFile=/usr/local/data/shape/dams00x020.shp dams.spatialIndex=/usr/local/data/shape/dams00x020.ssx dams.lineColor=ff005555 dams.fillColor=ff005555 dams.pointImageURL=file:///usr/local/data/icons/dam.gif rails.class=com.bbn.openmap.layer.shape.ShapeLayer rails.prettyName=Railroads rails.shapeFile=/usr/local/data/shape/railrdl020.shp rails.spatialIndex=/usr/local/data/shape/railrdl020.ssx rails.lineColor=ffff9922 rails.fillColor=ffff9922 urban.class=com.bbn.openmap.layer.shape.ShapeLayer urban.prettyName=Urban Areas urban.shapeFile=/usr/local/data/shape/urbanap020.shp urban.spatialIndex=/usr/local/data/shape/urbanap020.ssx urban.lineColor=99ffff00 urban.fillColor=99ffff00 urban2.class=com.bbn.openmap.layer.shape.areas.AreaShapeLayer urban2.prettyName=Urban Areas urban2.shapeFile=/usr/local/data/shape/urbanap020.shp urban2.spatialIndex=/usr/local/data/shape/urbanap020.ssx urban2.csvFile=/usr/local/data/shape/urbanap020.csv urban2.lineColor=99ffff00 urban2.fillColor=99ffff00 urban2.keyIndex=5 urban2.nameIndex=4 volcano.class=com.bbn.openmap.layer.shape.ShapeLayer volcano.prettyName=Volcanos volcano.shapeFile=/usr/local/data/shape/volcanx020.shp volcano.spatialIndex=/usr/local/data/shape/volcanx020.ssx volcano.lineColor=ff0055aa volcano.fillColor=ff0055aa volcano.pointImageURL=file:///usr/local/data/icons/volcano.gif fedland.class=com.bbn.openmap.layer.shape.ShapeLayer fedland.prettyName=Federal Lands fedland.shapeFile=/usr/local/data/shape/fedlanp020.shp fedland.spatialIndex=/usr/local/data/shape/fedlanp020.ssx fedland.lineColor=9900dd00 fedland.fillColor=9900dd00 ### HelloWorld layer hello.class=com.bbn.openmap.layer.test.HelloWorldLayer hello.prettyName=Hello World scaledPolitical.class=com.bbn.openmap.layer.ScaleFilterLayer scaledPolitical.prettyName=Political Boundaries # List 2 or more layers scaledPolitical.layers=thinShapePolitical shapePolitical # List the transition scales to switch between layers scaledPolitical.transitionScales=10000000 scaledFillPolitical.class=com.bbn.openmap.layer.ScaleFilterLayer scaledFillPolitical.prettyName=Political Areas # List 2 or more layers scaledFillPolitical.layers=thinShapeFillPolitical shapeFillPolitical # List the transition scales to switch between layers scaledFillPolitical.transitionScales=10000000 ### ShapeFile layer shapePolitical.class=com.bbn.openmap.layer.shape.ShapeLayer shapePolitical.prettyName=Political Solid # 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 CLASSPATH shapePolitical.shapeFile=/usr/local/data/shape/vmap_edge.shp shapePolitical.spatialIndex=/usr/local/data/shape/vmap_edge.ssx # Colors (32bit ARGB) shapePolitical.lineColor=ff000000 shapePolitical.fillColor=ffbdde83 ### ShapeFile layer thinShapePolitical.class=com.bbn.openmap.layer.shape.ShapeLayer thinShapePolitical.prettyName=Political Solid # 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 CLASSPATH thinShapePolitical.shapeFile=/usr/local/data/shape/vmap_edge_thin.shp thinShapePolitical.spatialIndex=/usr/local/data/shape/vmap_edge_thin.ssx # Colors (32bit ARGB) thinShapePolitical.lineColor=ff000000 thinShapePolitical.fillColor=ffbdde83 ### ShapeFile layer shapeFillPolitical.class=com.bbn.openmap.layer.shape.ShapeLayer shapeFillPolitical.prettyName=Political Solid # 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 CLASSPATH shapeFillPolitical.shapeFile=/usr/local/data/shape/vmap_area.shp shapeFillPolitical.spatialIndex=/usr/local/data/shape/vmap_area.ssx # Colors (32bit ARGB) shapeFillPolitical.lineColor=ffbdde83 shapeFillPolitical.fillColor=ffbdde83 ### ShapeFile layer thinShapeFillPolitical.class=com.bbn.openmap.layer.shape.ShapeLayer thinShapeFillPolitical.prettyName=Political Solid # 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 CLASSPATH thinShapeFillPolitical.shapeFile=/usr/local/data/shape/vmap_area_thin.shp thinShapeFillPolitical.spatialIndex=/usr/local/data/shape/vmap_area_thin.ssx # Colors (32bit ARGB) thinShapeFillPolitical.lineColor=ffbdde83 thinShapeFillPolitical.fillColor=ffbdde83 ### Graticule layer graticule.class=com.bbn.openmap.layer.GraticuleLayer graticule.prettyName=Graticule # Show lat / lon spacing labels graticule.showRuler=true graticule.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=FF000000 # the color of 5 degree spaing lines (ARGB) graticule.5DegreeColor=FF009900 # the color of 1 degree spaing lines (ARGB) graticule.1DegreeColor=FF003300 # the color of the equator (ARGB) graticule.equatorColor=FFFF0000 # the color of the international dateline (ARGB) graticule.dateLineColor=FF000099 # the color of the special lines (ARGB) graticule.specialLineColor=FF000000 # the color of the labels (ARGB) graticule.textColor=FF000000 ### Day/Night shading layer properties daynight.class=com.bbn.openmap.layer.daynight.DayNightLayer daynight.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 updates daynight.updateInterval=300000 # Shading Colors (32bit ARGB) daynight.nighttimeColor=64000000 daynight.daytimeColor=00FFFFFF