Skip to content

Commit 5289764

Browse files
committed
Fix groovydocs
1 parent ada6807 commit 5289764

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/main/groovy/geoscript/render/io/YamlMapReader.groovy

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import groovy.json.JsonSlurper
77
import org.yaml.snakeyaml.Yaml
88

99
/**
10-
* Read a Map from a JSON String.
10+
* Read a Map from a Yaml String.
1111
* <pre>
1212
* ---
1313
* width: 400
@@ -16,10 +16,10 @@ import org.yaml.snakeyaml.Yaml
1616
* backgroundColor: blue
1717
* proj: EPSG:4326
1818
* bounds:
19-
* minX: -135.911779
20-
* minY: 36.993573
21-
* maxX: -96.536779
22-
* maxY: 51.405899
19+
* minX: -135.911779
20+
* minY: 36.993573
21+
* maxX: -96.536779
22+
* maxY: 51.405899
2323
* layers:
2424
* - layertype: layer
2525
* file: "states.shp"

0 commit comments

Comments
 (0)