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

BimSurfer 0.143 #243

Open
dariotortone opened this issue Feb 28, 2018 · 0 comments
Open

BimSurfer 0.143 #243

dariotortone opened this issue Feb 28, 2018 · 0 comments

Comments

@dariotortone
Copy link

Hi all,

i've been trying to update BimServer and BimSurfer to the last available released versions

BimServer 1.5.95
BimSurfer 0.0.43
BimServerApi 0.0.140

But the following code, taken from BimSurfer's GitHub Page (https://github.com/opensourceBIM/BIMsurfer), which was working with previous versions e.g.
BimServer 1.5.85
BimSurfer 0.0.41
BimServerApi 0.0.120

seems to be out of date now...

bimSurfer = new BimSurfer({
domNode: "bim-viewer"
});

...

bimSurfer.load({
bimserver: bimServerUrl,
token: client.token,
poid: projectToDraw.oid,
roid: revisionToDraw.oid,
schema: "ifc2x3tc1" // < TODO: Deduce automatically
}).then(function (model) {
model.getTree().then(function (tree) { ...

It seems that the BimSurfer class does not exist anymore !!!

We're trying to use BimServer and Surfer in a production environment but it seems we're no able to deal with updates...

May you please show what's to be done in order to upgrade to the last version ? Should we downgrade to another version ???

I have tried to run the examples in the 0.43 released version of BimSurfer (Example1.html) but it does not work either...

Dario

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant