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 1feea3c commit ac79724Copy full SHA for ac79724
1 file changed
services-geojson/src/main/java/com/mapbox/geojson/Point.java
@@ -41,10 +41,10 @@
41
* geoid, with the height varying by up to 5 m (but generally between 2 and 3 meters) higher or
42
* lower relative to a surface parallel to Earth's mean sea level.
43
* <p>
44
- * A sample GeoJson Point's provided below (in it's serialized state).
+ * A sample GeoJson Point's provided below (in its serialized state).
45
* <pre>
46
* {
47
- * "TYPE": "Point",
+ * "type": "Point",
48
* "coordinates": [100.0, 0.0]
49
* }
50
* </pre>
0 commit comments