diff --git a/website/doc/API/examples/all-examples.json b/website/doc/API/examples/all-examples.json index ce4552d5..6a27a78f 100644 --- a/website/doc/API/examples/all-examples.json +++ b/website/doc/API/examples/all-examples.json @@ -5,15 +5,18 @@ {"title": "Overlay an image layer on a base image layer", "url": "overlay-image-layer/"}, {"title": "Set the color map of an image layer", "url": "color-map/"}, {"title": "Create a catalogue with a custom shape", "url": "cat-custom-shape/"}, + {"title": "Create a catalogue with a custom draw function", "url": "cat-custom-draw-function/"}, {"title": "Display objectnames", "url": "onames-labels/"}, {"title": "Load a table from a VOTable URL", "url": "load-votable/"}, {"title": "Easy access to SIMBAD and NED data", "url": "easy-access-simbad-ned/"}, {"title": "Easy access to VizieR data", "url": "easy-access-vizier/"}, + {"title": "Display a catalogue HiPS", "url": "catalog-hips/"}, {"title": "Create markers", "url": "marker-creation/"}, {"title": "Add listeners to click and hover events", "url": "events-listeners/"}, {"title": "Add some footprints overlays", "url": "footprints/"}, {"title": "Add a polyline overlay", "url": "polyline/"}, - {"title": "Add a MOC overlay", "url": "MOC/"}, + {"title": "Add a MOC overlay (pointed by URL)", "url": "MOC/"}, + {"title": "Add a MOC overlay (created by a JSON object)", "url": "MOC-JSON/"}, {"title": "Animate to a given position", "url": "animation/"}, {"title": "Demo page for AAS 225", "url": "AAS225/"} ]