We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada6807 commit 5289764Copy full SHA for 5289764
src/main/groovy/geoscript/render/io/YamlMapReader.groovy
@@ -7,7 +7,7 @@ import groovy.json.JsonSlurper
7
import org.yaml.snakeyaml.Yaml
8
9
/**
10
- * Read a Map from a JSON String.
+ * Read a Map from a Yaml String.
11
* <pre>
12
* ---
13
* width: 400
@@ -16,10 +16,10 @@ import org.yaml.snakeyaml.Yaml
16
* backgroundColor: blue
17
* proj: EPSG:4326
18
* bounds:
19
- * minX: -135.911779
20
- * minY: 36.993573
21
- * maxX: -96.536779
22
- * maxY: 51.405899
+ * minX: -135.911779
+ * minY: 36.993573
+ * maxX: -96.536779
+ * maxY: 51.405899
23
* layers:
24
* - layertype: layer
25
* file: "states.shp"
0 commit comments