Michael Salgado

Results 17 comments of Michael Salgado

Try extending a SOAPEncoder class: ```java import feign.Headers; import feign.RequestTemplate; import feign.jaxb.JAXBContextFactory; import feign.soap.SOAPEncoder; import java.lang.reflect.Method; import java.lang.reflect.Type; import java.util.stream.Stream; public class CustomSOAPEncoder extends SOAPEncoder { public CustomSOAPEncoder(JAXBContextFactory jaxbContextFactory) {...

Hi @redfox05 , Thanks for reporting, We'll working soon on this, though, please feel free to fork repo and send us a pull request.

Please, can you provide us more details, an example in JSFiddle would be great. Thanks.

Please use leaflet-1.X branch. https://github.com/angular-ui/ui-leaflet/tree/leaflet-1.X

@morfair if are you using Leaflet 1.x then is required to be used leaflet-1.X branch, it's supporting Leaflet 1.x. Please try to be nice next time. This work is done...

Please check this commit, https://github.com/angular-ui/ui-leaflet/commit/fee0175b68d9a754a46196d81173e360c5a97fbf, all efforts will be focused on the version for Leaflet 1.x Thanks.

Please check CSS styles on the map...

Please add a example in JSFiddle or Plunk. Thanks

Please check documentation for mouse events, You maybe can use the preventDefault and stopProgation methods.