Skip to content

Commit

Permalink
Add homepage URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
openfirmware committed Jan 26, 2015
1 parent 836d2b7 commit 4cd4971
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A JavaScript library that can re-project Leaflet maps and map features.

PolarMap.js is part of the [Arctic Connect project](http://arcticconnect.org), specifically the [Arctic Web Map](http://webmap.arcticconnect.org/) module.

There are two layers to PolarMap.js: the lower-level Leaflet.PolarMap plugin, and the basic PolarMap library. Each has their advantages depending on the situation. The basic PolarMap library has the default loadout of plugins and configuration for Arctic Connect tiles and services. The Leaflet.PolarMap plugin lets the developer pick and choose their integrations, at the trade-off of more code/configuration.

## Requirements
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"polar"
],
"license": "BSD-2-Clause",
"homepage": "https://bitbucket.org/geosensorweblab/polarmap.js",
"homepage": "http://webmap.arcticconnect.org/polarmap.html",
"ignore": [
"**/.*",
"node_modules",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"maps",
"polar"
],
"homepage": "https://bitbucket.org/geosensorweblab/polarmap.js",
"homepage": "http://webmap.arcticconnect.org/polarmap.html",
"bugs": {
"url": "https://bitbucket.org/geosensorweblab/polarmap.js/issues"
},
Expand Down

0 comments on commit 4cd4971

Please sign in to comment.