[Geoserver-devel] [JIRA] (GEOS-8902) Update Geoserver docs to remove JTS references

Brad Hards created an issue

GeoServer / BugGEOS-8902

Update Geoserver docs to remove JTS references

Issue Type:

BugBug

Affects Versions:

2.14-RC

Assignee:

Unassigned

Components:

Documentation

Created:

22/Aug/18 12:59 AM

Priority:

MediumMedium

Reporter:

Brad Hards

doc/en/api/1.0.0/structuredcoverages.yaml
45-                      "maxOccurs": 1,
46-                      "nillable": true,
47:                      "binding": "com.vividsolutions.jts.geom.MultiPolygon"
48-                    },
49-                        {
--
83-                    <maxOccurs>1</maxOccurs>
84-                    <nillable>true</nillable>
85:                    <binding>com.vividsolutions.jts.geom.MultiPolygon</binding>
86-                  </Attribute>
87-                  <Attribute>
--
595-              <maxOccurs>1</maxOccurs>
596-              <nillable>true</nillable>
597:              <binding>com.vividsolutions.jts.geom.MultiPolygon</binding>
598-            </Attribute>
599-            <Attribute>

doc/en/api/1.0.0/featuretypes.yaml
428-                        "maxOccurs": 1,
429-                        "nillable": true,
430:                        "binding": "com.vividsolutions.jts.geom.Point"
431-                      },
432-                      {
--
547-                                  <maxOccurs>1</maxOccurs>
548-                                  <nillable>true</nillable>
549:                                  <binding>com.vividsolutions.jts.geom.Point</binding>
550-                            </attribute>
551-                            <attribute>
--
800-                        "maxOccurs": 1,
801-                        "nillable": true,
802:                        "binding": "com.vividsolutions.jts.geom.Point"
803-                      },
804-                      {
--
919-                                  <maxOccurs>1</maxOccurs>
920-                                  <nillable>true</nillable>
921:                                  <binding>com.vividsolutions.jts.geom.Point</binding>
922-                            </attribute>
923-                            <attribute>
--
1318-                      "maxOccurs": 1,
1319-                      "nillable": true,
1320:                      "binding": "com.vividsolutions.jts.geom.Point"
1321-                    },
1322-                    {

doc/en/user/source/extensions/importer/rest_reference.rst
721-                    {
722-                            name: "the_geom",
723:                            binding: "com.vividsolutions.jts.geom.MultiPoint"
724-                    },
725-                    {

doc/en/user/source/extensions/importer/rest_examples.rst
195-          {
196-            "name": "the_geom",
197:            "binding": "com.vividsolutions.jts.geom.MultiPoint"
198-          },
199-          {

doc/en/user/source/rest/stores.rst
310-       <attribute>
311-         <name>the_geom</name>
312:         <binding>com.vividsolutions.jts.geom.Point</binding>
313-       </attribute>
314-       <attribute>

doc/en/user/source/rest/imagemosaic.rst
84-          <maxOccurs>1</maxOccurs>
85-          <nillable>true</nillable>
86:          <binding>com.vividsolutions.jts.geom.Polygon</binding>
87-        </Attribute>
88-        <Attribute>

doc/en/user/source/community/scripting/hooks.rst
115-.. code-block:: groovy
116- 
117:  import com.vividsolutions.jts.geom.Geometry
118-
119-  title = 'Buffer'
--
138-
139-  from geoserver.wps import process
140:  from com.vividsolutions.jts.geom import Geometry
141-
142-  @process(

}}

Add Comment

Add Comment

Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS


This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100090-sha1:6264ea8)

Atlassian logo