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

📄 00readme

📁 openmap java写的开源数字地图程序. 用applet实现,可以像google map 那样放大缩小地图.
💻
字号:
The java dcwSpecialist reads the raw DCW data, not "Koolish Files".It can read directly from the CD-ROM, or from a copy of the CD on alocal filesystem.The DcwSpecialist can be run likejava -mx64m com.bbn.openmap.dcwSpecialist.DcwSpecialist \	-ior iorfile.ior -dcwpath /usr/local/matt/data/dcwthe -mx64 argument is optional, but highly recommended.  When viewinglarge geographic areas, alot of memory is needed.  Even larger won'thurt... -ior is a required argument, and is the path to use when writing outthe ior file for the webserver.-dcwpath is optional, and defaults to /usr/local/matt/data/dcw.  Ofcourse, running anywhere but blatz, stout, etc., and you'll need toset this argument.   for dcw data, this directory should contain "browse", "dht.", and   "lat." files at a minimum, plus whatever detailed coverage is being   used.   also, giving the -dcwpath argument causes the usage message to get   printed twice.  this is harmless.the dcwspecialist serves different coverage types on differentlayers.  each entry in the overlays file needs to list the coveragetype as the dynamic arg.  So 2 sample lines for the overlay file are:IIOP_Specialist "DcwPolitical" http://blatz/irad/ior/DcwSpecialist.ior "po"IIOP_Specialist "DcwRoads" http://blatz/irad/ior/DcwSpecialist.ior "rd"Some coverage types:dn drainagehy hypsography (contours)ut utilitiesrd roadsrr railroadsNOTES:The following error message:	   Unable to start http server:   java.net.BindException: Address already in useis harmless, as this functionality isn't used in the current release.TODO:colors are assigned arbitrary values based on a single attribute valueand the type of graphic.  this needs to be configurable on aper-coverage, per-graphic-type basis.BUGS:tiled data appears to get selected incorrectly when the map includesthe international dateline.  This results in the dcwspecialist falling back on browse level coverage rather than using the tiled data whenthe scale indicates it should use tiled data.FOR THE VPFSpecialist:The client can specify what coverages and feature types that theVPFSpecialist should return to it.  This is done in the properties forthe client side CSpecLayer, where the .staticArgs property has theform:vmap.staticArgs = (coverageType, trans) (featureTypes, edge) (edge, roadl)Where this is the static args defined to get road data.Apparently,vmap.lineColor=AARRGGBBvmap.fillColor=AARRGGBBcan be used to modify the colors used for the overlay, where the coloris defined as a Hex color code.

⌨️ 快捷键说明

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