I have a igMap with a type: type: "geographicShape", backgroundContent = null;
shapeDataSource: '../../data-files/shapes/test.shp', databaseSource: '../../data-files/shapes/test.dbf',
windowRect: {top: 0.35482880331323446, left: 0.32046170218611925, width: 0.07144929000000011, height: 0.07144929000000011 } set to these values.
It's all centered when the window is maximized, but when the window is re-sized the the shape file is not centered in the div. How do I keep the shape file always centered within the window?
The default settings for ie9 are to load in compatibility mode when you load a site from the intranet zone. If you put the appropriate metatag in your page, you can tell IE that your page was definitely designed for IE level 9, and it shouldn't play it safe and load in compatibility mode.
Do the contents inside the splitter layout resize when the browser resize?
There may actually be a bug where a coercion is firing that shouldn't. Looking into it. Will get back to you with a bug number if this is the case.
Got IE 9 working also. For some reason, my Visual Studio was defaulting to IE compatibility mode when I launch from visual studio 2012. I was able to fix it by hitting F12, then stopped debugging and choose browser mode to internet explorer 9.
Thank you so much. This is very helpful. I tested in Chrome and it seems to work. I had to plug in these values for windowsRect to make the zoom bigger. So far it looks good.
varwindow = $("#map").igMap("getZoomFromGeographic", {
left: -112.61762762423348,
top: 24.869629823381775,
height: 21.57031063486546,
width:26.87213517452271
});
$("#map").igMap("option", "windowRect", window);
IE 9 give me the error, even though I am using IE 9.