Module:Cyprus problem detailed map

This is an old revision of this page, as edited by History6042 (talk | contribs) at 02:11, 26 November 2023. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
return {
    marks = {
        -- Border crossings
        -- Towns & Villages
        -- dotsize vs population
        -- Capital Size: 35 -- label size: 140
        -- population < 1M & population > 500k Size: 20 -- label size: 120
        -- population < 500k & population > 100k Size: 18 -- label size: 100
        -- population < 100k & population > 10k Size: 14 -- label size: 90
        -- population > 10k Size: 8 -- label size: 0 or 80

        { lat = 34.77679, long = 32.42451, mark = 'Location dot red.svg', marksize = 14, label = '[[Paphos]]', label_size = 90, link = 'Paphos', position = 'left' },
        { lat =34.68406, long = 33.03794, mark = 'Location dot red.svg', marksize = 18, label = '[[Limassol]]', label_size = 100, link = 'Limassol', position = 'left' },
        { lat =34.92291, long = 33.6233, mark = 'Location dot red.svg', marksize = 14, label = '[[Limassol]]', label_size = 90, link = 'Limassol', position = 'left' },



    },

    containerArgs = {
        'Cyprus',
        float = 'left',
        width = 1600,
        caption = [['Hold cursor over ___location to display name']],
    },

    legend = {
        { mark = 'Location dot lime.svg', text = 'Under the control of the Republic of Cyprus', marksize = 11 },
        { mark = 'Location dot red.svg', text = 'Under the control of the Turkish Republic of Northern Cyprus', marksize = 11 },
        { mark = 'Location dot black.svg', text = 'Under the control of the United Kingdom', marksize = 11 },
    },
}