forked from mikestratton/simplemap
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
126 lines (72 loc) · 7.49 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
<!DOCTYPE html>
<html>
<head>
<title>TSSP Simple Map</title>
<link rel="stylesheet" href="styles/style.css" type="text/css">
</head>
<body>
<div>
<h1>Versioning, Updates & Requirements</h1>
<p class="list_title"><strong>Software Versioning</strong><br />
<em>Items in grey with <span class="complete">line-through</span> have been completed. <br />
Items highlighted in <span class="review">yellow</span> need approval. <br />
Current work item listed at the top.</em><br /><br /></p>
<ul>
<br />
<hr>
<strong>CURRENT WORK ITEMS</strong><br /><br />
<li><a href="v1.08/final/final.php"> Final Browser Side Testing</a> Map linked here needs to meet all requirements and approval before module development starts.<br />
<span class="review">Paul M. gave approval, by phone on 12/30/16, to move forward with development of Drupal module with the expectation that all bugs would be removed during development.
</span<br /><br /></li> <br />
<li><a href="#"> Version 0.28</a> Resolve PHP notices/errors: Undefined index: fileToUpload in ..\simplemap\v1.08\final\final.php on line 3 (also on lines 23 and 39) <br /><br /></li>
<li><a href="#"> Version 0.27</a> When the user uploads image, the map always centers on the latitude/longitude listed in the javascript. The map should have a default centering and then allow user to over ride this by entering latitude and longitude. <br /><br /></li>
<li><a href="#"> Version 0.26</a> When the user saves GeoJSON, the Property Boundary checkbox does not work. Saving GeoJSON should not effect this. <br /><br /></li>
<li><a href="#"> Version 0.25</a> Once the image is uploaded, user should be able to draw over the image. The image should be at the bottom layer, right above the map. <br /><br /></li>
<hr>
<br />
<strong>SCHEDULED/IN PROGRESS</strong><br /><br />
<li><a href="v1.08/AnalysisMap_v1.08.21.pdf"> Analysis Map Version 1.08.27</a> Functionality of Browser Side Map: <a href="v1.08/final/final.php">Final Version of map</a> formatted into module.<br /><br /></li>
<li><a href="v1.07/exterior_modules.html"> Version 1.07.21</a> Connections to Exterior Modules Requirements<br /><br /></li>
<li><a href="v1.06/create_views.html"> Version 1.06.21</a> Creation of Views using the Views Module<br /><br /></li>
<li><a href="v1.05/new_content.html"> Version 1.05.21</a> Creation of Content through Drupal Admin Interface Requirements<br /><br /></li>
<li><a href="v1.04/existing_content.html"> Version 1.04.21</a> Utilization of Existing Custom Content Types Requirements<br /><br /></li>
<li><a href="v1.03/database.html"> Version 1.03.21</a> Postgres Drupal Database Requirements<br /><br /></li>
<li><a href="v1.02/ui.html"> Version 1.02.21</a> User Interface Requirements<br /><br /></li>
<li><a href="v1.01/architecture.html"> Version 1.01.21</a> Overview of Design Architecture of Drupal Module.<br /><br /></li>
<li><a href="#"> Version 1.01.21</a> Versioning naming structure change to format y.yy.xx where y == Drupal version and x == browser side version.
Additional features added to browser functionality will also redefine the final version<br /><br /></li>
<hr>
<strong>COMPLETED ITEMS</strong><br /><br />
<li><a href="#"> Version 0.24</a> <span class="complete">Clean FINAL_VERSION: HTML, CSS and JavaScript so it is efficient and formatted nicely. CSS should be placed in external files. JS should be placed in external file also, if possible. Descriptive and concise commenting of JavaScript.</span><br /><br /></li>
<li><a href="v0.21/v0.21.php"> Version 0.21</a><span class="complete"> User Selection of Overlays added to version 0.18</span><br /><br /></li>
<li><a href="v0.18/v0.18.php"> Version 0.18</a> <span class="complete">Uploaded image overlay must be draggable with mouse.</span><br /><br /></li>
<li><a href="v0.17/v0.17.php"> Version 0.17</a> <span class="complete">Combine functionality and display of files in v0.16, v0.16.1 and v0.13 into one file</span><br /><br /></li>
<li><a href="#"> Version 0.23</a> <span class="complete">Clean up directory structure so that it is in /version_folder/version_file.xxx. For example file v0.14.html
would be placed in a folder named v0.14. A link to the file would be v0.14/v0.14.html</span><br /><br /></li>
<li><a href="#"> Version 0.22</a> <span class="complete">Add slider to edit the image size(between 1 and 500 percent)to versions 0.14 and v0.16. NOTE: This can be done with the height/width sliders.</span><br /><br /></li>
<li><a href="v0.20/v0.20.html"> Version 0.20</a> <span class="complete">Map Types to Replace ArcGIS Map Types</span><br /><br /></li>
<li><a href="#"> Version X.XX</a> <span class="complete">Drupal Security Testing: Pentreation test to find and resolve known vulnerabilities NOTE: We will be using Drupal's core security functionality.</span><br /><br /></li>
<li><a href="#"> Version 0.19</a> <span class="complete">Display google maps without any markers. Satelite imagery only. NOTE: This is done naturally by selection of Google's Map Types.</span><br /><br /></li>
<li><a href="v0.16/v0.16.php">Version 0.16_self</a> <span class="complete">Two files used in <a href="v0.16/v0.16.php">Version 0.16</a> functions in one file using PHP_SELF</span><br /><br /></li>
<li><a href="v0.16/v0.16.php">Version 0.16</a> <span class="complete">Combine functionality and display of versions <a href="v0.15/v0.15.1.php">v0.15.1</a> and <a href="v0.15/v0.15.2.php">v0.15.2</a> into one file<span><br /><br /></li>
<li><a href="v0.15/v0.15.1.php">Version 0.15.1</a> <span class="complete">Upload image to Google Maps Javascript API "Custom Overlay" function</span><br /><br /></li>
<li><a href="v0.15/v0.15.2.php">Version 0.15.2</a> <span class="complete">a) Upload image; b) assign variable to image uploaded; c) pass assigned variable to image editing tool </span><br /><br /></li>
<li><a href="v0.14/v0.14.html">Version 0.14</a> <span class="complete">jQuery image editing tools: opacity, rotation and height/width</span><br /><br /></li>
<li><a href="v0.13/v0.13.php">Version 0.13</a> <span class="complete">combine the look and functionality of 3 files: <a href="v0.07/create_json_file.php">v0.05</a> and <a href="v0.06/v0.06.html">v0.06</a> and <a href="v0.12/v0.12.html">v0.12</a> into one file</span><br /><br /></li>
<li><a href="v0.12/v0.12.html">Version 0.12</a> <span class="complete"> Delete shapes from map</span><br /><br /></li>
<li><a href="v0.07/v0.07.2.html">Version 0.07.2</a> <span class="complete">Sample: Info Window to Marker</span> <br /><br /></li>
<li><a href="v0.07/v0.07.1.html">Version 0.07.1</a> <span class="complete">Sample: Adding a Custom Overlay</span> <br /><br /></li>
<li><a href="v0.07/v0.07.html">Version 0.07</a> <span class="complete">Sample: Overlay Map with Image</span> <br /><br /></li>
<li><a href="v0.06/v0.06.html">Version 0.06</a> <span class="complete">User has field for entering latitude and longitude.</span><br /><br /></li>
<li><a href="v0.07/create_json_file.php">Version 0.05</a> <span class="complete">Save Button saves GeoJSON in TextArea as .json file.</span><br /><br /></li>
<li><span class="complete">Version 0.03 Create login page (Using Drupal, Map will be implemented as module)</span> <br /><br /></li>
<hr>
<br />
</ul>
<p style="background-color:lightyellow; border:1px groove whitesmoke;
text-align:center; margin-left:30px; margin-right:auto; width:140px">
<a href="https://github.com/mikestratton/simplemap" target="_blank">GitHub Repository<br /><br />
<img src="images/github.png"></a></p>
</div>
</body>
</html>