Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleNew in 2.35.0

You can now use you own shape files ( restricted to some formats ) to display administrative information as background .

Imagine you have a set of shape files : prov10.dbf  prov10.prj  prov10.shp  prov10.shx

You can visualise them using the following setting

mcoast(map_user_layer = "on",

  map_user_layer_name = "mypath/prov10",

  map_user_layer_style = "dash",

  map_user_layer_colour = "navy"

)

 Image Added

 

HTML
<div id="magics">	
</div>

<script src="/wiki/download/attachments/13207038/magdoc.js"></script>
<link rel="stylesheet" type="text/css" href="/wiki/download/attachments/13207038/magics.css" />
<link rel="stylesheet" type="text/css" href="/wiki/download/attachments/13207038/jquery.miniColors.css" />
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
<script src="/wiki/download/attachments/13207038/jquery.miniColors.js"></script>



<script>
	load("/wiki/download/attachments/13893682/coast.json");
</script>