Skip to content
This repository has been archived by the owner on Apr 10, 2018. It is now read-only.

Commit

Permalink
Merge pull request #69 from mapbox/type
Browse files Browse the repository at this point in the history
Update $type filter values to match GeoJSON/VectorTile spec
  • Loading branch information
ansis committed Jun 29, 2014
2 parents 6b1df98 + 4a3257a commit 9cd86a9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions reference/v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -435,12 +435,10 @@
"$type": {
"type": "enum",
"values": [
"any",
"point",
"line",
"polygon"
"Point",
"LineString",
"Polygon"
],
"default": "any",
"doc": "Geometry type that features must match."
},
"*": [
Expand Down

0 comments on commit 9cd86a9

Please sign in to comment.