Re: Implement geospatial data viewer in pgAdmin4 for PostGIS

From: Xuri Gong <xurigoong(at)gmail(dot)com>
To: Anthony DeBarros <adebarros(at)gmail(dot)com>
Cc: Dave Page <dpage(at)pgadmin(dot)org>, pgadmin-hackers(at)postgresql(dot)org, jdealmeidapereira(at)pivotal(dot)io
Subject: Re: Implement geospatial data viewer in pgAdmin4 for PostGIS
Date: 2018-07-25 08:13:02
Message-ID: CAA7HE_eyVVH__HEEe+OzEEw34mf=k1aXAMQJcBuax9MnjsrQDw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Anthony and Dave,

Thank you for your suggestions and I have implemented this visualiser:). I
add button in the cell and when it's clicked the geometry is shown in a
map. Here is the screenshots of it:
https://photos.app.goo.gl/fQVBRcmZJ3YcPLcL8

Attached is the patch for this geometry viewer. Please review it. Thank you.

Anthony DeBarros <adebarros(at)gmail(dot)com> 于2018年5月26日周六 上午12:47写道:

> I agree the map is the ultimate tool. However, I do think that being able
>> to quickly view a single geometry from within the grid makes a lot of sense
>> - and for users who want to easily visualise a single geometry, will be a
>> great deal more convenient than the map.
>>
>> Note that I'm not talking about anything complex here - just a
>> convenience panel that renders the geometry, and maybe has zoom and
>> scrolling. The viewing tab would be where the real magic happens - handling
>> the map overlay and the ability to display many geometries at once.
>>
>>
>> As a user, I would agree with Dave here. A good example is a table that
> holds the polygons of each county in the U.S. or each country in Europe. It
> would be very helpful to view each individually as well as collectively if
> I were to select all in a query.
>
>
>>
>> --
>> Dave Page
>> Blog: http://pgsnake.blogspot.com
>> Twitter: @pgsnake
>>
>> EnterpriseDB UK: http://www.enterprisedb.com
>> The Enterprise PostgreSQL Company
>>
>

Attachment Content-Type Size
geometry_viewer.patch application/x-patch 23.8 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2018-07-25 09:32:33 Re: [pgAdmin4][RM3294] User need to reset the layout to see the changed preferences parameters
Previous Message Ashesh Vashi 2018-07-25 07:37:54 pgAdmin 4 commit: As per Aditya - we need the server version for the ce