Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Material UI theme #1

Merged
merged 17 commits into from
Jul 1, 2021
Prev Previous commit
Next Next commit
fixed title
  • Loading branch information
minniewong committed Jun 3, 2021
commit eb302db8a195fc91501b40928e9b909c1535ef1a
5 changes: 4 additions & 1 deletion docs/vector-metadata-specification.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Vector Metadata Specification
## Overview
The Mapbox vector tile specification provides structure for including data values as properties associated with a feature, but no mechanism for interpreting the meaning or intended use. As such, GIBS has developed a specification for defining each property contained within MVTs in its vector products. Each vector product has an associated JSON vector metadata file which provides the following information:

Expand Down Expand Up @@ -212,7 +213,7 @@ All vector metadata file are validated against the following "business logic" ru
### Sample Content
A vector metadata file is a list of content blocks defining each property. The following snippet shows an example of a single property's definition within the *vector metadata* file.

#### MVT Property Snippet
**MVT Property Snippet**

```json
{
Expand All @@ -230,6 +231,8 @@ A vector metadata file is a list of content blocks defining each property. The f

The following block provides a full example of a *vector metadata* file.

**Sample Vector Metadata File**

```json
{
"id": "Nuclear_Power_Plant_Locations",
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
site_name: NASA GIBS

nav:
- API Documentation: index.md
- GIBS API for Developers: index.md
- Available Imagery Products: available-imagery.md
- Map Library Usage: map-library-usage.md
- Geographic Information System (GIS) Usage: gis-usage.md
Expand Down