Skip to the content.

HomeHelp

Map Images

Map images rely on SVG (Scalable Vector Graphics) files.

While many SVG editors exist, we recommend Inkscape, a free and open source vector graphics editor.

Structuring the SVG Files

The SVG format has the ability to group together elements using a <g> tag, and to set an id attribute on <g> and <path> tags. These two features are heavilty relied on by the Lot Occupancy System.

Screenshot of Map Image Structure

Take the screenshot above.

The id for the top leftmost lot is E-1-N-1. The id for the bottom rightmost lot is D-3-S-3.

Lot Image Configuration

In order to link the lot record in the application to the lot path in the image, the id attribute of the <path> tag should match the Map SVG ID set on the lot record.

Non-exact matching can also be done. If all lot paths in the SVG image are grouped, and those groups have their id attributes set, the application will for the first matching path or group, removing pieces from the end of the configured Map SVG ID.

For example, if the application comes across a new lot with Map SVG ID E-1-N-7, there is no exact match. The application will then look for E-1-N, which will match a group of six lots. The six lots will be highlighted until the map is revised with the new lot.