```leaflet ### Tutorial: https://youtu.be/54EyMzJP5DU ### id must be unique ### Lock pins so they can't be moved id: Map_Josh_Town image: - [[Map_Josh_Town.png]] - [[Pasted image 20230311075006.png]] height: 800px width: 95% lock: true ### This sets where the map starts by default. Set it to the middle (half) of your bounds. lat: 50 long: 50 ### 0 is no zoom. Negative zoom steps away from the map. Positive zoom steps towards the map. minZoom: 13.5 ### Max zoom is 18. maxZoom: 16 ### Hover mouse over the Reset Zoom icon to see your current zoom level. defaultZoom: 13.5 ### How far it zooms in or out with each step. Can be in decimals. zoomDelta: 0.5 ### This is a string so can be any text. Change it to match your maps measurement scale. unit: feet scale: 1 darkMode: false ```