-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
128 lines (81 loc) Β· 5.47 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/media/images/favicon.ico" type="image/X-icon">
<title></title>
<link rel="stylesheet" href="/media/css/presidium.css" type="text/css" media="all"/>
</head>
<body>
<div id="presidium-navigation">
<div class="placeholder">
</div>
</div>
<div id="presidium-container" class="container-fluid">
<div class="row">
<div id="presidium-content" class="col-lg-10 col-md-12">
<h1 class="page-title">Overview</h1>
<hr/>
<section>
<div class="well" id="no-content-warning">
<span class="glyphicon glyphicon-info-sign"> </span> No articles match the selected filter.
</div>
<div class="article" data-roles="">
<span class="anchor" id="geophp" data-id="content/_overview/overview.md"></span>
<div class='article-title '>
<h2>
GeoPHP
</h2>
<div class="permalink">
<a class="link-icon" href="/#geophp" title="Permalink to this article"></a>
</div>
</div>
<div class="article-header">
</div>
<article><p>GeoPHP is a library of geospatial functions based on GeoRust and Turf.js. It was born due to the lack of a modern geospatial library for PHP. The tools available today are not published in the Composer repositories and are not easy to use (some requires DB drivers or constructs the Geometries from complex Strings). GeoPHP offers:</p>
<ul>
<li>π Modern and fast: made in PHP 7 with fast algorithms</li>
<li>π₯³ Friendly and simple interface: implemented with the Object Oriented Paradigm, allows its easy and fast use by the developer.</li>
<li>π¨πΌβπ» Easy access: the library is published in Composer for quick import into your projects.</li>
<li>π Tested: all methods are covered by unit tests.</li>
<li>π A lot of examples!</li>
</ul>
<p>See <a href="/geometries/">all the geometries available</a>!</p>
</article>
<hr/>
</div>
</section>
<footer>
<div class="spacer"></div>
<div>
<p>© Copyright 2020 Made with love</p>
<p class="text-muted">Generated on Jan 20, 2020</p>
</div>
</footer>
</div>
<div class="col-lg-2"></div>
</div>
</div>
<div id="presidium-modal">
<div class="modal-close">
<span onclick="document.getElementById('presidium-modal').style.display = 'none'">×</span>
</div>
<img/>
<div class="modal-caption"></div>
</div>
<!-- Components -->
<script src="/media/js/presidium.js"></script>
<script>
window.presidium.config = {
name: "",
baseurl: "",
brandurl: "",
repourl: ""
}
window.presidium['versions'] = { siteroot: "/" };
window.presidium.menu.load({"logo":"/media/images/logo.jpg","brandName":"","brandUrl":"","baseUrl":"/","roles":{"label":"","all":"","options":[]},"children":[{"type":"section","id":"content/_overview/","title":"Overview","level":1,"collapsed":true,"newTab":false,"path":"content/_overview/","url":"/","roles":[],"scope":[],"children":[{"type":"article","id":"content/_overview/overview.md","path":"content/_overview/overview.md","url":"/#geophp","slug":"geophp","title":"GeoPHP","level":2,"collapsed":true,"roles":[],"scope":[]}]},{"type":"section","id":"content/_getting-started/","title":"Getting Started","level":1,"collapsed":true,"newTab":false,"path":"content/_getting-started/","url":"/getting-started/","roles":[],"scope":[],"children":[{"type":"article","id":"content/_getting-started/getting-started.md","path":"content/_getting-started/getting-started.md","url":"/getting-started/#getting-started","slug":"getting-started","title":"Getting Started","level":2,"collapsed":true,"roles":[],"scope":[]}]},{"type":"section","id":"content/_geometries/","title":"Geometries","level":1,"collapsed":false,"newTab":false,"path":"content/_geometries/","url":"/geometries/","roles":[],"scope":[],"children":[{"type":"article","id":"content/_geometries/00_Introduction.md","path":"content/_geometries/00_Introduction.md","url":"/geometries/#introduction","slug":"introduction","title":"Introduction","level":2,"collapsed":true,"roles":[],"scope":[]},{"type":"article","id":"content/_geometries/01_Point.md","path":"content/_geometries/01_Point.md","url":"/geometries/#point","slug":"point","title":"Point","level":2,"collapsed":true,"roles":[],"scope":[]},{"type":"article","id":"content/_geometries/02_Line.md","path":"content/_geometries/02_Line.md","url":"/geometries/#line","slug":"line","title":"Line","level":2,"collapsed":true,"roles":[],"scope":[]},{"type":"article","id":"content/_geometries/03_Polygon.md","path":"content/_geometries/03_Polygon.md","url":"/geometries/#polygon","slug":"polygon","title":"Polygon","level":2,"collapsed":true,"roles":[],"scope":[]}]},{"type":"section","id":"content/_contributing/","title":"Contributing","level":1,"collapsed":true,"newTab":false,"path":"content/_contributing/","url":"/contributing/","roles":[],"scope":[],"children":[{"type":"article","id":"content/_contributing/contributing.md","path":"content/_contributing/contributing.md","url":"/contributing/#contributing","slug":"contributing","title":"Contributing","level":2,"collapsed":true,"roles":[],"scope":[]}]}]}, 'presidium-navigation');
window.presidium.tooltips.load({ "baseurl": "" });
</script>
</body>
</html>