transaction2.txt

来自「电子地图服务器,搭建自己的地图服务」· 文本 代码 · 共 24 行

TXT
24
字号
<wfs:Transaction
  service="WFS"
  version="1.0.0"
  xmlns:cdf="http://www.opengis.net/cite/data"
  xmlns:gml="http://www.opengis.net/gml"
  xmlns:ogc="http://www.opengis.net/ogc"
  xmlns:wfs="http://www.opengis.net/wfs"
>
  <wfs:Insert>
    <cdf:Inserts>
      <gml:boundedBy>
        <gml:Box srsName="EPSG:32615">
          <gml:coordinates>500000,500000 500100,500100</gml:coordinates>
        </gml:Box>
      </gml:boundedBy>
      <cdf:id>3</cdf:id>
      <gml:pointProperty>
        <gml:Point srsName="EPSG:32615">
          <gml:coordinates>0,0</gml:coordinates>
        </gml:Point>
      </gml:pointProperty>
    </cdf:Inserts>
  </wfs:Insert>
</wfs:Transaction>

⌨️ 快捷键说明

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