Resize Maptips
I am trying to widen the map tip window, and am struggling mightily to make all of these elements work together nicely. Has anyone had success with this operation, either using the custom css or making modifications to the MapTipView configuration in the viewer json? Advice would be very, very appreciated.
0
-
Hi Zack,
You can add custom CSS at this file here:
C:\Program Files (x86)\Latitude Geographics\Geocortex Essentials\Default\REST Elements\Sites\<SiteName>\Viewers\<ViewerName>\VirtualDirectory\Resources\Styles\Custom\Desktop.css
to change the size of the maptip. The classes used to adjust the size of the maptip is as follows:.map-tip-view { width: 650px; height: 500px; } .map-tip-view .feature-description { height: 40.45em; }These are exaggerated settings so you can see the changes. The default settings are as follows:/* Map Tip Container */ .map-tip-view { width: 31.25em; height: 6.8em; } /* Map Tip Feature Content */ .map-tip-view .feature-description { height: 24.45em; }The .map-tip-view modifies the maptip size. The .map-tip-view .feature-description modifies the space used for the feature content.
I hope this helps.
Carmen0 -
That did it... I was missing one class which seems to have moved around a lot of the other elements which I did find, and was trying to control piecemeal, to their desired locations. Thank you very much! 0
Please sign in to leave a comment.
Comments
2 comments