use map coords from a public domain source
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/99418023 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/99418023 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/99418023 Branch: refs/heads/develop Commit: 994180230a03cc4a85e33dcc9cbde751e3446982 Parents: 1040589 Author: Alex Harui <[email protected]> Authored: Fri Sep 11 12:05:47 2015 -0700 Committer: Alex Harui <[email protected]> Committed: Fri Sep 11 12:05:47 2015 -0700 ---------------------------------------------------------------------- LICENSE | 6 +- examples/native/USStatesMap/src/MapCoords.as | 100 +++++++++++----------- 2 files changed, 55 insertions(+), 51 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/99418023/LICENSE ---------------------------------------------------------------------- diff --git a/LICENSE b/LICENSE index 439f630..cc866fb 100644 --- a/LICENSE +++ b/LICENSE @@ -214,7 +214,11 @@ Portions of frameworks/projects/Flat/as/defaults.css is based on designmodoâs (http://designmodo.com/flat-free/) Flat UI which is available under an MIT license. -The map image examples/flexjs/FlexJSStore/src/assets/427px-Bayarea_map.png +The map image in examples/flexjs/FlexJSStore/src/assets/427px-Bayarea_map.png was placed into the Public Domain by its author. See: https://commons.wikimedia.org/wiki/File:Bayarea_map.png +The map coordinates in examples/native/USStatesMap/src/MapCoords.js +were placed into the Public Domain by its author. See: +https://en.wikipedia.org/wiki/File:USA_CIA_Map.svg#file +
