CoastalResilienceNetwork / GeositeFramework

Mapping Framework powering TNC Coastal Resilience programs
http://maps.coastalresilience.org/network/
GNU General Public License v3.0
13 stars 10 forks source link

update url shortener code and service #1180

Closed barrynickel closed 5 years ago

barrynickel commented 5 years ago

remove all references to Google Url Shortener service as it is now deprecated and update code to use rebrand.ly. Modify regionSchema.json to include new optional property urlShortenerApiKey. If included in region.json, long urls from save and share will be shortened and returned to UI, otherwise the long url will be returned.

Overview

Brief description of what this PR does, and why it is needed.

Connects #XXX

Demo

Optional. Screenshots, curl examples, etc.

Notes

Optional. Ancillary topics, caveats, alternative strategies that didn't work out, anything else.

Testing Instructions