...
Info | ||
---|---|---|
| ||
Administrative layers 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" )
Frame around Robinson or Mollweide projection A set of parameters have been added to enable users to add a frame around the Robinson or Mollweide projections. mcoast(map_grid_frame = "on", map_grid_frame_line_style = "solid", map_grid_frame_thickness = 2, map_grid_frame_colour = "charcoal" )
|
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> |