Browse Source

Get rid of QS references

pull/426/head
Diana Shkolnikov 9 years ago committed by Julian Simioni
parent
commit
b2accb71e9
  1. 3
      helper/type_mapping.js
  2. 2
      public/attribution.md

3
helper/type_mapping.js

@ -17,7 +17,7 @@ function addStandardTargetsToAliases(standard, aliases) {
*/ */
// a list of all sources // a list of all sources
var SOURCES = ['openstreetmap', 'openaddresses', 'geonames', 'quattroshapes', 'whosonfirst']; var SOURCES = ['openstreetmap', 'openaddresses', 'geonames', 'whosonfirst'];
/* /*
* A list of alternate names for sources, mostly used to save typing * A list of alternate names for sources, mostly used to save typing
@ -26,7 +26,6 @@ var SOURCE_ALIASES = {
'osm': ['openstreetmap'], 'osm': ['openstreetmap'],
'oa': ['openaddresses'], 'oa': ['openaddresses'],
'gn': ['geonames'], 'gn': ['geonames'],
'qs': ['quattroshapes'],
'wof': ['whosonfirst'] 'wof': ['whosonfirst']
}; };

2
public/attribution.md

@ -3,5 +3,5 @@
* Data from * Data from
* [OpenStreetMap](http://www.openstreetmap.org/copyright) © OpenStreetMap contributors under [ODbL](http://opendatacommons.org/licenses/odbl/) * [OpenStreetMap](http://www.openstreetmap.org/copyright) © OpenStreetMap contributors under [ODbL](http://opendatacommons.org/licenses/odbl/)
* [OpenAddresses](http://openaddresses.io) under a [Creative Commons Zero](https://github.com/openaddresses/openaddresses/blob/master/sources/LICENSE) public domain designation * [OpenAddresses](http://openaddresses.io) under a [Creative Commons Zero](https://github.com/openaddresses/openaddresses/blob/master/sources/LICENSE) public domain designation
* [Quattroshapes](https://github.com/foursquare/quattroshapes/blob/master/LICENSE.md) under [CC-BY-2.0](https://creativecommons.org/licenses/by/2.0/)
* [GeoNames](http://www.geonames.org/) under [CC-BY-3.0](https://creativecommons.org/licenses/by/2.0/) * [GeoNames](http://www.geonames.org/) under [CC-BY-3.0](https://creativecommons.org/licenses/by/2.0/)
* [WhosOnFirst](http://whosonfirst.mapzen.com)

Loading…
Cancel
Save