diff --git a/ChangeLog b/ChangeLog index 3c73de676..754b18940 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ Frontend: Worldmap: * textbox scaling according to zoom (scale_to_max_zoom option) (issue #255) + * Feature: screen-fixed objects 1.9.20 Core: diff --git a/docs/en_US/worldmap.html b/docs/en_US/worldmap.html index 7370f67c4..c4765cda4 100644 --- a/docs/en_US/worldmap.html +++ b/docs/en_US/worldmap.html @@ -95,5 +95,28 @@
max_zoom
. Only applicable to textboxes.Parameter | Default | Description | +
---|---|---|
worldmap_screenfixed_objects_from_map | none | Name of other regular map to load screen-fixed objects from. | +
worldmap_screenfixed_objects_from_map=name_of_another_regular_map
. Objects from regular map (2) are now visible on this worldmap (1) and are always fixed to the same spot on the screen.
+
+You may also want to set show_in_lists=0
on the referred regular map.
+