Michael Igler
Michael Igler
http://plnkr.co/edit/aopYeL3wD3IdUAZjDrdq?p=preview
Thanx, got it working now. BTW the zoom-in-out panel is crippled. I fixed this with .map-canvas img{ max-width: none; } Maybe you can add this to your introduction? As I...
I am trying to set a marker. The HTML-code is: <section id="map"> <div ui-map="myMap" ui-options="$parent.getMapOptions(location.latitude, location.longitude)" ui-map-marker="$parent.getMarker(location.latitude, location.longitude, location.name)" class="map-canvas-locations"></div> </section> But I get an error "Converting circular structure to...
I would be interested in this feature, too. Any news on this topic? UPDATE: Try /{repository}/schema (replace {repository} through real repository-name) with header Accept: application/schema+json as described here: http://stackoverflow.com/questions/21169937/spring-data-rest-how-to-expose-a-json-schema-from-a-repository-2-0-0-m1
It seems to be a problem with <spring-hateoas.version>0.18.0.BUILD-SNAPSHOT</spring-hateoas.version> at the moment. If you switch to <spring-hateoas.version>0.17.0.RELEASE</spring-hateoas.version> in your pom.xml then things should work again.