Zverik / Level0

Web-based OpenStreetMap Editor
http://level0.osmz.ru
Do What The F*ck You Want To Public License
54 stars 14 forks source link

move Javascript from page.php to script.js #73

Closed mtmail closed 3 months ago

mtmail commented 3 months ago

Move Javascript into a separate file which helps with readability and can be used later to do separate testing or linting.

Small changes only:

<script type="text/javascript">
//<!--
    var init_l0_map = {"center":[30,0],"zoom":2,"force":false};
-->
</script>
Zverik commented 3 months ago

Nice, I thought of doing it myself last week :)