Update README.md

This commit is contained in:
Raruto 2018-11-25 18:19:55 +01:00 committed by GitHub
parent ae5750453e
commit db5cdd779a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ Or test directly in your browser with a tile URL such as: http://www.example.co
<script>
var map = L.map('map').setView([0, 0], 0);
var proxy_url = 'http://example.com/tiles/{id}/{z}/{x}/{y}.png'; // NB: CHANGE: "http://example.com/tiles" to fit your own needs
var proxy_url = 'http://example.com/tiles/{id}/{z}/{x}/{y}.png'; // CHANGE: "http://example.com/tiles" to fit your own needs
var tms_id = 'otm';
var tileLayer = L.tileLayer(proxy_url, {