From 9a151f9dd36e4f5e419b1d9236e63ad38be38e91 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 16 Oct 2019 20:24:05 +0300 Subject: Add image Source and Layer components --- src/config.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/config.js') diff --git a/src/config.js b/src/config.js index bf8a508..ecb8f88 100644 --- a/src/config.js +++ b/src/config.js @@ -4,4 +4,11 @@ const IMAGES_BASE_URL = DEVELOPMENT ? '' : 'https://imgs.geshem.space'; const MAPBOX_ACCESS_TOKEN = 'pk.eyJ1IjoieXV2YWRtIiwiYSI6ImNpcnMxbzBuaTAwZWdoa25oczlzZmkwbHcifQ.UHtLngbKm9O8945pJm23Nw'; -module.exports = { IMAGES_BASE_URL, MAPBOX_ACCESS_TOKEN }; +const IMAGE_COORDINATES = [ + [31.7503896894, 34.4878044232], + [37.8574239563, 34.5078463729], + [37.7157066403, 29.4538271687], + [31.9347389087, 29.4373462909] +]; + +module.exports = { IMAGES_BASE_URL, MAPBOX_ACCESS_TOKEN, IMAGE_COORDINATES }; -- cgit v1.3.1