PickCoordSys.html 1.2 KB

123456789101112131415161718192021222324252627
  1. <div>
  2. <div><img src onerror="IV.custom.init_coord()"></div>
  3. <div id="editor_coord_froms" align="center" style="height:30px;margin-top: 10px;margin-left: 30px;margin-RIGHT:20px;">
  4. <span >选择坐标系</span>
  5. <select id="select_coordinate" style="width:200px;" onchange="IV.custom.pick_coord(this)">无</select>
  6. <br/>
  7. <div id="coord_editor">
  8. <hr style="background-color:grey" />
  9. <span>新增坐标系</span>
  10. <div style="margin-top:10px; width: 95%;height: 100px;padding: 10px; border: 1px solid grey; border-radius: 4px;">
  11. <span>名称:</span>
  12. <input id="coord_name" type="text" style="margin-left:10px;">
  13. <br/> <br/>
  14. <span>proj4:</span>
  15. <input id="coord_proj4" type="text" style="margin-left:10px;">
  16. </div>
  17. <br/>
  18. <div align="center">
  19. <input type="button" id="save_coord" value="保存" style="width:100px;margin-top: 5px" onclick="IV.custom.save_coord_action()">
  20. <input type="button" id="del_coord" value="删除" style="width:100px;margin-top: 5px" onclick="IV.custom.del_coord_action()">
  21. </div>
  22. </div>
  23. </div>
  24. </div>