Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
dev:developer:examples:addviewwithoptions [2020/02/03 20:51]
jeroen
dev:developer:examples:addviewwithoptions [2020/05/12 17:59]
jeroen removed
Line 1: Line 1:
 ====== Example addViewWithOptions ===== ====== Example addViewWithOptions =====
  
-The preset longitude/latitude coordinate point to a location of the demo publication “San Sebastian”. Open this demo publication via the token you find on https://3dmapping.cloud/try-it-now/+The preset longitude/latitude coordinate point to a location of the demo publication “San Sebastian”. \\ 
 +Open this demo publication via the token you find on https://3dmapping.cloud/try-it-now/
  
 <html> <html>
Line 16: Line 17:
             <label for="lat">Latitude</label>             <label for="lat">Latitude</label>
             <input id="lat" type="number" value="43.32598276"/>             <input id="lat" type="number" value="43.32598276"/>
-            <label for="rendermode"></label> +            <label for="rendermode">Render Mode</label> 
-            <select id="rendermode" value="3d">+            <select id="rendermode" value="photo_spherical">
                 <option value="3d">3D</option>                 <option value="3d">3D</option>
                 <option value="photo_spherical">Spherical</option>                 <option value="photo_spherical">Spherical</option>
-                <option value="photo_uav">UAV Planar</option> 
-                <option value="photo_streetlevel">Streetlevel Planar</option> 
-                <option value="photo_oblique">Oblique</option> 
             </select>             </select>
             <label for="clear">Close other views?</label>             <label for="clear">Close other views?</label>
Line 34: Line 32:
             <label for="fov-driving-direction">Driving direction?</label>             <label for="fov-driving-direction">Driving direction?</label>
             <input id="fov-driving-direction" type="checkbox" checked="false" />             <input id="fov-driving-direction" type="checkbox" checked="false" />
-            <label for="focus-button"></label>+            <label for="focus-button">Action</label>
             <input id="focus-button" type="button" value="Add View" />             <input id="focus-button" type="button" value="Add View" />
         </span>         </span>