A Pen by Raul Jimenez Ortega on CodePen.
A Pen by Raul Jimenez Ortega on CodePen.
A Pen by Raul Jimenez Ortega on CodePen.
A Pen by Raul Jimenez Ortega on CodePen.
A Pen by Raul Jimenez Ortega on CodePen.
Service endpoint: https://utility.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task/execute
Parameters:
- format:
PNG32
- Layout_Template:
MAP_ONLY
- Web_Map_as_JSON
{
"mapOptions": {
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function onEdit(edit) { | |
var row = edit.range.getRow() | |
var timestampTimeZone = "GMT+1" | |
var timestampFormat = "dd/MM/yyyy" | |
if( row >=2 ){ | |
var timestamp = Utilities.formatDate( | |
new Date(), | |
timestampTimeZone, | |
timestampFormat) | |
SpreadsheetApp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from IPython.display import HTML | |
HTML("""<style>.video-container{display:grid;justify-items:center;align-items:center;position:relative;width:100%;height:100%;min-height:400px;overflow:hidden}.video-container iframe{position:absolute;z-index:1;top:50%;left:50%;min-width:100%;min-height:100%;transform:translate(-50%,-50%)}</style><div class="video-container"><iframe id="kmsembed-1_61k6sy6f" width="608" height="402" src="https://mediaspace.esri.com/embed/secure/iframe/entryId/1_61k6sy6f/uiConfId/49806163/st/0" class="kmsembed" allowfullscreen webkitallowfullscreen mozallowfullscreen allow="autoplay *; fullscreen *; encrypted-media *" referrerpolicy="no-referrer-when-downgrade" sandbox="allow-downloads allow-forms allow-same-origin allow-scripts allow-top-navigation allow-pointer-lock allow-popups allow-modals allow-orientation-lock allow-popups-to-escape-sandbox allow-presentation allow-top-navigation-by-user-activation" frameborder="0" title="Road crack prediction"></iframe></div>""") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="mapid"></div> | |
<!--http://leafletjs.com/examples/choropleth/--> |
NewerOlder