You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to use OSMoGrid as module e.g. in NetPad++ a simple API would be helpful. The main purpose of this API should be to spin up an OSMoGrid run using a config and to return a GridInputContainer instance. Several approaches (e.g. queue, akka ask, plain future, plain methods, ...) can be considered to achieve this. A final decision should be made after a first discussion about the API details.
The text was updated successfully, but these errors were encountered:
In order to use OSMoGrid as module e.g. in NetPad++ a simple API would be helpful. The main purpose of this API should be to spin up an OSMoGrid run using a config and to return a
GridInputContainer
instance. Several approaches (e.g. queue, akka ask, plain future, plain methods, ...) can be considered to achieve this. A final decision should be made after a first discussion about the API details.The text was updated successfully, but these errors were encountered: