This repository was archived by the owner on Jul 10, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 43
Add immersive camera example #149
Open
cigone-openindoor
wants to merge
5
commits into
maplibre:main
Choose a base branch
from
cigone-openindoor:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
9498a10
Add immersive camera example
cigone-openindoor a8e6cd3
fix immersive-camera source fil location
cigone-openindoor f3bcd3f
fix linter issue
cigone-openindoor be3d122
fix lint issue
cigone-openindoor 4335619
Add image example
cigone-openindoor File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,220 +1,172 @@ | ||
{ | ||
"!": [ | ||
{ | ||
"title": "Create and style clusters", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/cluster/" | ||
} | ||
], | ||
"!=": [ | ||
{ | ||
"title": "Display HTML clusters with custom properties", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/cluster-html/" | ||
} | ||
], | ||
"/": [ | ||
{ | ||
"title": "Visualize population density", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/visualize-population-density/" | ||
} | ||
], | ||
"<": [ | ||
{ | ||
"title": "Display HTML clusters with custom properties", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/cluster-html/" | ||
} | ||
], | ||
"==": [ | ||
{ | ||
"title": "Add multiple geometries from one GeoJSON source", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/multiple-geometries/" | ||
}, | ||
{ | ||
"title": "Create a time slider", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/timeline-animation/" | ||
}, | ||
{ | ||
"title": "Display buildings in 3D", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/3d-buildings/" | ||
}, | ||
{ | ||
"title": "Filter symbols by toggling a list", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/filter-markers/" | ||
} | ||
], | ||
">=": [ | ||
{ | ||
"title": "Display HTML clusters with custom properties", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/cluster-html/" | ||
} | ||
], | ||
"all": [ | ||
{ | ||
"title": "Display HTML clusters with custom properties", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/cluster-html/" | ||
} | ||
], | ||
"boolean": [ | ||
{ | ||
"title": "Create a hover effect", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/hover-styles/" | ||
} | ||
], | ||
"case": [ | ||
{ | ||
"title": "Create a hover effect", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/hover-styles/" | ||
}, | ||
{ | ||
"title": "Display HTML clusters with custom properties", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/cluster-html/" | ||
} | ||
], | ||
"coalesce": [ | ||
{ | ||
"title": "Use a fallback image", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/fallback-image/" | ||
} | ||
], | ||
"concat": [ | ||
{ | ||
"title": "Add a generated icon to the map", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/add-image-missing-generated/" | ||
}, | ||
{ | ||
"title": "Create a time slider", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/timeline-animation/" | ||
}, | ||
{ | ||
"title": "Use a fallback image", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/fallback-image/" | ||
}, | ||
{ | ||
"title": "Variable label placement", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/variable-label-placement/" | ||
} | ||
], | ||
"downcase": [ | ||
{ | ||
"title": "Change the case of labels", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/change-case-of-labels/" | ||
} | ||
], | ||
"feature-state": [ | ||
{ | ||
"title": "Create a hover effect", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/hover-styles/" | ||
} | ||
], | ||
"format": [ | ||
{ | ||
"title": "Change the case of labels", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/change-case-of-labels/" | ||
}, | ||
{ | ||
"title": "Display and style rich text labels", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/display-and-style-rich-text-labels/" | ||
}, | ||
{ | ||
"title": "Display buildings in 3D", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/3d-buildings/" | ||
} | ||
], | ||
"get": [ | ||
{ | ||
"title": "Change the case of labels", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/change-case-of-labels/" | ||
}, | ||
{ | ||
"title": "Display HTML clusters with custom properties", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/cluster-html/" | ||
}, | ||
{ | ||
"title": "Extrude polygons for 3D indoor mapping", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/3d-extrusion-floorplan/" | ||
} | ||
], | ||
"has": [ | ||
{ | ||
"title": "Create and style clusters", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/cluster/" | ||
} | ||
], | ||
"image": [ | ||
{ | ||
"title": "Use a fallback image", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/fallback-image/" | ||
} | ||
], | ||
"in": [ | ||
{ | ||
"title": "Measure distances", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/measure/" | ||
} | ||
], | ||
"interpolate": [ | ||
{ | ||
"title": "Animate map camera around a point", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/animate-camera-around-point/" | ||
}, | ||
{ | ||
"title": "Change building color based on zoom level", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/change-building-color-based-on-zoom-level/" | ||
}, | ||
{ | ||
"title": "Create a heatmap layer", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/heatmap-layer/" | ||
}, | ||
{ | ||
"title": "Visualize population density", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/visualize-population-density/" | ||
} | ||
], | ||
"let": [ | ||
{ | ||
"title": "Visualize population density", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/visualize-population-density/" | ||
} | ||
], | ||
"literal": [ | ||
{ | ||
"title": "Display and style rich text labels", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/display-and-style-rich-text-labels/" | ||
} | ||
], | ||
"number-format": [ | ||
{ | ||
"title": "Display HTML clusters with custom properties", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/cluster-html/" | ||
} | ||
], | ||
"step": [ | ||
{ | ||
"title": "Create and style clusters", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/cluster/" | ||
} | ||
], | ||
"to-color": [ | ||
{ | ||
"title": "Visualize population density", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/visualize-population-density/" | ||
} | ||
], | ||
"to-string": [ | ||
{ | ||
"title": "Create a time slider", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/timeline-animation/" | ||
} | ||
], | ||
"upcase": [ | ||
{ | ||
"title": "Change the case of labels", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/change-case-of-labels/" | ||
} | ||
], | ||
"var": [ | ||
{ | ||
"title": "Visualize population density", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/visualize-population-density/" | ||
} | ||
] | ||
} | ||
"!": [{ | ||
"title": "Create and style clusters", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/cluster/" | ||
}], | ||
"!=": [{ | ||
"title": "Display HTML clusters with custom properties", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/cluster-html/" | ||
}], | ||
"/": [{ | ||
"title": "Visualize population density", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/visualize-population-density/" | ||
}], | ||
"<": [{ | ||
"title": "Display HTML clusters with custom properties", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/cluster-html/" | ||
}], | ||
"==": [{ | ||
"title": "Add multiple geometries from one GeoJSON source", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/multiple-geometries/" | ||
}, | ||
{ | ||
"title": "Create a time slider", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/timeline-animation/" | ||
}, | ||
{ | ||
"title": "Display buildings in 3D", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/3d-buildings/" | ||
}, | ||
{ | ||
"title": "Filter symbols by toggling a list", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/filter-markers/" | ||
} | ||
], | ||
">=": [{ | ||
"title": "Display HTML clusters with custom properties", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/cluster-html/" | ||
}], | ||
"all": [{ | ||
"title": "Display HTML clusters with custom properties", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/cluster-html/" | ||
}], | ||
"boolean": [{ | ||
"title": "Create a hover effect", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/hover-styles/" | ||
}], | ||
"case": [{ | ||
"title": "Create a hover effect", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/hover-styles/" | ||
}, | ||
{ | ||
"title": "Display HTML clusters with custom properties", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/cluster-html/" | ||
} | ||
], | ||
"coalesce": [{ | ||
"title": "Use a fallback image", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/fallback-image/" | ||
}], | ||
"concat": [{ | ||
"title": "Add a generated icon to the map", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/add-image-missing-generated/" | ||
}, | ||
{ | ||
"title": "Create a time slider", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/timeline-animation/" | ||
}, | ||
{ | ||
"title": "Use a fallback image", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/fallback-image/" | ||
}, | ||
{ | ||
"title": "Variable label placement", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/variable-label-placement/" | ||
} | ||
], | ||
"downcase": [{ | ||
"title": "Change the case of labels", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/change-case-of-labels/" | ||
}], | ||
"feature-state": [{ | ||
"title": "Create a hover effect", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/hover-styles/" | ||
}], | ||
"format": [{ | ||
"title": "Change the case of labels", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/change-case-of-labels/" | ||
}, | ||
{ | ||
"title": "Display and style rich text labels", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/display-and-style-rich-text-labels/" | ||
}, | ||
{ | ||
"title": "Display buildings in 3D", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/3d-buildings/" | ||
} | ||
], | ||
"get": [{ | ||
"title": "Change the case of labels", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/change-case-of-labels/" | ||
}, | ||
{ | ||
"title": "Display HTML clusters with custom properties", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/cluster-html/" | ||
}, | ||
{ | ||
"title": "Extrude polygons for 3D indoor mapping", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/3d-extrusion-floorplan/" | ||
} | ||
], | ||
"has": [{ | ||
"title": "Create and style clusters", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/cluster/" | ||
}], | ||
"image": [{ | ||
"title": "Use a fallback image", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/fallback-image/" | ||
}], | ||
"in": [{ | ||
"title": "Measure distances", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/measure/" | ||
}], | ||
"interpolate": [{ | ||
"title": "Animate map camera around a point", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/animate-camera-around-point/" | ||
}, | ||
{ | ||
"title": "Change building color based on zoom level", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/change-building-color-based-on-zoom-level/" | ||
}, | ||
{ | ||
"title": "Create a heatmap layer", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/heatmap-layer/" | ||
}, | ||
{ | ||
"title": "Visualize population density", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/visualize-population-density/" | ||
} | ||
], | ||
"let": [{ | ||
"title": "Visualize population density", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/visualize-population-density/" | ||
}], | ||
"literal": [{ | ||
"title": "Display and style rich text labels", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/display-and-style-rich-text-labels/" | ||
}], | ||
"number-format": [{ | ||
"title": "Display HTML clusters with custom properties", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/cluster-html/" | ||
}], | ||
"step": [{ | ||
"title": "Create and style clusters", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/cluster/" | ||
}], | ||
"to-color": [{ | ||
"title": "Visualize population density", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/visualize-population-density/" | ||
}], | ||
"to-string": [{ | ||
"title": "Create a time slider", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/timeline-animation/" | ||
}], | ||
"upcase": [{ | ||
"title": "Change the case of labels", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/change-case-of-labels/" | ||
}], | ||
"var": [{ | ||
"title": "Visualize population density", | ||
"href": "https://maplibre.org/maplibre-gl-js-docs/example/visualize-population-density/" | ||
}] | ||
} | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.