<style><!--css for Center map--> #map{ padding:0; } .esriPopup.myTheme .titlePane, .dj_ie7 .esriPopup.myTheme .titlePane .title { background-color: #899752; color: #333333; font-weight: bold; } .esriPopup.myTheme .titlePane { border-bottom: 2px solid #00000; } .esriPopup.myTheme a { color: #00000; } .esriPopup.myTheme .titleButton, .esriPopup.myTheme .pointer, .esriPopup.myTheme .outerPointer, .esriPopup.myTheme .esriViewPopup .gallery .mediaHandle, .esriPopup.myTheme .esriViewPopup .gallery .mediaIcon { background-image: url(images/popup.png); } .esriPopup.myTheme .contentPane, .esriPopup.myTheme .actionsPane { border: 1px solid #455268; background-color: #dfe5d7; /* background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(40%,#dfe5d7), color-stop(100%,#b3bead));*? } </style>
//define a popup template var popupTemplate = new esri.dijit.PopupTemplate({ //title: "{DISPLAY_ID}", fieldInfos: [ {fieldName: "DISPLAY_ID", visible: true, label:"Truck ID:"}, {fieldName: "STREET_NAME", visible: true, label:"Location:"}, {fieldName: "Code", visible: true, label:"Code:"}, {fieldName: "REASON", visible: true, label:"Reason:"}, {fieldName: "DATE_TIME", visible:true, label:"Date:"} ], showAttachments:true });
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.