diff --git a/.env.development b/.env.development index d8e2dc8..79aa8db 100644 --- a/.env.development +++ b/.env.development @@ -5,5 +5,5 @@ * @Last Modified Time: Tuesday May 5th 2020 * @Copyright: (c) Oregon State University 2020 */ -VUE_APP_ROOT_API=http://localhost:3000 +VUE_APP_ROOT_API=https://api.sustainability.oregonstate.edu/v2/map VUE_APP_HOST_ADDRESS=http://localhost:8080 diff --git a/src/components/map/map.vue b/src/components/map/map.vue index 7b54ccf..12fc5a2 100644 --- a/src/components/map/map.vue +++ b/src/components/map/map.vue @@ -125,7 +125,7 @@ export default { } e.target.setStyle({ fillColor: '#000', color: '#000' }) e.target - .bindTooltip(e.target.feature.properties.name) + .bindTooltip(e.target.feature.properties.tags.name) .openTooltip() }) layer.on('mouseout', (e) => {