You need to create a “csv” file with the following columns
- description
- latitude
- longitude
You can add radiusinpixels and fillcolor to change size and color of points respectively. As an alternative to radiusinpixels, you can use radiusinmeters to set radius size of points based on meters vs pixel size. There are other options detailed in the docs. Once you have your csv file, print to standard output the name of your geomap with the suffix _geotable_path
, followed by =
and the pathname of your csv file.
example:
print("parks_geotable_path = %s" % path)