feat: remove context layer

This commit is contained in:
Gigi
2022-04-26 21:15:04 +02:00
parent 0fda30d0ff
commit 74fd2d55f4

View File

@@ -27,12 +27,6 @@ qtip: '/js/jquery.qtip.min.js'
var map = kartograph.map('#map');
map.loadMap('map/world.svg', function () {
map.addLayer('context', {
styles: {
stroke: '#aaa',
fill: '#f6f4f2'
}
});
map.addLayer('countries', {
id: 'bg',
styles: {