
<script type="text/javascript">
	function getLocationConstant() {
		if (navigator.geolocation) {
			navigator.geolocation.getCurrentPosition(onGeoSuccess, onGeoError);
		} else {
			alert("Your browser or device doesn't support geolocation");
		}
	}

	// If we have a successful locality update
	function onGeoSuccess(event) {
		//    document.getElementById("latitude").value = event.coords.latitude;
		//    document.getElementById("longitude").value = event.coords.longitude;
		document.getElementById("position").value = event.coords.latitude + "," + event.coords.longitude;

	}

	// If something has gone wrong with the geolocation request
	function onGeoError(event) {
		alert("Error code " + event.code + ". " + event.message);
	}
</script>{"id":1,"date":"2021-11-26T20:14:57","date_gmt":"2021-11-26T20:14:57","guid":{"rendered":"https:\/\/tloust.cz\/blog\/?p=1"},"modified":"2021-11-27T08:40:16","modified_gmt":"2021-11-27T07:40:16","slug":"hello-world","status":"publish","type":"post","link":"https:\/\/tloust.cz\/?p=1","title":{"rendered":"Nov\u00e9 str\u00e1nky"},"content":{"rendered":"\n<p>Za\u010d\u00edn\u00e1me p\u0159ipravovat nov\u00e9 str\u00e1nky Tlous\u0165 Fishing Teamu<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Za\u010d\u00edn\u00e1me p\u0159ipravovat nov\u00e9 str\u00e1nky Tlous\u0165 Fishing Teamu<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-1","post","type-post","status-publish","format-standard","hentry","category-novinky"],"_links":{"self":[{"href":"https:\/\/tloust.cz\/index.php?rest_route=\/wp\/v2\/posts\/1","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tloust.cz\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tloust.cz\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tloust.cz\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tloust.cz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1"}],"version-history":[{"count":1,"href":"https:\/\/tloust.cz\/index.php?rest_route=\/wp\/v2\/posts\/1\/revisions"}],"predecessor-version":[{"id":37,"href":"https:\/\/tloust.cz\/index.php?rest_route=\/wp\/v2\/posts\/1\/revisions\/37"}],"wp:attachment":[{"href":"https:\/\/tloust.cz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tloust.cz\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tloust.cz\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}