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

New scene function #509

Merged
merged 30 commits into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
2f70a8a
update mapbox html example code
Algorush Apr 20, 2024
eb08d4f
create newScene function first version
Algorush Apr 20, 2024
47bf91c
change logic of creating blank function
Algorush Apr 23, 2024
5197f6a
add option to delete default-street element
Algorush Apr 24, 2024
8fe3b70
call STREET.utils.newScene before load scene code from different sources
Algorush Apr 24, 2024
14f5b26
dont need to clean default-street in a street component anymore
Algorush Apr 24, 2024
867ef07
return require street-utils.js
Algorush Apr 24, 2024
a40d705
emit entitycreated event from streetContainerEl
Algorush Apr 24, 2024
6f78e84
remove old data-layer-name in a blank scene
Algorush Apr 25, 2024
8da4d82
return the code needed to change the parameters of the street component
Algorush Apr 29, 2024
d40724a
Merge branch 'main' into new-scene-function
kfarr Jun 1, 2024
81cd211
lint fixing
kfarr Jun 1, 2024
dda1f0c
Merge branch 'main' into new-scene-function
Algorush Jun 13, 2024
af0e75e
refactor code and fix newScene function work
Algorush Jun 14, 2024
7891965
use newScene function in toolbar and json-utils
Algorush Jun 14, 2024
79d1d8b
clear url hash when load from JSON
Algorush Jun 14, 2024
4630a9b
remove unnecesarry code
Algorush Jun 14, 2024
500e418
Merge branch 'main' into new-scene-function
kfarr Jun 19, 2024
5c3ec4e
add "New" button
kfarr Jun 19, 2024
1e1e2e0
remove POC declarative examples
kfarr Jun 19, 2024
1823459
refactor toolbar buttons jsx and style to use correctly the Button co…
vincentfretin Jun 19, 2024
6ebfcc4
fix comments
vincentfretin Jun 19, 2024
4192401
newHandler is not async
vincentfretin Jun 19, 2024
08ac641
force update scenegraph after clicking on new button
vincentfretin Jun 19, 2024
cfbbccf
use new updatescenegraph action, not a good idea to use entitycreated…
vincentfretin Jun 19, 2024
29a0b1a
wip create geoprovider
kfarr Jun 19, 2024
1283461
new button behind pro gate
kfarr Jun 19, 2024
5d840a5
emit newScene event and listen to it to update geo panel
vincentfretin Jun 21, 2024
f6026c9
remove listener on unmount
vincentfretin Jun 21, 2024
be6e5fc
Merge branch 'main' into new-scene-function
kfarr Jun 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
226 changes: 0 additions & 226 deletions 3dtiles.html

This file was deleted.

165 changes: 0 additions & 165 deletions mapbox.html

This file was deleted.

Loading
Loading