[pgAdmin4][patch]: Feature #1407 - Support map view for PostGIS query result sets - Mailing list pgadmin-hackers

From Xuri Gong
Subject [pgAdmin4][patch]: Feature #1407 - Support map view for PostGIS query result sets
Date
Msg-id CAA7HE_cU7bmQv1kdPB3hiKYGJLaOVVft_XxqcD6ueJpAGfqykQ@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin4][patch]: Feature #1407 - Support map view for PostGISquery result sets  (Xuri Gong <xurigoong@gmail.com>)
List pgadmin-hackers
Hi,

This is the patch for viewing geometry data in pgAdmin4. I have implemented it as follows:
  • Add cell button and column header button in datagrid for geometry and geography type data. [screenshot 1]
  • When user clicks the 'view' button, it parses the data and opens a map to show the geometry. [screenshot 2, 3, 4]
  • When user clicks the geometry in the map, it shows the properties. [screenshot 5]
I have created unit test for this. I have also created a test database[1] including geometries of different types to run test manually. Please review it. Thank you.

Regards,
Xuri Gong

Attachment

pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Fixed couple of issues for the dashboard.
Next
From: Khushboo Vashi
Date:
Subject: Re: [pgAdmin4][RM2136] Include "?" on all routes that are loaded