Skip to content

Commit

Permalink
Rename properties to featureProperties to match EXT_3dtiles_feature_m…
Browse files Browse the repository at this point in the history
…etadata changes
  • Loading branch information
lilleyse committed Apr 9, 2020
1 parent ae0bc12 commit a255540
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions extensions/2.0/Vendor/EXT_3dtiles_feature_hierarchy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Consider a tile whose features fit into multiple categories that do not share th
```json
{
"featureCount": 8,
"properties": {
"featureProperties": {
"lampStrength": {
"array": {
"type": "number",
Expand Down Expand Up @@ -70,7 +70,7 @@ In this example, several `""` and `0` array values are stored so each array has
```json
{
"featureCount": 8,
"properties": {
"featureProperties": {
"info": {
"array": {
"type": "any",
Expand Down Expand Up @@ -136,7 +136,7 @@ A standard feature table with two walls per building and three buildings per blo
```json
{
"featureCount": 6,
"properties": {
"featureProperties": {
"wall_color": {
"array": {
"type": "string",
Expand Down Expand Up @@ -194,7 +194,7 @@ Sample Feature Table:
```json
{
"featureCount": 6,
"properties": {},
"featureProperties": {},
"extensions": {
"EXT_3dtiles_feature_hierarchy": {
"classes": [
Expand Down Expand Up @@ -327,7 +327,7 @@ Going back to the example of a parking lot with car, lamp post, and tree feature
```json
{
"featureCount": 8,
"properties": {},
"featureProperties": {},
"extensions": {
"EXT_3dtiles_feature_hierarchy": {
"classes": [
Expand Down Expand Up @@ -422,7 +422,7 @@ The city block example would now look like this:
```json
{
"featureCount": 6,
"properties": {},
"featureProperties": {},
"extensions": {
"EXT_3dtiles_feature_hierarchy": {
"classes": [
Expand Down Expand Up @@ -555,7 +555,7 @@ Feature hierarchy, block:
```
{
"featureCount": 10,
"properties": {
"featureProperties": {
"Height": {
"array": {
"type": "number",
Expand Down

0 comments on commit a255540

Please sign in to comment.