diff options
Diffstat (limited to 'frontends/php/include/maps.inc.php')
| -rw-r--r-- | frontends/php/include/maps.inc.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/frontends/php/include/maps.inc.php b/frontends/php/include/maps.inc.php index a06564df..5754b0d2 100644 --- a/frontends/php/include/maps.inc.php +++ b/frontends/php/include/maps.inc.php @@ -56,10 +56,10 @@ */ function map_link_drawtype2str($drawtype){ switch($drawtype){ - case MAP_LINK_DRAWTYPE_LINE: $drawtype = "Line"; break; - case MAP_LINK_DRAWTYPE_BOLD_LINE: $drawtype = "Bold line"; break; - case MAP_LINK_DRAWTYPE_DOT: $drawtype = "Dot"; break; - case MAP_LINK_DRAWTYPE_DASHED_LINE: $drawtype = "Dashed line"; break; + case MAP_LINK_DRAWTYPE_LINE: $drawtype = S_LINE; break; + case MAP_LINK_DRAWTYPE_BOLD_LINE: $drawtype = S_BOLD_LINE; break; + case MAP_LINK_DRAWTYPE_DOT: $drawtype = S_DOT; break; + case MAP_LINK_DRAWTYPE_DASHED_LINE: $drawtype = S_DASHED_LINE; break; default: $drawtype = S_UNKNOWN; break; } return $drawtype; |
