]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/export/_start.rhtml
add support for setting a specific marker location on the map.
[rails.git] / app / views / export / _start.rhtml
index 891ec3600bf114539030ea3a38a93a4e06a78e60..4fbbff047b374f1aa3c388729de90558e636c2cb 100644 (file)
   <div id="export_html">
     <p class="export_heading">Options</p>
     <div class="export_details">
-      <p><%= check_box_tag("html_marker", "true") %> Include Marker on Map</p>
+      <p>
+        <a id='add_marker' href="#">Add a marker to the map</a> 
+       <div id="marker_inputs" style="display:none">
+       Lat: <input type="text" id="marker_lat" size="9" /> Lon: <input type="text" id="marker_lon" size="9" />
+       </div>
+      </p>
     </div>
 
     <p class="export_heading">Output</p>