GeoServer发布WMS服务

目录

  • 准备
  • WMS
  • WTMS

一、 准备

1. 首先我们需要一些配置,进入根目录下面

2.进入data

3. 新建一个目录,名字随意

esri loader + arcgis api 实现小部件

template部分

1
2
3
4
5
6
7
8
9
10
<template>
<el-row style="box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 12px 0px;">
<el-button type="" icon="el-icon-plus" circle class="zoomin"></el-button>
<el-button type="" icon="el-icon-minus" circle class="zoomout"></el-button>
<el-button type="info" icon="el-icon-thumb" circle class="pan"></el-button>
<el-button type="info" icon="el-icon-full-screen" circle class="fullmap"></el-button>
<el-button type="" icon="el-icon-arrow-left" circle class="beforePic"></el-button>
<el-button type="" icon="el-icon-arrow-right" circle class="afterPic"></el-button>
</el-row>
</template>

效果图

在这里插入图片描述

1. template结构

1
2
3
4
5
<template>
<div class="wrap" style="position: relative; width: 100%">
<div id="map" style="width: 100%; height: 835px;"></div>
</div>
</template>

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment