2222 < script src ="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js " integrity ="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q " crossorigin ="anonymous "> </ script >
2323 < script src ="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js " integrity ="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl " crossorigin ="anonymous "> </ script >
2424 < link type ="text/css " rel ="stylesheet " href ="css/mapswipe.css " />
25+ < link rel ="
stylesheet "
href ="
https://unpkg.com/[email protected] /dist/leaflet.css "
26+ integrity ="sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ== "
27+ crossorigin =""/>
28+ <!-- Make sure you put this AFTER Leaflet's CSS -->
29+ < script src ="
https://unpkg.com/[email protected] /dist/leaflet.js "
30+ integrity ="sha512-GffPMF3RvMeYyc1LWMHtK8EbPv0iNZ8/oTtHPx9/cc2ILxQ+u905qIwdpULaqDkyBKgOaB57QTMg7ztg8Jm2Og== "
31+ crossorigin =""> </ script >
32+ < script src ='https://npmcdn.com/@turf/turf/turf.min.js '> </ script >
33+
34+ < script
35+ src ="https://browser.sentry-cdn.com/5.7.1/bundle.min.js "
36+ integrity ="sha384-KMv6bBTABABhv0NI+rVWly6PIRvdippFEgjpKyxUcpEmDWZTkDOiueL5xW+cztZZ "
37+ crossorigin ="anonymous "> </ script >
38+ < script >
39+ Sentry . init ( { dsn :
'https://[email protected] /1788403' } ) ; 40+ </ script >
2541</ head >
26- < body >
42+ < body onload =" initMap() " >
2743
2844 < nav class ="navbar navbar-expand-lg navbar-dark bg-dark ">
2945 < a class ="navbar-brand " href ="index.html ">
@@ -74,10 +90,30 @@ <h3>Basic Project Information</h3>
7490
7591 < form class ="form-style-7 ">
7692 < ul >
93+ < li >
94+ < label for ="projectTopic "> Project Topic</ label >
95+ < input type ="text " name ="projectTopic " id ="projectTopic " maxlength ="50 " required >
96+ < span > Enter the topic of your project (50 chars max).</ span >
97+ </ li >
98+ < li >
99+ < label for ="projectRegion "> Project Region</ label >
100+ < input type ="text " name ="projectRegion " id ="projectRegion " maxlength ="50 " required >
101+ < span > Enter name of your project Region (50 chars max).</ span >
102+ </ li >
103+ < li >
104+ < label for ="projectNumber "> Project Number</ label >
105+ < input type ="number " name ="projectNumber " id ="projectNumber " min ="1 " value ="1 ">
106+ < span > Is this project part of a bigger campaign with multiple projects?</ span >
107+ </ li >
108+ < li >
109+ < label for ="requestingOrganisation "> Requesting Organisation</ label >
110+ < input type ="text " name ="requestingOrganisation " id ="requestingOrganisation " maxlength ="100 " required >
111+ < span > Which group, institution or community is requesting this project.</ span >
112+ </ li >
77113 < li >
78114 < label for ="name "> Name</ label >
79- < input type =" text " name =" name " id ="name " maxlength =" 25 " required >
80- < span > Enter the name of your project (25 chars max) .</ span >
115+ < p id ="name "> </ br > [projectTopic] - [projectRegion](taskNumber) < br > [requesting organisation] </ p >
116+ < span > We will generate you project name based on your inputs above .</ span >
81117 </ li >
82118 < li >
83119 < label for ="lookFor "> Look For</ label >
@@ -113,7 +149,7 @@ <h3>Basic Project Information</h3>
113149 </ li >
114150 < li >
115151 < label for ="groupSize "> Group Size</ label >
116- < input type ="number " name ="groupSize " id ="groupSize " value ="50 " min ="10 " max ="200 ">
152+ < input type ="number " name ="groupSize " id ="groupSize " value ="120 " min ="10 " max ="200 ">
117153 < span > How big should a mapping session be? Group size refers to the number of tasks per mapping session.</ span >
118154 </ li >
119155 < li > </ li >
@@ -136,8 +172,10 @@ <h3>Project Type Specific Information</h3>
136172 < label for ="geometry "> GeoJSON File</ label >
137173 <!-- <textarea name="geometry" id="geometry" onkeyup="adjust_textarea(this)"></textarea> -->
138174 < input type ="file " accept =".GeoJSON " id ="geometry " onchange ='openFile(event) '>
175+ < div id ="geometryMap "> </ div >
176+ < p id ="geometryInfo "> </ p >
139177 < p id ="geometryContent "> </ p >
140- < span > Upload your project area as GeoJSON File. Make sure that you provide a single polygon geometry.</ span >
178+ < span > Upload your project area as GeoJSON File (max. 2.5MB) . Make sure that you provide a single polygon geometry.</ span >
141179 </ li >
142180 < li >
143181 < label for ="tileServerBuildArea "> Tile Server Name</ label >
@@ -161,7 +199,7 @@ <h3>Project Type Specific Information</h3>
161199 </ li >
162200 < li id ="tileServerCreditsFieldBuildArea ">
163201 < label for ="tileServerCreditsFieldBuildArea "> Imagery Credits</ label >
164- < input type ="text " name ="tileServerCreditsBuildArea " id ="tileServerCreditsBuildArea ">
202+ < input type ="text " name ="tileServerCreditsBuildArea " id ="tileServerCreditsBuildArea " value =" © 2019 Microsoft Corporation, Earthstar Geographics SIO " >
165203 < span > Insert appropriate imagery credits. E.g. for Bing: "© 2019 Microsoft Corporation, Earthstar Geographics SIO"</ span >
166204 </ li >
167205 < li >
@@ -209,7 +247,7 @@ <h3>Project Type Specific Information</h3>
209247 </ li >
210248 < li id ="tileServerCreditsFieldFootprint ">
211249 < label for ="tileServerCreditsFieldFootprint "> Imagery Credits</ label >
212- < input type ="text " name ="tileServerCreditsFootprint " id ="tileServerCreditsFootprint ">
250+ < input type ="text " name ="tileServerCreditsFootprint " id ="tileServerCreditsFootprint " value =" © 2019 Microsoft Corporation, Earthstar Geographics SIO " >
213251 < span > Insert appropriate imagery credits. E.g. for Bing: "© 2019 Microsoft Corporation, Earthstar Geographics SIO"</ span >
214252 </ li >
215253 < li >
@@ -229,8 +267,10 @@ <h3>Project Type Specific Information</h3>
229267 < label for ="geometry "> GeoJSON File</ label >
230268 <!-- <textarea name="geometry" id="geometry" onkeyup="adjust_textarea(this)"></textarea> -->
231269 < input type ="file " accept =".GeoJSON " id ="geometryChangeDetection " onchange ='openFile(event) '>
270+ < div id ="geometryChangeDetectionMap "> </ div >
271+ < p id ="geometryChangeDetectionInfo "> </ p >
232272 < p id ="geometryChangeDetectionContent "> </ p >
233- < span > Upload your project area as GeoJSON File. Make sure that you provide a single polygon geometry.</ span >
273+ < span > Upload your project area as GeoJSON File (max. 2.5MB) . Make sure that you provide a single polygon geometry.</ span >
234274 </ li >
235275 < h4 > Tile Server A</ h4 >
236276 < li >
0 commit comments