tpcolson / npmap-species

Automating tile generation and display for National Park Service geospatial species data.
13 stars 14 forks source link

Remove Mapbox base mapes #176

Closed tpcolson closed 3 years ago

tpcolson commented 3 years ago

Remove mapbox base maps from code as we no longer are authorized to use mapbox.

npmap-bot commented 3 years ago

Hi Tom,

These have been received and someone should reach out to you soon.

Thanks,

NPmap Support Team


From: Thomas Colson notifications@github.com Sent: Wednesday, January 27, 2021 12:45 PM To: tpcolson/npmap-species npmap-species@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [EXTERNAL] [tpcolson/npmap-species] Remove Mapbox base mapes (#176)

This email has been received from outside of DOI - Use caution before clicking on links, opening attachments, or responding.

Remove mapbox base maps from code as we no longer are authorized to use mapbox.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://gcc02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Ftpcolson%2Fnpmap-species%2Fissues%2F176&data=04%7C01%7Cnpmap%40nps.gov%7C6df16d2c13e04ef8e3b008d8c2c167f9%7C0693b5ba4b184d7b9341f32f400a5494%7C0%7C0%7C637473483217689732%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=dK9rVzwHEdgaDAagGR1NUIUPkPMZDltbf4E2TUplgxQ%3D&reserved=0, or unsubscribehttps://gcc02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FABMCWPKTFD2MCWHNH3O7PPTS4ADFNANCNFSM4WVGLEGA&data=04%7C01%7Cnpmap%40nps.gov%7C6df16d2c13e04ef8e3b008d8c2c167f9%7C0693b5ba4b184d7b9341f32f400a5494%7C0%7C0%7C637473483217699694%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=qgOrmoi5t3zIuO%2B1OpHynBom2NE%2FWMjE3OFcVROnUWQ%3D&reserved=0.

3PIV commented 3 years ago

<div id='search-options' class='bordered'>
--
  | <div id='search-options-left'>
  | <div id='options-label'>MAP CONTROLS</div>
  | <div id='options-background' tooltip='Change the background map'>
  | <div id='options-background-dropdown' class='species-dropdown' onkeypress='toggleBackgroundList();'
  | onclick='toggleBackgroundList();' data-intro="Change map background" data-position='left'>
  | Map Background
  | <div class='triangle'></div>
  | <ul id='options-background-dropdown-ul'>
  | <li onkeypress='updateBaseLayer(0);' onclick='updateBaseLayer(0);'>&#10004; Park Tiles</li>
  | <li onkeypress='updateBaseLayer(1);' onclick='updateBaseLayer(1);'>Mapbox Terrain</li>
  | <li onkeypress='updateBaseLayer(2);' onclick='updateBaseLayer(2);'>Esri Topo</li>
  | <li onkeypress='updateBaseLayer(3);' onclick='updateBaseLayer(3);'>Esri Imagery</li>
  | </ul>
  | </div>
  | </div>

The offending code.

3PIV commented 3 years ago

This issue has been fixed by: 510f110 . The Mapbox tiles and bad Esri tiles were replaced by NPS slate and NPS satellite imagery.