from staticmap import StaticMap from PIL import Image, ImageDraw, ImageFont import matplotlib.pyplot as plt WIDTH, HEIGHT = 1000, 800 PIN_IMAGE_SIZE = (50, 50) FONT_SIZE = 20 FONT = 'ヒラギノ丸ゴ ProN W4.ttc' # Mac # FONT = 'meiryo.ttc' # Windows COPYRIGHT_TEXT = '©OpenStreetMap(openstreetmap.org/copyright) contributors' OUTPUT_IMAGE_NAME = 'nagoya_station' PIN_TEXT = '名古屋駅' MAP_CENTER = [136.882090,