farmOS/docs/guide/mapping.md

7.4 KiB

Mapping locations

farmOS gives you the ability to organize all the various places on (and off) your farm. These places are represented as Assets in farmOS, and they can be referenced when you are logging events. Assets can be located in other Assets via movement Logs and location logic.

To create a location Asset, go to the farmOS Dashboard and click the "Add asset" button. Select the Asset type you want to map, such as Land or Structure, and you will be taken to a form for creating the Asset.

You will see a Geometry field with a map for drawing the shape of the Asset. Generally a single polygon is all that is required, but points and lines are also allowed.

Make sure that the "Is location" option is enabled so that the Asset is designated as a location.

When you're done modifying your area, remember to click the Save button at the bottom of the page to save your changes.

Map controls

Zooming

There are three ways to zoom in/out:

  • On touch screens, you can "pinch zoom" using two fingers.
  • With a computer mouse, you can use the scroll wheel to zoom in/out (click on the map first to enable scroll zoom).
  • The plus (+) and minus (-) buttons in the top left of the map control zoom.

Geolocating

A "Geolocate" button is available in the top left of the map. This will use your device's GPS (if available) and/or IP-based geolocation service to try to find your current location and center the map on that point. While geolocation is turned on, your position will automatically update as you move around. In addition to the point, a circle will also be displayed around the point with an accuracy radius to tell you how confident the geolocated position is.

A search button is available in the top of the map for performing an address search. As you type into the search box, matching addresses will be displayed in a dropdown. Select the address that you want from that list, and the map will be automatically re-centered on that location. Geocoding is provided by Nominatim.

Drawing

There are four buttons for drawing shapes:

  • Polygon: Use this to draw closed shapes like squares, rectangles, etc. Click at each vertex of the shape, and end by either connecting to the first point or double-clicking to connect automatically.
  • Line: Create a series of line segments by clicking points on the map, and double-clicking when you're done. You can also hold shift to draw freehand.
  • Point: Click on the map to create a point.
  • Circle: Create a circle by clicking where you want the center to be, dragging the circle outward to expand it, and clicking again to finish.

Modifying

There are three buttons for modifying shapes:

  • Modify: Click the modify button, and then click a shape to select it. You can click and drag any of the vertices to modify the overall shape.
  • Move: Click the move button, and then click a shape to select it. Then click and drag the shape to move it to a different position.
  • Delete: The delete button will clear any selected shapes from the map. This button will appear when either the Modify or Move buttons are active, and a shape has been selected. If you accidentally delete a shape, refresh the page WITHOUT saving, and you will revert to the previously saved shapes. Note that this will also revert any other changes to your area that you haven't saved.

Geometry import and export

Importing geometry from files

farmOS can import geometries from KML, KMZ, GPX, and GeoJSON files. If you already have your farm mapped in another software (like Google Earth), you can export KML files for each area and then import them into farmOS records. Alternatively, you can use the KML Importer module to import a single KML file that contains the shapes for multiple land Assets.

To import a KML file of an individual Asset or Log, follow these steps:

  1. Create a new Asset or Log (or edit an existing one).
  2. Scroll down to the Files field and upload your KML file.
  3. Scroll to the Geometry field, and just below the map you will see a button labeled "Import geometry from uploaded files". If you uploaded a valid file, you will see the shape(s) appear in the map.

To import a KML/KMZ file containing multiple Assets, follow these steps:

  1. Enable the KML Importer module.
  2. Go to Administration > Import > KML Import in the toolbar.
  3. Upload your KML/KMZ file, select the default land type to assign to new Assets, and click "Parse".
  4. If geometries are found in the file, a fieldset will be shown for each of them, letting you customize the Asset name, land type, and whether or not it should be imported.
  5. At the bottom of the form, there is an option to create a new Asset that will contain all the imported Assets. It is a good idea to use this so that you can easily review the Asset that were imported, without having them mixed in with your existing Asset right away. If you find that the import didn't work properly, you can select all the Asset under this parent Asset and delete them in bulk.

Exporting a KML file

KML files can be exported from both Assets and Logs. Open any list of Assets or Logs, select one or more of them, and select the "Export KML" option that appears at the bottom.

Location hierarchy

Location Assets can be organized into a hierarchy. This is visible from the "Locations" page in the Toolbar. There are three ways to modify the hierarchy:

  • Click "Locations" in the toolbar, then click "Toggle drag and drop" at the bottom. Drag locations to their new parents to modify the hierarchy. Click "Save" when you are done, or "Reset" to undo your changes.
  • The same drag and drop editor is available for child hierarchies of individual location Assets. Go to the parent Asset record and click the "Locations" tab to see the hierarchy of children, with the option to modify via drag and drop.
  • When you are editing an individual location Asset, modify its "Parent" relationship to point to the Asset that should appear above it in the hierarchy.

Use the Snapping Grid

farmOS includes a "snapping grid" tool to aid in creating regular/aligned geometries. When drawing, the cursor will only snap to existing geometries by default. However, the snapping grid adds a grid of evenly spaced points to which the cursor will snap preferentially.

snapping_grid_demo

To activate the grid, click the '#' icon in the bottom left corner above the scale line, then select two points. The first point is the "origin" of the grid while the second point we will call a "rotation anchor" and describes how the grid should be rotated around the origin point.

In addition to controlling the origin/rotation of the grid, its dimensions can be specified. To do so, hover your mouse over the '#' icon then enter the x and y dimensions in the controls which appear. Since the grid can be rotated, the dimensions are independent of the compass directions on the map. Instead, the x dimension represents the distances between the grid points on lines parallel with the line formed by the origin and rotation anchor points. Similarly, the y dimension represents distances perpendicular to that line.

farmOS Snapping Grid dimensions screenshot