📄 prrmcontext.jsp
字号:
<%@ page language="java" contentType="text/xml" %>
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
<%@ taglib uri="/WEB-INF/tld/mcaps.tld" prefix="mcaps" %>
<mcaps:userPreference key="maphost" name="host" scope="page"/>
<mcaps:userPreference key="maphostport" name="port" scope="page"/>
<ViewContext version="1.0.0" id="demisWorldMap" xmlns="http://www.opengis.net/context" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/context http://schemas.opengeospatial.net/context/1.0.0/context.xsd">
<General>
<Title>Singapore Map</Title>
<!--
<Window width="385" height="193"/>
-->
<Window width="500" height="250"/>
<BoundingBox SRS="EPSG:4326" minx="103.57608241152" miny="1.2358078149427247" maxx="104.0636279808" maxy="1.4795805995827247"/>
<KeywordList>
<Keyword>Demis</Keyword>
<Keyword>World</Keyword>
</KeywordList>
<Abstract>High Performance Web Mapping Server Demo with global basemap data,
using OpenGIS protocols. http://www.demis.nl/home/pages/wms/demiswms.htm
</Abstract>
</General>
<LayerList>
<Layer queryable="1" hidden="0">
<Server service="OGC:WMS" version="1.1.1" title="Local">
<OnlineResource xlink:type="simple" xlink:href="http://www2.demis.nl/wms/wms.asp?wms=WorldMap&"/>
</Server>
<Name>Bathymetry,Countries</Name>
<Title>Singapore Map</Title>
<Abstract>Singapore Map from Demis World Map.</Abstract>
<SRS>EPSG:4326</SRS>
<FormatList>
<Format current="1">image/png</Format>
</FormatList>
</Layer>
<Layer queryable="1" hidden="0">
<Server service="OGC:WMS" version="1.1.1" title="Local">
<OnlineResource xlink:type="simple" xlink:href="http://${host}:${port}/geoserver/wms"/>
</Server>
<Name>prrm:prrm_road,prrm:prrm_roaddefect</Name>
<Title>Tracks</Title>
<Abstract>singapore roads map.</Abstract>
<SRS>EPSG:4326</SRS>
<FormatList>
<Format current="1">image/gif</Format>
</FormatList>
<StyleList>
<Style current="1">
<SLD>
<OnlineResource xlink:type="simple" xlink:href="http://${host}:${port}/prrm/map/data/sld/prrm_current.jsp?${param.customParams}" />
</SLD>
</Style>
</StyleList>
<!--
<OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/prrm/map/data/sld/prrm_current.jsp?roadDefectId=${param.roadDefectId}&roadId=${param.roadId}" />
-->
</Layer>
</LayerList>
</ViewContext>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -