File:Map 11 dynmap as of 24 07 2022 marked.png: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1:
== Summary ==
Map 11 2D Dynmap as of July 24th, 2022. Towns marked. Generated using Python script, Selenium package involved. In order to take the screenshot of the page, the Firefox browser window, which was used in this instance, was loaded on a resolution higher than the one supported by the monitor ([[Mixarium]]'s monitor as he generated the image). The code below used to work, until a few days later when the default zoom level of the Puucraft dynmap changed, which will now screenshot a small part of the dynmap instead.
 
<nowiki>
<syntaxhighlight lang="python">
from selenium import webdriver
from selenium.webdriver.common.by import By
Line 32 ⟶ 33:
 
 
screenshot_dynmap()</nowiki>
</syntaxhighlight>