This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Parse GeoPackageBinaryHeader | |
* | |
* References | |
* | |
* http://www.geopackage.org/spec/#gpb_spec | |
* | |
* https://en.wikipedia.org/wiki/Well-known_text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<nav class="navbar navbar-fixed-top"> | |
<div class="container-fluid"> | |
<div class="navbar-header"> | |
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#column-wrapper" aria-expanded="false" aria-controls="column-wrapper"> | |
Menu | |
</button> | |
<form class="navbar-form form-inline main-search hidden-lg hidden-md hidden-sm" | |
action="" method="post"> | |
<input type="hidden" name="_token" value=""> | |
<div class="input-group"> |