Browse Source

:bang:

pull/208/head
Diana Shkolnikov 9 years ago
parent
commit
6c8c517149
  1. 4
      helper/geojsonify.js

4
helper/geojsonify.js

@ -119,7 +119,7 @@ function buildGeocodingBlock() {
geocoding.version = 'BETA';
geocoding.messages = {
warn: [
'Pelias v1.0 will be released in September 2015!!!',
'Pelias v1.0 will be released in September 2015!',
'Starting September 1st, all users must obtain FREE developer keys in order to continue using this service.',
'There will be breaking changes to the API, so action must be taken to upgrade client code.',
'Backwards compatibility will be maintained through November, followed by deprecation and shut-off of previous version.'
@ -129,4 +129,4 @@ function buildGeocodingBlock() {
return { geocoding: geocoding };
}
module.exports.search = search;
module.exports.search = search;

Loading…
Cancel
Save