Jump to content

Module:Kashmir conflict detailed map

From Wikipedia, the free encyclopedia
return {
    marks = {
        -- Border crossings
        -- Towns & Villages
        -- dotsize vs population
        -- population < 1m & 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 = 32.36941, long = 75.52539, mark = 'Location dot orange.svg', marksize = 14, label = '[[Kathua]]', label_size = 90, link = 'Kathua', position = 'left' },
        { lat = 32.73569, long = 74.86911, mark = 'Location dot orange.svg', marksize = 18, label = '[[Jammu]]', label_size = 100, link = 'Jammu', position = 'left' },
        { lat = 32.56245, long = 75.11993, mark = 'Location dot orange.svg', marksize = 14, label = '[[Samba, Jammu and Kashmir|Samba]]', label_size = 90, link = 'Samba', position = 'left' },
        { lat = 32.92431, long = 75.13573, mark = 'Location dot orange.svg', marksize = 14, label = '[[Udhampur]]', label_size = 90, link = 'Udhampur', position = 'up' },
        { lat = 33.08, long = 74.83, mark = 'Location dot orange.svg', marksize = 14, label = '[[Reasi]]', label_size = 90, link = 'Reasi', position = 'left' },
        { lat = 33.376667, long = 74.312222, mark = 'Location dot orange.svg', marksize = 14, label = '[[Rajouri]]', label_size = 90, link = 'Rajouri', position = 'right' },






    },

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

    legend = {
        { mark = 'Location dot green.svg', text = 'Under the control of Pakistan', marksize = 11 },
        { mark = 'Location dot red.svg', text = 'Under the control of China', marksize = 11 },
        { mark = 'Location dot orange.svg', text = 'Under the control of India', marksize = 11 },
    },
}