Re: OpenStreetMap not showing in geometry viewer

2020-03-01 Thread Aditya Toshniwal
On Mon, Mar 2, 2020 at 12:21 PM Charles Wang wrote: > Thank you Aditya, exactly! you made my day. > I appreciate your help. > Glad it worked !! :) > > > BRGDS, > Charles > > > On Sun, Mar 1, 2020 at 9:49 PM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi Charles, >> >> It

Re: OpenStreetMap not showing in geometry viewer

2020-03-01 Thread Charles Wang
Thank you Aditya, exactly! you made my day. I appreciate your help. BRGDS, Charles On Sun, Mar 1, 2020 at 9:49 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Charles, > > It looks like the SRID for your geometry column is different from 4326 > (You need to explore on your

Re: OpenStreetMap not showing in geometry viewer

2020-03-01 Thread Aditya Toshniwal
Hi Charles, It looks like the SRID for your geometry column is different from 4326 (You need to explore on your own what is SRID) Use https://postgis.net/docs/Find_SRID.html to get your SRID and try converting it to 4326(if not 4326) using https://postgis.net/docs/UpdateGeometrySRID.html On Sat,

OpenStreetMap not showing in geometry viewer

2020-02-28 Thread Charles Wang
Hi Guys, [image: Screen Shot 2020-02-28 at 3.41.47 PM.png] I've spent two days on this and still have no clue The openstreetmap basemap only worked once at the first try of pgadmin. And it only worked for one database. I tried it on the second database it didn't work: no openstreetmap shown up.