Skip to content

Commit

Permalink
Merge branch 'release/v1.0.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Stepner committed Jun 23, 2017
2 parents 6448a7e + 6f771ea commit fb5deb1
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions maptile.ado
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*! version 1.04 5may2016 Michael Stepner, stepner@mit.edu
*! version 1.0.5 22june2017 Michael Stepner, stepner@mit.edu

/*** Unlicence (abridged):
This is free and unencumbered software released into the public domain.
Expand All @@ -8,7 +8,7 @@ For the full legal text of the Unlicense, see <http://unlicense.org>
*/

* Why did I include a formal license? Jeff Atwood gives good reasons:
* http://blog.codinghorror.com/pick-a-license-any-license/
* https://blog.codinghorror.com/pick-a-license-any-license/


program define maptile, rclass
Expand Down
2 changes: 1 addition & 1 deletion maptile.pkg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ d KW: cloropleth map
d
d Requires: Stata version 11 and spmap from SSC (q.v.)
d
d Distribution-Date: 20160505
d Distribution-Date: 20170622
d
d Author: Michael Stepner
d Support: email stepner@mit.edu
Expand Down
2 changes: 1 addition & 1 deletion maptile.sthlp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{smcl}
{* *! version 1.04 5may2016}{...}
{* *! version 1.0.5 22june2017}{...}
{vieweralsosee "spmap" "help spmap"}{...}
{viewerjumpto "Syntax" "maptile##syntax"}{...}
{viewerjumpto "Description" "maptile##description"}{...}
Expand Down
7 changes: 4 additions & 3 deletions maptile_geohelp.ado
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*! version 1.04 5may2016 Michael Stepner, stepner@mit.edu
*! version 1.0.5 22june2017 Michael Stepner, stepner@mit.edu

/*** Unlicence (abridged):
This is free and unencumbered software released into the public domain.
Expand Down Expand Up @@ -43,7 +43,8 @@ program define maptile_geohelp
exit 198
}

* Display the help file
view `"`geofolder'/`geography'_maptile.smcl"'
* Display the help file
if ("`c(console)'" == "console") type `"`geofolder'/`geography'_maptile.smcl"'
else view `"`geofolder'/`geography'_maptile.smcl"'

end
2 changes: 1 addition & 1 deletion maptile_geolist.ado
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*! version 1.04 5may2016 Michael Stepner, stepner@mit.edu
*! version 1.0.5 22june2017 Michael Stepner, stepner@mit.edu

/*** Unlicence (abridged):
This is free and unencumbered software released into the public domain.
Expand Down
2 changes: 1 addition & 1 deletion maptile_install.ado
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*! version 1.04 5may2016 Michael Stepner, stepner@mit.edu
*! version 1.0.5 22june2017 Michael Stepner, stepner@mit.edu

/*** Unlicence (abridged):
This is free and unencumbered software released into the public domain.
Expand Down
2 changes: 1 addition & 1 deletion maptile_newgeo.sthlp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{smcl}
{* *! version 1.04 5may2016}{...}
{* *! version 1.0.5 22june2017}{...}
{vieweralsosee "maptile" "help maptile"}{...}
{viewerjumpto "Naming" "maptile_newgeo##naming"}{...}
{viewerjumpto "Building" "maptile_newgeo##building"}{...}
Expand Down

0 comments on commit fb5deb1

Please sign in to comment.