Dear Flavio, I also tried as follows
<wo:CCGoogleMap id = "myMap" type = "ROADMAP" lat = "$parameters.map_lat" lng = "$parameters.map_lng" zoom = "$parameters.map_zoom.toString" /> <hr /> <wo:repetition list = "$mapMarkers" item = "$aMarker"> <wo:CCGoogleMapMarker googleMapId = "myMap" lat = "$aMarker.lat" lng = "$aMarker.lng" id = "$aMarker.mapID" address = "$aMarker.mapInfo"> <div style="visibility: hidden;"> <address><wo:string value = "$aMarker.mapInfo" escapeHTML = "false" /></address> </div> </wo:CCGoogleMapMarker> </wo:repetition> This is also NOT working. Overview map is displayed correctly, markers the map the same, addresses are also hidden but when click to info window it opens empty. Stavros > On 13 Nov 2017, at 19:23, Flavio Donadio <flaviodona...@icloud.com> wrote: > > Stavros, > > > It should be something like: <div style=“visibility: hidden;”>…</div> or <div > style=“display:none;”>…</div>. > > Alternatively, you could use <div class=“someClass”>…</div> and set display > or visibility properties in a stylesheet. > > > Regards, > Flavio > >> On 11 Nov 2017, at 02:24, Stavros Panidis <stavros.pani...@gmail.com >> <mailto:stavros.pani...@gmail.com>> wrote: >> >> Hi Ralf, >> >> I tried with <div hidden> but does not work. As the list of addresses hides >> the same is with markers’ info window. >> >> Anyway,thenk you very much for your assistance >> >> Stavros >> >>> On 10 Nov 2017, at 13:31, Ralf Schuchardt <r...@gmx.de >>> <mailto:r...@gmx.de>> wrote: >>> >>> Hi Stavros, >>> >>> I have also not used the component, but I believe the content inside the >>> CCGoogleMapMarker tags is used as content for the info box of that marker. >>> To hide the address list you may try adding a CSS style or class with >>> "display: hidden" to a the address items or a surrounding container. >>> >>> Ralf >>> >>> -- >>> Ralf Schuchardt >>> Sent with Airmail >>> >>> Am 10. November 2017 um 05:10:02, Stavros Panidis >>> (stavros.pani...@gmail.com <mailto:stavros.pani...@gmail.com>) schrieb: >>> >>>> Dear Gino >>>> >>>> follwing is the division of my component where the map is displayed >>>> >>>> <wo:CCGoogleMap id = "myMap" type = "ROADMAP" lat = "$parameters.map_lat" >>>> lng = "$parameters.map_lng" zoom = "$parameters.map_zoom.toString" >>>> ></wo:CCGoogleMap> >>>> >>>> <wo:repetition list = "$mapMarkers" item = "$aMarker"> >>>> <wo:CCGoogleMapMarker googleMapId = "myMap" lat = "$aMarker.lat" lng = >>>> "$aMarker.lng" id = "$aMarker.mapID" address = "$aMarker.mapInfo"> >>>> </wo:CCGoogleMapMarker> >>>> >>>> The map is displayed correctly and also do the markers. But there is >>>> nothing but an empty box displayed when I click on to a marker. >>>> >>>> While if I add below CCGoogleMapMarker (inside repetition) the line >>>> >>>> <address><wo:string value = "$aMarker.mapInfo"></wo:string></address> >>>> >>>> the address is displayed correctly when I click the marker but I also get >>>> a list of addresses displayed below the map. >>>> >>>> I am sure that I do something wrong but I can’t find out. >>>> >>>> Stavros >>>> >>>> >>>> >>>> > On 9 Nov 2017, at 09:17, Gino Pacitti <ginok...@mac.com >>>> > <mailto:ginok...@mac.com>> wrote: >>>> > >>>> > I guess you have customise the component :-) >>>> > >>>> > Find it in the frameworks... >>>> > >>>> > Sent from my Apple iPhone 7 plus >>>> > >>>> >> On 9 Nov 2017, at 05:37, Stavros Panidis <stavros.pani...@gmail.com >>>> >> <mailto:stavros.pani...@gmail.com>> wrote: >>>> >> >>>> >> Dear Johann, >>>> >> >>>> >> I tried with CCGoogleMap. >>>> >> >>>> >> I achieved to display my custom main map and also add my markers >>>> >> (CCGoogleMapMarker) on it. >>>> >> >>>> >> My problem is that I can not find a way to display custom information >>>> >> for each marker, like I did before with ‘info’ binding in AjaxGMap >>>> >> framework. >>>> >> >>>> >> Do you or someone else have something to suggest? I should greatly >>>> >> appreciate it. >>>> >> >>>> >> Stavros Panidis >>>> >> >>>> >> >>>> >>> On 7 Nov 2017, at 18:53, Johann Werner <johann.wer...@posteo.de >>>> >>> <mailto:johann.wer...@posteo.de>> wrote: >>>> >>> >>>> >>> Hi Stavros, >>>> >>> >>>> >>> have a look at CCGoogleMap. You will find it in framework >>>> >>> ERCoolComponents. >>>> >>> >>>> >>> jw >>>> >>> >>>> >>> >>>> >>>> Am 07.11.2017 um 16:23 schrieb Stavros Panidis >>>> >>>> <stavros.pani...@gmail.com <mailto:stavros.pani...@gmail.com>>: >>>> >>>> >>>> >>>> Hi list, >>>> >>>> >>>> >>>> I worked with AjaxGMap so far but after installing Wonder 7 I see >>>> >>>> that is missing. >>>> >>>> >>>> >>>> Is there another solution to work with Google maps? Any examples? >>>> >>>> >>>> >>>> Many thanks in advance >>>> >>>> >>>> >>>> Stavros Panidis >>>> >>> >>>> >> >>>> >> _______________________________________________ >>>> >> Do not post admin requests to the list. They will be ignored. >>>> >> Webobjects-dev mailing list (Webobjects-dev@lists.apple.com >>>> >> <mailto:Webobjects-dev@lists.apple.com>) >>>> >> Help/Unsubscribe/Update your Subscription: >>>> >> https://lists.apple.com/mailman/options/webobjects-dev/ginokris%40mac.com >>>> >> >>>> >> <https://lists.apple.com/mailman/options/webobjects-dev/ginokris%40mac.com> >>>> >> >>>> >> This email sent to ginok...@mac.com <mailto:ginok...@mac.com> >>>> >>>> _______________________________________________ >>>> Do not post admin requests to the list. They will be ignored. >>>> Webobjects-dev mailing list (Webobjects-dev@lists.apple.com >>>> <mailto:Webobjects-dev@lists.apple.com>) >>>> Help/Unsubscribe/Update your Subscription: >>>> https://lists.apple.com/mailman/options/webobjects-dev/rasc%40gmx.de >>>> <https://lists.apple.com/mailman/options/webobjects-dev/rasc%40gmx.de> >>>> >>>> This email sent to r...@gmx.de <mailto:r...@gmx.de> >> _______________________________________________ >> Do not post admin requests to the list. They will be ignored. >> Webobjects-dev mailing list (Webobjects-dev@lists.apple.com >> <mailto:Webobjects-dev@lists.apple.com>) >> Help/Unsubscribe/Update your Subscription: >> https://lists.apple.com/mailman/options/webobjects-dev/flavio%40donadio.com.br >> >> <https://lists.apple.com/mailman/options/webobjects-dev/flavio%40donadio.com.br> >> >> This email sent to fla...@donadio.com.br >
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com