Discussion:
[QGIS-Developer] Lizmap - "Story map" feature POC with QGIS user map data
kimaidou
2017-06-06 15:16:39 UTC
Permalink
Hi all,

I am working on a new feature for upcoming version of Lizmap Web Client,
which allows the user
* to move from one layer object to the next , and shows:
* to see the feature information ( based on Lizmap popup)
* to see the geometry of the feature (highlighted in yellow) , optionnaly

The editor of the QGIS project will choose :
* a coverage layer (same principle as the atlas)
* a label field used to fill a combo box from the layer features
* a field used to order the layer features (usually the label field)
* buttons to move backward/forward, which means to the previous or next
feature
* a button to start an animation, with an option to set the step duration
(5 s by default)

Changing the user in the combo box will trigger the move to the
corresponding feature

I have used QGIS user map data to build a demo
https://plugins.qgis.org/community-map/
Please tell me if I have the permission to use this data. Obviously, if
using this data is not possible, I will shut down the demo !

The link is
http://dev.lizmap.3liz.com/index.php/projects/demonstration/qgis_community

Since this feature is based on a layer, you can imagine other scenarios of
use.

Cheers

Michaël
João Gaspar
2017-06-06 15:51:00 UTC
Permalink
Hi Michaël,
great feature :)

Cheers
João
Post by kimaidou
Hi all,
I am working on a new feature for upcoming version of Lizmap Web Client,
which allows the user
* to see the feature information ( based on Lizmap popup)
* to see the geometry of the feature (highlighted in yellow) , optionnaly
* a coverage layer (same principle as the atlas)
* a label field used to fill a combo box from the layer features
* a field used to order the layer features (usually the label field)
* buttons to move backward/forward, which means to the previous or next
feature
* a button to start an animation, with an option to set the step duration
(5 s by default)
Changing the user in the combo box will trigger the move to the
corresponding feature
I have used QGIS user map data to build a demo
https://plugins.qgis.org/community-map/
Please tell me if I have the permission to use this data. Obviously, if
using this data is not possible, I will shut down the demo !
The link is
http://dev.lizmap.3liz.com/index.php/projects/demonstration/qgis_community
Since this feature is based on a layer, you can imagine other scenarios of
use.
Cheers
Michaël
_______________________________________________
QGIS-Developer mailing list
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Tom Chadwin
2017-06-06 18:45:47 UTC
Permalink
Hi Michaël

Have you thought of basing it on QGIS bookmarks instead? No need to dedicate
a field for the "order" property then.

Tom



-----
Buy Pie Spy: Adventures in British pastry 2010-11 on Amazon
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-Lizmap-Story-map-feature-POC-with-QGIS-user-map-data-tp5323217p5323254.html
Sent from the QGIS - Developer mailing list archive at Nabble.com.
kimaidou
2017-06-07 08:24:00 UTC
Permalink
Hi Tom

I prefer to use a layer as a source, because this way you can use it
* to zoom on somewhere (each layer feature ) -> no need to set up bookmarks
in QGIS
* display some information (title, description, photo, etc.) based on each
feature GetFeatureInfo request
I could use any other lizmap feature based on a layer to add more tools
(such as selection, filter of child data based on the active parent
feature, etc.)

If I base this tool on QGIS bookmarks, I ask the editor to create many
bookmarks, and I cannot find enough information for each bookmark item.
Basing the tool on a simple layer is more flexible in my opinion, since you
are not limited on which information you use for each feature.

Michaël
Post by João Gaspar
Hi Michaël
Have you thought of basing it on QGIS bookmarks instead? No need to dedicate
a field for the "order" property then.
Tom
-----
Buy Pie Spy: Adventures in British pastry 2010-11 on Amazon
--
View this message in context: http://osgeo-org.1560.x6.
nabble.com/QGIS-Developer-Lizmap-Story-map-feature-POC-
with-QGIS-user-map-data-tp5323217p5323254.html
Sent from the QGIS - Developer mailing list archive at Nabble.com.
_______________________________________________
QGIS-Developer mailing list
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Tim Sutton
2017-06-08 06:57:13 UTC
Permalink
Hi
Post by kimaidou
Hi all,
I am working on a new feature for upcoming version of Lizmap Web Client,
which allows the user
* to see the feature information ( based on Lizmap popup)
* to see the geometry of the feature (highlighted in yellow) , optionnaly
* a coverage layer (same principle as the atlas)
* a label field used to fill a combo box from the layer features
* a field used to order the layer features (usually the label field)
* buttons to move backward/forward, which means to the previous or next
feature
* a button to start an animation, with an option to set the step duration
(5 s by default)
Changing the user in the combo box will trigger the move to the
corresponding feature
I have used QGIS user map data to build a demo
https://plugins.qgis.org/community-map/
Please tell me if I have the permission to use this data. Obviously, if
using this data is not possible, I will shut down the demo !
​I don't see any problem with this. Thanks for making more cool things for
the world :-)

Regards

Tim​
Post by kimaidou
The link is
http://dev.lizmap.3liz.com/index.php/projects/demonstration/qgis_community
Since this feature is based on a layer, you can imagine other scenarios of
use.
Cheers
Michaël
_______________________________________________
QGIS-Developer mailing list
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
--
------------------------------------------------------------------------------------------
​

Tim Sutton
Visit http://kartoza.com to find out about open source:
* Desktop GIS programming services
* Geospatial web development
* GIS Training
* Consulting Services
Skype: timlinux Irc: timlinux on #qgis at freenode.net
Tim is a member of the QGIS Project Steering Committee
-------------------------------------------------------------------------------------------
Kartoza is a merger between Linfiniti and Afrispatial
kimaidou
2017-06-08 10:09:09 UTC
Permalink
Thanks Tim !
Post by Tim Sutton
Hi
Post by kimaidou
Hi all,
I am working on a new feature for upcoming version of Lizmap Web Client,
which allows the user
* to see the feature information ( based on Lizmap popup)
* to see the geometry of the feature (highlighted in yellow) , optionnaly
* a coverage layer (same principle as the atlas)
* a label field used to fill a combo box from the layer features
* a field used to order the layer features (usually the label field)
* buttons to move backward/forward, which means to the previous or next
feature
* a button to start an animation, with an option to set the step duration
(5 s by default)
Changing the user in the combo box will trigger the move to the
corresponding feature
I have used QGIS user map data to build a demo
https://plugins.qgis.org/community-map/
Please tell me if I have the permission to use this data. Obviously, if
using this data is not possible, I will shut down the demo !
​I don't see any problem with this. Thanks for making more cool things for
the world :-)
Regards
Tim​
Post by kimaidou
The link is
http://dev.lizmap.3liz.com/index.php/projects/demonstration/
qgis_community
Since this feature is based on a layer, you can imagine other scenarios
of use.
Cheers
Michaël
_______________________________________________
QGIS-Developer mailing list
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
--
------------------------------------------------------------
------------------------------
​
Tim Sutton
* Desktop GIS programming services
* Geospatial web development
* GIS Training
* Consulting Services
Skype: timlinux Irc: timlinux on #qgis at freenode.net
Tim is a member of the QGIS Project Steering Committee
------------------------------------------------------------
-------------------------------
Kartoza is a merger between Linfiniti and Afrispatial
Loading...