[PARENTDIR] Parent Directory - [ ] README.md 2018-07-02 10:45 11K [ ] kenya.mbtiles 2018-10-23 17:00 103M [DIR] texasTiles/ 2018-10-23 16:28 - [ ] tileserver.php 2018-07-02 10:45 42K [DIR] uk50kTiles/ 2018-10-24 18:44 - If I click on texasTiles or uk50kTiles (simple tile folders) then I get my map shown on the TileServer page with all the different map clients on (defaulting to http://localhost:90/tileServer/texasTiles/#texasTiles/ol3). If I specify a static file location of a specific tile - it works too (e.g. http://localhost:90/tileServer/texasTiles/7/28/51.png). But I have been reading the README.md and paradoxically, now I'm confused. It would suggest that for a WMTS service I should include /wmts in the URL. That for a GetCapabilities request, I should use something like http://localhost:90/tileServer?service=wmts&request=getcapabilities&version=1.0.0. But I can't get any of the syntax suggested in the README to work (except the direct file access). Forgive my ignorance, but how do I make use of all the end-points in the README.md? Or have I misunderstood something pretty fundamental and perhaps it is my duty to provide a GetCapabilities response (and not for TileServer to compute it)? As an aside - if I click on the MBTiles file - the browser just tries to read the file. What am I supposed to do in order to serve tiles from an MBTiles file? Thanks in advance Gary | ||||
<html>
<head>
<title>texasTiles</title>
<meta charset="utf-8"/>
<link rel="stylesheet" href="https://cdn.klokantech.com/tileviewer/v1/index.css" type="text/css"/>
<script src="https://cdn.klokantech.com/tileviewer/v1/index.js"></script>
</head>
<body>
<script type="text/javascript">
// var GOOGLEMAPS_KEY = 'YOUR-API-KEY';
var data = {
"name": "texasTiles",
"version": "1.0.0",
"description": "",
"type": "overlay",
"format": "png",
"minzoom": "7",
"maxzoom": "15",
"bounds": "-98.75034081,31.00017368,-96.50023824,33.37511509",
"scale": "1.000000",
"profile": "mercator"
};
tileserver(data);
</script>
</body>
</html>
--
You received this message because you are subscribed to the Google Groups "MapTiler Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to maptiler+u...@googlegroups.com.
To post to this group, send email to mapt...@googlegroups.com.
Visit this group at https://groups.google.com/group/maptiler.
For more options, visit https://groups.google.com/d/optout.