Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
manishchandra_j
Contributor III
Contributor III

How to use Multipolygon data for plotting on google Map API

Hi All,

I have geography information in SQL DB in below format which needs to be rendered on top of google map.

MULTIPOLYGON(((-93.4443156774122 41.8773042774345,-93.4253813007502 41.8773042774345,-93.4254669766627 41.8633194907534,-93.4444013533247 41.863447103002,-93.4443156774122 41.8773042774345)))

I can render it in SQL Mgmt Studio as below

SELECT geometry::STMPolyFromText('MULTIPOLYGON(((-93.4443156774122 41.8773042774345,-93.4253813007502 41.8773042774345,-93.4254669766627 41.8633194907534,-93.4444013533247 41.863447103002,-93.4443156774122 41.8773042774345)))', 4326);

But how can I draw it on top of Google Map used in Scatter plot chart? I am using Google Static Map API.

Thanks

0 Replies