Hi Nacho, currently in the process of tidying up the isis-wicket-gmap3 repository [1], should be done within the next week, after which point the idea is simply to fork in github and fix, and raise a pull request as need be.
If you want to do a quick fix before then, take a look at [2] HTH Dan [1] https://github.com/isisaddons/isis-wicket-gmap3 [2] https://github.com/isisaddons/isis-wicket-gmap3/blob/master/extension/ui/src/main/java/com/danhaywood/isis/wicket/gmap3/ui/collectioncontents/CollectionOfEntitiesAsLocatables.java#L140 On 27 August 2014 09:41, Jeroen van der Wal <[email protected]> wrote: > Hi Nacho, > > You could extend or decorate Locatable [1] and handle it > in CollectionOfEntitiesAsLocatables [2]. Our module is basically a wrapper > around the wicketstuff gmap3 component [3]. > > Cheers, > > Jeroen > > > [1] > > https://github.com/isisaddons/isis-wicket-gmap3/tree/master/extension/applib/src/main/java/com/danhaywood/isis/wicket/gmap3/applib > [2] > > https://github.com/isisaddons/isis-wicket-gmap3/blob/master/extension/ui/src/main/java/com/danhaywood/isis/wicket/gmap3/ui/collectioncontents/CollectionOfEntitiesAsLocatables.java > [3] https://github.com/wicketstuff/core/wiki/Gmap3 > > > On Wed, Aug 27, 2014 at 3:34 AM, Nacho Cartes <[email protected]> > wrote: > > > hi there > > > > I'm using wicket-isis-gmap3, and need to change the default icon, to > mark a > > point on the map, any ideas? > > > > thank you very much > > > > Nacho.- > > >
