Jon Harper

Results 106 comments of Jon Harper

Which example with a react-map-gl basemap would you use to illustrate "You should use option 1 if you want to use more Deck features, such as multi-view and effects.". Or...

I've pushed a version taking your remarks into account, feel free to add your own ideas to it

Hi @chrisgervang thanks for the advice on calling the picking engine directory, I may have to use that. However we've been using Deck's onClick with mjolnir's "rightButton" flag it works...

Yeah according to https://github.com/visgl/deck.gl/issues/1042 you can just do https://codesandbox.io/p/sandbox/laughing-rumple-7dwck8

Hi @chrisgervang I can confirm it's possible to workaround this by calling the picking engine manually, it would be nice if we didn't have to write the following code: https://codesandbox.io/p/sandbox/intelligent-keldysh-57sqyj...

Maybe write a tool to pull/run/modify the code for a given task ? And then manually or automatically resolve all diffs between the repo and the website so that we...

When trying to output to a zip, before we had ```shell $ itools convert-network --input-file /tmp/foo.xiidm --output-file /tmp/bar.zip --output-format XIIDM Generating file /tmp/bar.zip:bar.xiidm... # the zip file contains a file...

This corresponds to the documentation of https://javadoc.io/doc/com.powsybl/powsybl-core/latest/com/powsybl/iidm/network/VoltageLevel.html, should we use the same words ? view::getStatus -> enum with N/A, readonly, modifiable instead of isComputed only on the busbreakerview ? ```...

Should the sld svg generator be updated to always display equipments with bus="null" but connectableBus="XXX" with an open breaker to the XXX bar ? Or we do we want explicit...

Or is the bus/breaker topology not supposed to be used for this usecase ?