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
I was looking for a library that could create qguis maps like this one but directly by passing the data as a parameter to render them on my website.
What is the current status of this library? Can it be used? Is there any documentation available?
regards
The text was updated successfully, but these errors were encountered:
Hi @jocarrd, thanks for your interest in qgis-js and sorry for the late reply.
The current state is a working prototype with a very small API surface. I hope it will progress next year, but there is no fixed schedule at the moment.
If you have a QGIS project that renders the graphic in this way, you should be able to make it dynamic like this:
Boot qgis-js
Upload all static parts of your project to the runtime (see the FS handle)
Fetch and preprocess the dynamic data with JS
Write it as a GeoJSON to the runtime FS
Load the project (which uses the GeoJSON) via the API
Render an image via the API
Probably it is a good idea to compile qgis-js on your machine witch the dev or debug build type to get better error messages while prototyping. (The release build type is used for the npm library, which doesn’t give you useful stack traces / error messages)
Hello qguis Team,
I was looking for a library that could create qguis maps like this one but directly by passing the data as a parameter to render them on my website.
What is the current status of this library? Can it be used? Is there any documentation available?
regards
The text was updated successfully, but these errors were encountered: