|
|
Строка 21: |
Строка 21: |
| | | |
| [[Категория:Аспирант]] | | [[Категория:Аспирант]] |
− | <!-- Этот блок кода нужно вставить в ту часть страницы, где вы хотите разместить карту (начало) -->
| |
− | <script src="http://api-maps.yandex.ru/1.1/?key=AFNW4kwBAAAA0Cj8TQMACSFbzEaec9ebLuijZdChea7phmkAAAAAAAAAAAA-fM-_q69ZP5YjhoNproZtrLMGjw==&wizard=constructor" type="text/javascript"></script>
| |
− | <script type="text/javascript">
| |
− | YMaps.jQuery(window).load(function () {
| |
− | var map = new YMaps.Map(YMaps.jQuery("#YMapsID-5853")[0]);
| |
− | map.setCenter(new YMaps.GeoPoint(43.571043,56.488873), 9, YMaps.MapType.MAP);
| |
− | map.addControl(new YMaps.Zoom());
| |
− | map.addControl(new YMaps.ToolBar());
| |
− | map.addControl(new YMaps.TypeControl());
| |
− |
| |
− | YMaps.Styles.add("constructor#pmrdm1Placemark", {
| |
− | iconStyle : {
| |
− | href : "http://api-maps.yandex.ru/i/0.3/placemarks/pmrdm1.png",
| |
− | size : new YMaps.Point(28,29),
| |
− | offset: new YMaps.Point(-8,-27)
| |
− | }
| |
− | });
| |
− |
| |
− |
| |
− | YMaps.Styles.add("constructor#pmrdm2Placemark", {
| |
− | iconStyle : {
| |
− | href : "http://api-maps.yandex.ru/i/0.3/placemarks/pmrdm2.png",
| |
− | size : new YMaps.Point(28,29),
| |
− | offset: new YMaps.Point(-8,-27)
| |
− | }
| |
− | });
| |
− |
| |
− |
| |
− | YMaps.Styles.add("constructor#FF3732c85Polyline", {
| |
− | lineStyle : {
| |
− | strokeColor : "FF3732c8",
| |
− | strokeWidth : 5
| |
− | }
| |
− | });
| |
− | map.addOverlay(createObject("Placemark", new YMaps.GeoPoint(43.908689,56.306882), "constructor#pmrdm1Placemark", "траляля"));
| |
− | map.addOverlay(createObject("Placemark", new YMaps.GeoPoint(43.604002,56.431088), "constructor#pmrdm2Placemark", "ра"));
| |
− | map.addOverlay(createObject("Polyline", [new YMaps.GeoPoint(43.704435,56.404421),new YMaps.GeoPoint(43.943754,56.211999),new YMaps.GeoPoint(43.607115,56.426471),new YMaps.GeoPoint(43.447813,56.347244),new YMaps.GeoPoint(43.640074,56.312149),new YMaps.GeoPoint(43.620847,56.25868)], "constructor#FF3732c85Polyline", ""));
| |
− |
| |
− | function createObject (type, point, style, description) {
| |
− | var allowObjects = ["Placemark", "Polyline", "Polygon"],
| |
− | index = YMaps.jQuery.inArray( type, allowObjects),
| |
− | constructor = allowObjects[(index == -1) ? 0 : index];
| |
− | description = description || "";
| |
− |
| |
− | var object = new YMaps[constructor](point, {style: style, hasBalloon : !!description});
| |
− | object.description = description;
| |
− |
| |
− | return object;
| |
− | }
| |
− | });
| |
− | </script>
| |
− |
| |
− | <div id="YMapsID-5853" style="width:450px;height:350px"></div>
| |
− | <div style="width:450px;text-align:right;font-family:Arial"><a href="http://api.yandex.ru/maps/tools/constructor/" style="color:#1A3DC1">Создано с помощью инструментов Яндекс.Карт</a></div>
| |
− | <!-- Этот блок кода нужно вставить в ту часть страницы, где вы хотите разместить карту (конец) -->
| |