JSFiddle - React, Tailwind, and code Playground

HTML

<script src="http://code.jquerygeo.com/jquery.geo-1.0b1.min.js"></script>
<div id="map" style="position: absolute; top: 0; right: 0; bottom: 0; left: 0;"></div>

<div id='insetMap' style="position: absolute; top: 0; right: 0; bottom: 0; left: 0;z-index: 599;width: 100px; height: 100px;"></div>

JavaScript

;$.geo.proj = null;
                var map = $("#map").geomap({
                    services: [
                        // orto WMTS CUZK
                        {
                            id: "ortototo_wmts",
                            type: "tiled",
                            src: function (view) {
                                return "http://geoportal-orto.cuzk.cz/WMTS_ORTOFOTO/service.svc/get?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=orto&STYLE=default&TILEMATRIXSET=jtsk%3Aepsg%3A102067&TILEMATRIX=" + view.zoom + "&TILEROW=" + view.tile.row + "&TILECOL=" + view.tile.column + "&FORMAT=image%2Fjpeg";
                            }
                        },
                        {
                            id: "urm",
                            type: "shingled",
                            src: "http://mpp.praha.eu/ArcGIS/rest/services/APP_Vyhledavani/vyhledavani/MapServer/export?dpi=96&transparent=true&format=png8&bbox={{:bbox}}&bboxSR=102067&imageSR=102067&size={{:width}},{{:height}}&f=image",
                            attr: "&copy; 2012 URM",
                            style: { opacity: 0.99 }
                            
                        },
                        {
                            id: "cuzk_wms",
                            type: "shingled",
                            src: "http://services.cuzk.cz/wms/wms.asp?LAYERS=prehledka_kraju-linie,prehledka_kat_uz&SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image%2Fpng&TRANSPARENT=true&CRS=EPSG%3A5514&BBOX={{:bbox}}&WIDTH={{:width}}&HEIGHT={{:height}}",
                            attr: "&copy; 2012 CUZK",
                            style: { opacity: 0.99 }
                        }
                    ],
                    bboxMax: [-910000, -1230000, -430000, -930000],
                    tilingScheme: {
                        tileWidth: 256,
                        tileHeight: 256,
                        // res = .00028 * tile_matrix.scale_denominator /...