Closed (won't fix)
Project:
GMap Module
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Jul 2008 at 18:50 UTC
Updated:
4 Nov 2012 at 00:57 UTC
Jump to comment: Most recent file
Comments
Comment #1
Madapple commentedI have used the seemap module - and it works fine depending on how i loaded the view...
and i found the readmore... just have to figure out how to style that so its easier to see.
Comment #2
Madapple commentedmore to the point - i want to remove the "See Map: Google Maps" from the node and the popup... see attached.
Comment #3
taggartj commentedCSS FIX :
the quick way is to didable it in css
in you theme styles.css (or whatever) make a new css rule:
.map-link{
display:none;
}
Comment #4
podarokrelease unsupported
feel free to open issue against latest 7.x dev