I use this example to customized my layer switcher in openlayers.But I want to change the position,width and height of layer switcher.I know it relates to CSS.I change some numbers to get some idea.But I can't figure out how to do it. Pls give me some tips.Thanks
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
check out openlayers dark theme here. it has customization about layer switcher too.. UPDATE: oh sorry due to not reading your que. completely i give only thematic solution...I noticed that newly. new solution is that change the following style (top):
i hope it helps you... |
||||
|
|
|
You have to match the right element and the right class with CSS. Here 2 samples :
I'm not sure the !important instruction is required, but keep it at least for the test. If you're note familiar with CSS, have a look on some tutorials :
Regarding !important instructions : Hope it helps! |
||||
|
|
