From commits-return-1769-archive-asf-public=cust-asf.ponee.io@superset.incubator.apache.org Wed Oct 31 21:29:45 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id EF9A618065D for ; Wed, 31 Oct 2018 21:29:44 +0100 (CET) Received: (qmail 149 invoked by uid 500); 31 Oct 2018 20:29:44 -0000 Mailing-List: contact commits-help@superset.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@superset.incubator.apache.org Delivered-To: mailing list commits@superset.incubator.apache.org Received: (qmail 140 invoked by uid 99); 31 Oct 2018 20:29:44 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Oct 2018 20:29:44 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 8ECFA8537B; Wed, 31 Oct 2018 20:29:43 +0000 (UTC) Date: Wed, 31 Oct 2018 20:29:43 +0000 To: "commits@superset.apache.org" Subject: [incubator-superset] branch master updated: Corrected name of an area and fixed major grammatical errors (#6250) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154101778330.29260.15741925182032852387@gitbox.apache.org> From: maximebeauchemin@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-superset X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c552c125d7396383d35b86131a0b9bd062b9e9ac X-Git-Newrev: 0a701d6115e731c7b0f8afad6feae6003ea32281 X-Git-Rev: 0a701d6115e731c7b0f8afad6feae6003ea32281 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. maximebeauchemin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-superset.git The following commit(s) were added to refs/heads/master by this push: new 0a701d6 Corrected name of an area and fixed major grammatical errors (#6250) 0a701d6 is described below commit 0a701d6115e731c7b0f8afad6feae6003ea32281 Author: Rakshit Kumar <32777813+rakshitkumarcse@users.noreply.github.com> AuthorDate: Thu Nov 1 01:59:36 2018 +0530 Corrected name of an area and fixed major grammatical errors (#6250) --- docs/visualization.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/visualization.rst b/docs/visualization.rst index 45cd76c..7b974fb 100644 --- a/docs/visualization.rst +++ b/docs/visualization.rst @@ -1471,7 +1471,7 @@ List of Countries +-------+------------------------------+ |GB-MRY | Moray | +-------+------------------------------+ -|GB-NAY | North Ayshire | +|GB-NAY | North Ayrshire | +-------+------------------------------+ |GB-NLK | North Lanarkshire | +-------+------------------------------+ @@ -1712,23 +1712,23 @@ List of Countries +------+------------------------------+ -You need to add a new Country ? +Need to add a new Country? ------------------------------- -To add a new country in country map tools, we need follow next steps : +To add a new country in country map tools, we need to follow the following steps : -1. You need shapfiles why contains data of your map. - You can get this file in this site : http://www.diva-gis.org/gdata +1. You need shapefiles which contain data of your map. + You can get this file on this site: http://www.diva-gis.org/gdata 2. You need to add ISO 3166-2 with column name ISO for all record in your file. - It's important because, it's a norm for mapping your data with geojson file + It's important because it's a norm for mapping your data with geojson file -3. You need to convert shapfile to geojson file. - This action can make with ogr2ogr tools : http://www.gdal.org/ogr2ogr.html +3. You need to convert shapefile to geojson file. + This action can make with ogr2ogr tools: http://www.gdal.org/ogr2ogr.html 4. Put your geojson file in next folder : superset/assets/visualizations/countries with the next name : nameofyourcountries.geojson -5. You can to reduce size of geojson file ont this site : http://mapshaper.org/ +5. You can to reduce size of geojson file on this site: http://mapshaper.org/ 6. Go in file superset/assets/javascripts/explorev2/stores/controls.jsx