camptocamp / GeoMapFish

6 stars 1 forks source link

Multi pointclouds LiDAR profile + export PDF #72

Open maltaesousa opened 2 years ago

maltaesousa commented 2 years ago

Who requested this new feature?

cartoriviera, mapnv, sitn

Is your feature request related to a problem?

No

Describe the solution you'd like

1. PDF Export

image

2. Multi pointcloud

image

The available pointclouds and the default_point_cloud could be read in the config: https://sitn.ne.ch/pytree_dev/profile/config

In this example, two pointclouds are available: sitn2016 and swisstopo2018. When user checks the box corresponding to a point cloud, the profile can be done with: https://sitn.ne.ch/pytree_dev/profile/get?minLOD=0%20&maxLOD=6&width=6&coordinates={2558950,%201206060},{2561250,%201206660}&pointCloud=swisstopo2018&attributes=

ybolognini commented 2 years ago

In order to continue our analysis, here are some questions/remarks.

  1. PDF export

The exported PDF won't include a 2D map, is that correct? Is there a need for a legend in the exported PDF? For your information, we may use a client-side PDF generation.

  1. Multi pointcloud

This is what we discussed during FOSS4G.

Two options: a/ the user can select only one pointcloud (radio button or dropdown) b/ the user can select more than one pointclouds: b.1/ one pointcloud is selected --> like today b.2/ more than one pointcloud is selected --> option "Classification" is unavailable

Note that we need to confirm what is technically necessary to add more than one point cloud to the current viewer.

gnerred commented 2 years ago
  1. PDF export :

    • No need to include a 2D Map
    • No need for a legend (from my point of view)
  2. Multi pointcloud -> ok

remyguillaume commented 2 years ago

Estimated for integration in 2.7 LTS.