- Mapping with ArcGIS Pro
- Amy Rock Ryan Malhoski
- 314字
- 2021-06-24 18:39:09
Creating a map output
Now that we've fixed the overlap problem, it's time to add the remaining map elements and finish our map. Regardless of whether you are designing for print or screen, a good map contains a title, north arrow, scale bar, and credits, which include the author name, date, source, and projection information. We'll also add a neatline to give a finished look to our map.
First, let's add a neatline to the layout. Neatlines are also sometimes referred to as borders, and are used to frame objects in a map layout for style or clarity. Too many neatlines can result in clutter, so for now, we'll just create a neatline around the entire map layout:
- Click Insert|Rectangle.
- Click and drag a box around the map near the margins. If you added guides beyond, you will see it snap to those if you stay close to them. The guides are always on top, so they may obscure some of your neatlines. To verify what's underneath, right-click outside the virtual page and uncheck guides. Repeat and check them again to restore them.
- The Format tab will appear, allowing you to format your neatline.
- Set the Line fill to Black and the Width to 2 pt.
- Make sure the Fill is set to No Color.
Note that your rectangle is now added as an object in your Contents pane, allowing you to easily move it to the back. Let's do that now:
- Select the Rectangle in the Contents pane.
- Rename it to Neatline and drag it to the bottom of the Drawing Order.
- Mastering AWS Lambda
- Microsoft Application Virtualization Cookbook
- Interactive Data Visualization with Python
- 神經網絡編程實戰:Java語言實現(原書第2版)
- 深度強化學習算法與實踐:基于PyTorch的實現
- 微信公眾平臺開發:從零基礎到ThinkPHP5高性能框架實踐
- AutoCAD VBA參數化繪圖程序開發與實戰編碼
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- Multithreading in C# 5.0 Cookbook
- 跟戴銘學iOS編程:理順核心知識點
- 軟件測試分析與實踐
- 高質量程序設計指南:C++/C語言
- 零基礎C語言學習筆記
- Cinder:Begin Creative Coding
- Laravel 5.x Cookbook