update target : trifid to M20

This commit is contained in:
tboch
2018-04-05 15:13:12 +00:00
parent e604118eea
commit e840d741ab
12 changed files with 24 additions and 24 deletions

View File

@@ -38,7 +38,7 @@
<!-- Creation of Aladin Lite instance with initial parameters -->
<script type="text/javascript">
var aladin = A.aladin('#aladin-lite-div', {survey: "P/DSS2/color", fov:1.5, target: "trifid"});
var aladin = A.aladin('#aladin-lite-div', {survey: "P/DSS2/color", fov:1.5, target: "M 20"});
$('input[name=survey]').change(function() {
aladin.setImageSurvey($(this).val());
@@ -51,8 +51,8 @@
aladin.addCatalog(markerLayer);
markerLayer.addSources([marker1, marker2, marker3]);
aladin.addCatalog(A.catalogFromSimbad('trifid', 0.2, {shape: 'plus', color: '#5d5', onClick: 'showTable'}));
aladin.addCatalog(A.catalogFromVizieR('J/ApJ/562/446/table13', 'trifid', 0.2, {shape: 'square', sourceSize: 8, color: 'red', onClick: 'showPopup'}));
aladin.addCatalog(A.catalogFromSimbad('M 20', 0.2, {shape: 'plus', color: '#5d5', onClick: 'showTable'}));
aladin.addCatalog(A.catalogFromVizieR('J/ApJ/562/446/table13', 'M 20', 0.2, {shape: 'square', sourceSize: 8, color: 'red', onClick: 'showPopup'}));
</script>
</code></pre>