fareshan opened a new issue #4640: [help wanted]How to use mapbox chart view 
when longitude and latitude are in postgis point format
URL: https://github.com/apache/incubator-superset/issues/4640
 
 
   Hi,
   I am trying to create a chart with mapbox view.
   I am using a postrgres database with postgis. So, altitude and longitude are 
merged in the same column. But superset seems to require them to be in 
different columns.
   Normally, an sql query can be like this:
   `SELECT ST_X(location) AS lon, ST_Y(location) AS lat FROM Address`
   
   I did not get an answer on stackoverflow:
   
https://stackoverflow.com/questions/49347294/how-to-use-supersets-mapbox-view-when-longitude-and-latitude-are-in-postgis-poi
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to