Re: Implement geospatial data viewer in pgAdmin4 for PostGIS

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Xuri Gong <xurigoong(at)gmail(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Implement geospatial data viewer in pgAdmin4 for PostGIS
Date: 2018-05-24 09:55:31
Message-ID: CA+OCxoxMkrUHrxTQVfD7Kii4b51A9_hOv=xSMwv2pbHUjOzkHA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

On Wed, May 23, 2018 at 1:23 PM, Xuri Gong <xurigoong(at)gmail(dot)com> wrote:

> Hi Dave/Team,
>
> My name is Xuri Gong. I am working on implementing geospatial data viewer
> in pgAdmin4.
>
> I wrote a design document for the viewer[1] according to the related
> issue[2] and I am wondering if it is a proper design. It would be great if
> there are any suggestions.
>
> I have read the #pgAdmin Project Contributions# doc[3]. Is there any other
> instruction or standard that is needed to learn?
>
> [1] https://docs.google.com/document/d/1NE1RLTp9uw9fgduZEerrKKbQZEJCP
> yrSyQKa0-BDZsI/edit?usp=sharing
> [2] https://redmine.postgresql.org/issues/1407
> [3] https://www.pgadmin.org/docs/pgadmin4/dev/contributions.html
>

I think before thinking about rendering an entire dataset, we should add a
visualiser to the data grid so at least the user can see individual shapes
etc. This would be similar to what we've considered doing if we detect an
image in a bytea column for example - render a "View" button or link in the
cell, that when clicked, opens the image in a popup panel.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-05-24 14:05:16 Re: [pgadmin4][patch] Use pytest test runner for unit tests
Previous Message Xuri Gong 2018-05-24 07:01:51 Re: Implement geospatial data viewer in pgAdmin4 for PostGIS