mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2026-01-15 06:23:24 -08:00
update target : trifid to M20
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user