EVOLUTION-MANAGER
Edit File: aaa-test-viztest.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Visual Testing scripts for vistest</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for aaa-test-viztest {leaflet}"><tr><td>aaa-test-viztest {leaflet}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Visual Testing scripts for vistest</h2> <h3>Description</h3> <p>Visual testing examples to be used by the vistest package. </p> <h3>Examples</h3> <pre> ### Start addGeoJSON properties - https://github.com/rstudio/leaflet/pull/625 polygon = list( type = "Polygon", coordinates = list( list( c(8.330469, 48.261570), c(8.339052, 48.261570), c(8.339052, 48.258227), c(8.330469, 48.258227), c(8.330469, 48.261570) ) ) ) # should produce an orange-ish rectangle around `Ramsel` leaflet() %>% addTiles() %>% addGeoJSON(polygon, color="#F00") %>% setView(lng = 8.330469, lat = 48.26157, zoom = 15) ### End PR #625 # end donttest </pre> <hr /><div style="text-align: center;">[Package <em>leaflet</em> version 2.0.3 <a href="00Index.html">Index</a>]</div> </body></html>