<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Geo regional map by using latitude and longitude in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Geo-regional-map-by-using-latitude-and-longitude/m-p/503706#M11259</link>
    <description>&lt;P&gt;You can use this &lt;A href="https://blogs.sas.com/content/sgf/2018/02/07/creating-custom-regional-map-sas-visual-analytics-7-4/" target="_self"&gt;blog &lt;/A&gt;as reference, something similar like your requirement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may don't need to move the data point using PROC GREMOVE, there is already a required document for your need.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
create table Delhi_Map_Data as
select a.ID as DISTRICT_ID,a.ID1 as STATE_ID,a.x,a.y,a.LONG,a.LAT,b.IDNAME as DISTRICT, b.ID1NAME as STATE, b.ISONAME as COUNTRY
	from mapsgfk.india a
	inner join mapsgfk.india_attr b
		on (a.id=b.id and a.id1=b.id1)
	Where id1name='DELHI';

quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Refer to the Admin document referred in my previous reply to learn more about the custom polygons. Unfortunately I don't have required access to test these.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Oct 2018 13:01:17 GMT</pubDate>
    <dc:creator>SuryaKiran</dc:creator>
    <dc:date>2018-10-12T13:01:17Z</dc:date>
    <item>
      <title>Geo regional map by using latitude and longitude</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Geo-regional-map-by-using-latitude-and-longitude/m-p/503368#M11247</link>
      <description>&lt;P&gt;hello all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;I'm trying to make Geo Regional Map of India by drilling Delhi by its Districts and making the regional map by using latitude and longitude of the district.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;example is attached below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WhatsApp Image 2018-10-10 at 18.02.55.jpeg" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/23953iB160232E289B592B/image-size/large?v=v2&amp;amp;px=999" role="button" title="WhatsApp Image 2018-10-10 at 18.02.55.jpeg" alt="WhatsApp Image 2018-10-10 at 18.02.55.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Oct 2018 10:27:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Geo-regional-map-by-using-latitude-and-longitude/m-p/503368#M11247</guid>
      <dc:creator>chaudharydeepak</dc:creator>
      <dc:date>2018-10-11T10:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Geo regional map by using latitude and longitude</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Geo-regional-map-by-using-latitude-and-longitude/m-p/503459#M11252</link>
      <description>&lt;P&gt;What version of SAS Visual Analytics are you using?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might need to add&amp;nbsp;Custom Polygon data for Geographic Maps.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/vaag/69958/HTML/default/viewer.htm#n0g5kjtnbvsrwbn1lxl2wahyc5du.htm&amp;nbsp;" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/vaag/69958/HTML/default/viewer.htm#n0g5kjtnbvsrwbn1lxl2wahyc5du.htm&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These blogs gives some idea how to approach.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sgf/2018/02/07/creating-custom-regional-map-sas-visual-analytics-7-4/" target="_blank"&gt;https://blogs.sas.com/content/sgf/2018/02/07/creating-custom-regional-map-sas-visual-analytics-7-4/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sgf/2018/01/26/how-to-create-custom-regional-maps-in-sas-visual-analytics-8-2/" target="_blank"&gt;https://blogs.sas.com/content/sgf/2018/01/26/how-to-create-custom-regional-maps-in-sas-visual-analytics-8-2/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Oct 2018 16:36:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Geo-regional-map-by-using-latitude-and-longitude/m-p/503459#M11252</guid>
      <dc:creator>SuryaKiran</dc:creator>
      <dc:date>2018-10-11T16:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Geo regional map by using latitude and longitude</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Geo-regional-map-by-using-latitude-and-longitude/m-p/503652#M11258</link>
      <description>&lt;P&gt;Thank you sir (&lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/83078" target="_self"&gt;&lt;SPAN class="login-bold"&gt;SuryaKiran&lt;/SPAN&gt;&lt;/A&gt;) for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp; I'm using&amp;nbsp; SAS Visulal Analytics 7.4.&lt;/P&gt;&lt;P&gt;and your reply was little helpful but not able to understand it fully.&lt;/P&gt;&lt;P&gt;Can you able to help me more in it.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Oct 2018 08:51:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Geo-regional-map-by-using-latitude-and-longitude/m-p/503652#M11258</guid>
      <dc:creator>chaudharydeepak</dc:creator>
      <dc:date>2018-10-12T08:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Geo regional map by using latitude and longitude</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Geo-regional-map-by-using-latitude-and-longitude/m-p/503706#M11259</link>
      <description>&lt;P&gt;You can use this &lt;A href="https://blogs.sas.com/content/sgf/2018/02/07/creating-custom-regional-map-sas-visual-analytics-7-4/" target="_self"&gt;blog &lt;/A&gt;as reference, something similar like your requirement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may don't need to move the data point using PROC GREMOVE, there is already a required document for your need.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
create table Delhi_Map_Data as
select a.ID as DISTRICT_ID,a.ID1 as STATE_ID,a.x,a.y,a.LONG,a.LAT,b.IDNAME as DISTRICT, b.ID1NAME as STATE, b.ISONAME as COUNTRY
	from mapsgfk.india a
	inner join mapsgfk.india_attr b
		on (a.id=b.id and a.id1=b.id1)
	Where id1name='DELHI';

quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Refer to the Admin document referred in my previous reply to learn more about the custom polygons. Unfortunately I don't have required access to test these.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Oct 2018 13:01:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Geo-regional-map-by-using-latitude-and-longitude/m-p/503706#M11259</guid>
      <dc:creator>SuryaKiran</dc:creator>
      <dc:date>2018-10-12T13:01:17Z</dc:date>
    </item>
  </channel>
</rss>

