Yandex Maps API YMapsML Language Reference

Size: px
Start display at page:

Download "Yandex Maps API YMapsML Language Reference"

Transcription

1

2 .. Version 2.0 Document build date: This volume is a part of Yandex technical documentation. Yandex helpdesk site: Yandex LLC. All rights reserved. Copyright Disclaimer Yandex (and its applicable licensor) has exclusive rights for all results of intellectual activity and equated to them means of individualization, used for development, support, and usage of the service. It may include, but not limited to, computer programs (software), databases, images, texts, other works and inventions, utility models, trademarks, service marks, and commercial denominations. The copyright is protected under provision of Part 4 of the Russian Civil Code and international laws. You may use or its components only within credentials granted by the Terms of Use of or within an appropriate Agreement. Any infringements of exclusive rights of the copyright owner are punishable under civil, administrative or criminal Russian laws. Contact information Yandex LLC Phone: pr@yandex-team.ru Headquarters: 16 L'va Tolstogo St., Moscow, Russia

3 Contents About this reference guide... 5 Overview of YMapsML... 5 Elements... 8 atom-subset.xsd... 8 atom:author... 8 atom: atom:link... 9 atom:name... 9 atom:uri attribution.xsd attr:attribution attr:source gml.xsd gml:boundedby gml:description gml:envelope gml:exterior gml:featuremember gml:featuremembers gml:interior gml:linearring gml:linestring gml:lowercorner gml:metadataproperty gml:name gml:point gml:polygon gml:pos gml:poslist gml:uppercorner representation.xsd repr:ballooncontentstyle repr:fill repr:fillcolor repr:hintcontentstyle repr:href repr:iconcontentstyle repr:iconstyle repr:linestyle repr:maptype repr:offset repr:outline repr:parentstyle repr:polygonstyle repr:representation repr:shadow repr:size repr:strokecolor repr:strokewidth repr:style repr:template repr:template repr:text repr:view ymaps.xsd ymaps:anymetadata... 42

4 Contents 4 ymaps:attribution ymaps:geoobject ymaps:geoobjectcollection ymaps:style ymaps:ymaps Index... 49

5 5 About this reference guide This reference guide describes the elements of the YMapsML language that are used for describing objects in the Yandex.Maps service. The guide is intended for developers whose services use YMapsML when working with Yandex.Maps. The guide contains detailed descriptions of the YMapsML schema elements. Elements are grouped by namespace and listed in alphabetical order. The element descriptions are supplemented by diagrams. For easier navigation through the elements, you can click on the diagrams. Overview of YMapsML YMapsML is an XML language intended for describing and displaying various geographical objects in the Yandex.Maps service. For information about working with YMapsML via the Yandex.Maps JavaScript API, see the geoxml.load method description. YMapsML is also used in HTTP geocoder responses; see Geocoder response. YMapsML is based on the XML standard and is an extension of the GML standard. The root element of a YMapsML document is ymaps:ymaps. The attributes for this element define the XML namespace and the XSD schema being used.

6 6 The ymaps:ymaps element, in turn, can contain several tags that serve as containers for various data or groups of data that are displayed on a map. attr:attribution A container for the attr:source tag. attr:source Contains information about who provided the information presented in the YMapsML document. repr:representation A container for the repr:view, repr:style and repr:template tags. repr:view Intended for creating the initial state of a map. Use it to set the map center, type, and starting zoom level. The repr:view element can only occur once in a YMapsML document. repr:style Defines styles of objects that are displayed on the map. In particular, you can use styles to describe how markers, lines, and other objects will look on the map. A YMapsML document can have any number of repr:style elements. repr:template Intended for defining templates for HTML layout of various map objects. A YMapsML document can have any number of repr:template elements. ymaps:geoobjectcollection A container for descriptions of the objects placed on a map. You can use this element to set shared properties, such as styles, for a set of graphical objects. The ymaps:geoobjectcollection element can contain nested ymaps:geoobjectcollection elements, but it can only be present once in the ymaps:ymaps element. In general terms, a YMapsML document looks like this: <?xml version="1.0" encoding="utf-8"?> <ymaps:ymaps xmlns:ymaps=" xmlns:gml=" xmlns:repr=" xmlns:xsi=" xsi:schemalocation=" ymaps.xsd"> <repr:representation> <repr:view> <repr:maptype>hybrid</repr:maptype> <gml:boundedby> <gml:envelope> <gml:lowercorner> </gml:lowerCorner> <gml:uppercorner> </gml:upperCorner> </gml:envelope> </gml:boundedby> </repr:view> <repr:style gml:id="customstyle"> <repr:parentstyle>default#greenpoint</repr:parentstyle> <repr:iconstyle> <repr:href> repr:href> <repr:size x="26" y="46"/> <repr:offset x="-22" y="-46"/> <repr:shadow> <repr:href> repr:href> <repr:size x="25" y="23"/> <repr:offset x="0" y="-25"/> </repr:shadow> </repr:iconstyle> <repr:linestyle> <repr:strokecolor>ff003399</repr:strokecolor> <repr:strokewidth>5</repr:strokewidth> </repr:linestyle> <repr:ballooncontentstyle> <repr:template>#customtemplate</repr:template> </repr:ballooncontentstyle> </repr:style>

7 7 <repr:template gml:id="customtemplate"> <repr:text><![cdata[<div style="color:blue">$[description]</div>]]></repr:text> </repr:template> </repr:representation> <Attribution> <Source id="source"> <author> <name>source name</name> <uri>maps.yandex.com.tr</uri> </author> </Source> </Attribution> <ymaps:geoobjectcollection> <ymaps:style>#customstyle</ymaps:style> <gml:featuremembers> <ymaps:geoobject> <gml:description></gml:description> <gml:point> <gml:pos> </gml:pos> </gml:point> </ymaps:geoobject> <ymaps:geoobject> <gml:linearring> <gml:pos> </gml:pos> <gml:pos> </gml:pos> <gml:pos> </gml:pos> <gml:pos> </gml:pos> <gml:pos> </gml:pos> </gml:linearring> </ymaps:geoobject> </gml:featuremembers> </ymaps:geoobjectcollection> </ymaps:ymaps>

8 8 Elements atom-subset.xsd atom:author Contains: atom: , atom:name, atom:uri attr:source atom:author See the example for the attr:attribution element. atom: atom:author

9 9 atom: See the example for the attr:attribution element. atom:link attr:source Attributes Name Type Required href Yes hreflang string No length No rel No title No type string No atom:link See the example for the attr:attribution element. atom:name

10 10 atom:author atom:name See the example for the attr:attribution element. atom:uri atom:author atom:uri See the example for the attr:attribution element.

11 11 attribution.xsd attr:attribution Contains: attr:source May be included in elements by substitutions: ymaps:ymaps attr:attribution Example of source details: <Attribution> <Source id="source"> <author> <name>source name</name> <uri>maps.yandex.com.tr</uri> </author> </Source> </Attribution>

12 12 attr:source Contains: atom:author, atom:link attr:attribution Attributes Name Type Required id Yes attr:source See the example for the attr:attribution element.

13 13 gml.xsd gml:boundedby Contains: gml:envelope repr:view, ymaps:geoobject, ymaps:geoobjectcollection gml:boundedby Viewport: <gml:boundedby> <gml:envelope> <gml:lowercorner> </gml:lowerCorner> <gml:uppercorner> </gml:upperCorner> </gml:envelope> </gml:boundedby> gml:description gml:linearring, gml:linestring, gml:point, gml:polygon, ymaps:geoobject, ymaps:geoobjectcollection

14 14 gml:envelope Contains: gml:lowercorner, gml:uppercorner gml:boundedby gml:envelope A rectangular viewport: <gml:boundedby> <gml:envelope> <gml:lowercorner> </gml:lowerCorner> <gml:uppercorner> </gml:upperCorner> </gml:envelope> </gml:boundedby> gml:exterior

15 15 gml:polygon May include elements by substitutions: gml:linearring gml:exterior See the example for the gml:polygon tag. gml:featuremember ymaps:geoobjectcollection May include elements by substitutions: ymaps:geoobject, ymaps:geoobjectcollection gml:featuremember Fragment of a YMapsML document that describes one geo object.

16 16 <gml:featuremember> <ymaps:geoobject> <gml:point> <gml:pos> </gml:pos> </gml:point> </ymaps:geoobject> </gml:featuremember> gml:featuremembers ymaps:geoobjectcollection May include elements by substitutions: ymaps:geoobject, ymaps:geoobjectcollection gml:featuremembers Part of a YMapsML document that describes several geo objects:

17 17 <gml:featuremembers> <ymaps:geoobject> <gml:point> <gml:pos> </gml:pos> </gml:point> </ymaps:geoobject> <ymaps:geoobject> <gml:linearring> <gml:pos> </gml:pos> <gml:pos> </gml:pos> <gml:pos> </gml:pos> <gml:pos> </gml:pos> <gml:pos> </gml:pos> </gml:linearring> </ymaps:geoobject> </gml:featuremembers> gml:interior gml:polygon May include elements by substitutions: gml:linearring gml:interior See the example for the gml:polygon tag.

18 18 gml:linearring Contains: gml:description, gml:metadataproperty, gml:name, gml:pos, gml:poslist May be included in elements by substitutions: gml:exterior, gml:interior, ymaps:geoobject gml:linearring Part of a YMapsML document that describes the exterior edge of a quadrilateral: <gml:linearring> <gml:poslist> </gml:posList> </gml:linearring>

19 19 gml:linestring Contains: gml:description, gml:metadataproperty, gml:name, gml:pos, gml:poslist May be included in elements by substitutions: ymaps:geoobject gml:linestring Part of a YMapsML document that describes the coordinates of the ends of a line segment: <gml:linestring> <gml:pos> </gml:pos> <gml:pos> </gml:pos> </gml:linestring> gml:lowercorner

20 20 gml:envelope gml:lowercorner The lower corner of the viewport of the Caspian Sea: <gml:lowercorner> </gml:lowerCorner> gml:metadataproperty gml:linearring, gml:linestring, gml:point, gml:polygon, ymaps:geoobject, ymaps:geoobjectcollection May include elements by substitutions: ymaps:anymetadata gml:metadataproperty Meta information in the form of an XML document: <gml:metadataproperty> <ymaps:anymetadata> <test> <a>1</a> <b>1</b> </test> </ymaps:anymetadata> </gml:metadataproperty> An example of extracting meta-information when constructing a template (calling the metadataproperty property).

21 21 <Template gml:id="customtemplate"> <text> <![CDATA[ <div> <h3>$[name]</h3> <span>$[description]$[metadataproperty.anymetadata.test.a]</span> </div> ]]> </text> </Template> gml:name gml:linearring, gml:linestring, gml:point, gml:polygon, ymaps:geoobject, ymaps:geoobjectcollection gml:name Part of a YMapsML document that describes a group of objects named "Map objects": <ymaps:geoobjectcollection> <gml:name>map objects</gml:name> </ymaps:geoobjectcollection> gml:point

22 22 Contains: gml:description, gml:metadataproperty, gml:name, gml:pos May be included in elements by substitutions: ymaps:geoobject gml:point Part of a YMapsML document that describes a placemark geo object: <ymaps:geoobject> <gml:name>name</gml:name> <gml:description></gml:description> <gml:point> <gml:pos> </gml:pos> </gml:point> </ymaps:geoobject> gml:polygon Contains: gml:description, gml:exterior, gml:interior, gml:metadataproperty, gml:name

23 23 May be included in elements by substitutions: ymaps:geoobject gml:polygon Part of a YMapsML document that describes a quadrilateral: <gml:polygon> <gml:exterior> <gml:linearring> <gml:poslist> </gml:posList> </gml:linearring> </gml:exterior> </gml:polygon> gml:pos gml:linearring, gml:linestring, gml:point gml:pos Coordinates of a geo point: <gml:pos> </gml:pos> gml:poslist gml:linearring, gml:linestring gml:poslist Part of a YMapsML document that describes the coordinates of the ends of a line segment:

24 24 <gml:linestring> <gml:poslist> </gml:posList> </gml:linestring> gml:uppercorner gml:envelope gml:uppercorner The upper corner of the viewport of the Caspian Sea: <gml:uppercorner> </gml:upperCorner>

25 25 representation.xsd repr:ballooncontentstyle Contains: repr:template repr:style repr:fill repr:polygonstyle repr:fill Filled polygon: <repr:fill>1</repr:fill>

26 26 repr:fillcolor repr:polygonstyle repr:fillcolor Dark blue semitransparent fill: <repr:fillcolor>0000ff80</repr:fillcolor> repr:hintcontentstyle Contains: repr:template repr:style repr:hintcontentstyle Part of a YMapsML document that describes the style for popup hint content: <repr:hintcontentstyle> <repr:template>#hinttemplate</repr:template> </repr:hintcontentstyle> Sample template for displaying popup hints: <repr:template gml:id="hinttemplate"> <repr:text><![cdata[<div><b>$[name]</b> - $[description]</div>]]></repr:text> </repr:template>

27 27 repr:href repr:iconstyle, repr:shadow repr:href Link to the symbol image as a dot: <repr:href> repr:iconcontentstyle Contains: repr:template repr:style repr:iconcontentstyle Part of a YMapsML document that describes the style of the placemark icon content: <repr:iconcontentstyle> <repr:template>#customtemplate</repr:template> </repr:iconcontentstyle> Icon content is set in the template itself: <repr:template gml:id="icontemplate"> <repr:text><![cdata[<div>click Me</div>]]></repr:text> </repr:template>

28 28 repr:iconstyle Contains: repr:href, repr:offset, repr:shadow, repr:size, repr:template repr:style repr:iconstyle Part of a YMapsML document that describes the placemark icon style: <repr:iconstyle> <repr:href> <repr:size x="26" y="46"/> <repr:offset x="-22" y="-46"/> </repr:iconstyle>

29 29 repr:linestyle Contains: repr:strokecolor, repr:strokewidth repr:style repr:linestyle Part of a YMapsML document that describes the style for drawing dark blue semitransparent lines: <repr:linestyle> <repr:strokecolor>0000ff80</repr:strokecolor> <repr:strokewidth>5</repr:strokewidth> </repr:linestyle> repr:maptype repr:view repr:maptype Hybrid map: <repr:maptype>hybrid</repr:maptype>

30 30 repr:offset repr:iconstyle, repr:shadow Attributes Name Type Required x Yes y Yes repr:offset Offset marker icon: <repr:offset x="-22" y="-46"/> repr:outline repr:polygonstyle repr:outline Outlined polygon: <repr:outline>1</repr:outline>

31 31 repr:parentstyle repr:style repr:parentstyle A YMapsML document demonstrating style inheritance. In this example, the example#style2 style uses styles inherited from the parent style example#style1 for displaying placemark icons (i.e. repr:iconstyle), while the repr:linestyle tag will not be inherited, because it is defined in the example#style2 style. The other style tags (repr:iconcontentstyle, repr:hintcontentstyle and so on) are not defined in the parent style, so they will be assigned the default value. <?xml version="1.0" encoding="utf-8"?> <ymaps:ymaps xmlns:ymaps=" xmlns:gml=" xmlns:repr=" xmlns:xsi=" xsi:schemalocation=" <repr:representation> <repr:style gml:id="example#style1"> <repr:iconstyle> <repr:href> repr:href> <repr:size x="26" y="46"/> <repr:offset x="-22" y="-46"/> </repr:iconstyle> <repr:linestyle> <repr:strokecolor> </repr:strokecolor> <repr:strokewidth>2</repr:strokewidth> </repr:linestyle> </repr:style> <repr:style gml:id="example#style2"> <repr:parentstyle>example#style1</repr:parentstyle> <repr:linestyle> <repr:strokecolor> </repr:strokecolor> <repr:strokewidth>4</repr:strokewidth> </repr:linestyle> </repr:style> </repr:representation> </ymaps:ymaps>

32 32 repr:polygonstyle Contains: repr:fill, repr:fillcolor, repr:outline, repr:strokecolor, repr:strokewidth repr:style repr:polygonstyle Part of a YMapsML document that describes the style for drawing a polygon with a black opaque 1-pixel outline and a semitransparent dark blue fill: <repr:polygonstyle> <repr:strokecolor>000000ff</repr:strokecolor> <repr:strokewidth>1</repr:strokewidth> <repr:outline>1</repr:outline> <repr:fill>1</repr:fill> <repr:fillcolor>0000ff80</repr:fillcolor> </repr:polygonstyle>

33 33 repr:representation Contains: repr:style, repr:template, repr:view May be included in elements by substitutions: ymaps:ymaps repr:representation The example demonstrates the structure of the <repr:representation> tag. Contents are not provided for the repr:view, repr:style and repr:template tags. <repr:representation> <repr:view>... </repr:view> <repr:style gml:id="customline">... </repr:style> <repr:template gml:id="customtemplate">... </repr:template> </repr:representation>

34 34 repr:shadow Contains: repr:href, repr:offset, repr:size, repr:template repr:iconstyle repr:shadow Part of a YMapsML document that describes the placemark icon shadow style: <repr:shadow> <repr:template>#customshadowtemplate</repr:template> <repr:href> <repr:size x="25" y="23"/> <repr:offset x="0" y="-25"/> </repr:shadow> repr:size

35 35 repr:iconstyle, repr:shadow Attributes Name Type Required x Yes y Yes repr:size Placemark icon size 26 by 46 pixels: <repr:size x="26" y="46"/> repr:strokecolor repr:linestyle, repr:polygonstyle repr:strokecolor Dark blue semitransparent line: <repr:strokecolor>0000ff80</repr:strokecolor> repr:strokewidth

36 36 repr:linestyle, repr:polygonstyle repr:strokewidth Line width of 5 pixels: <repr:strokewidth>5</repr:strokewidth>

37 37 repr:style Contains: repr:ballooncontentstyle, repr:hintcontentstyle, repr:iconcontentstyle, repr:iconstyle, repr:linestyle, repr:parentstyle, repr:polygonstyle

38 38 repr:representation repr:style Part of a YMapsML document that defines the style for lines: <repr:style gml:id="customstyle"> <repr:linestyle> <repr:strokecolor> </repr:strokecolor> <repr:strokewidth>2</repr:strokewidth> </repr:linestyle> </repr:style> repr:template repr:ballooncontentstyle, repr:hintcontentstyle, repr:iconcontentstyle, repr:iconstyle, repr:shadow repr:template-1 Possible template ID for placemark style: <repr:template>#customtemplate</repr:template>

39 39 repr:template Contains: repr:text repr:representation repr:template Part of a YMapsML document that describes the template for popup hints: <repr:template gml:id="hinttemplate"> <repr:text><![cdata[<div style="color:blue">$[name]</div>]]></repr:text> </repr:template> repr:text

40 40 repr:template repr:text YMapsML document that describes an icon placemark template: <repr:template gml:id="myicontemplate"> <repr:text> <![CDATA[ <div style="font-size:15px;"><div><u>name</u>: $[name]</div> <div><u></u>: $[description]</div> </div> <div> <img src=" e b2_jpg_160x100000_q85.jpg"></div> ]]> </repr:text> </repr:template> Using this template, you can define a style: <repr:style gml:id="mystyle"> <repr:ballooncontentstyle> <repr:template>#myicontemplate</repr:template> </repr:ballooncontentstyle> <repr:iconstyle> <repr:href> <repr:size x="56" y="56"/> </repr:iconstyle> </repr:style> And apply it to a placemark: <ymaps:geoobject> <ymaps:style>#mystyle</ymaps:style> <gml:name>baikal</gml:name> <gml:description>the deepest lake on the planet Earth.<br/>The largest natural freshwater reservoir.</gml:description> <gml:point> <gml:pos> </gml:pos> </gml:point> </ymaps:geoobject> repr:view

41 41 Contains: gml:boundedby, repr:maptype repr:representation repr:view Part of a YMapsML document that sets starting parameters of a map (hybrid map type and viewport of the Caspian Sea region): <repr:view> <repr:maptype>hybrid</repr:maptype> <gml:boundedby> <gml:envelope> <gml:lowercorner> </gml:lowerCorner> <gml:uppercorner> </gml:upperCorner> </gml:envelope> </gml:boundedby> </repr:view>

42 42 ymaps.xsd ymaps:anymetadata May be included in elements by substitutions: gml:metadataproperty ymaps:anymetadata An XML debugging document passed to the template using <ymaps:anymetadata>: <ymaps:anymetadata> <test> <a>1</a> <b>1</b> </test> </ymaps:anymetadata> ymaps:attribution ymaps:geoobject, ymaps:geoobjectcollection ymaps:attribution See the examples for the ymaps:geoobject and ymaps:geoobjectcollection elements.

43 43 ymaps:geoobject

44 44 Contains: gml:boundedby, gml:description, gml:metadataproperty, gml:name, ymaps:attribution, ymaps:style May include elements by substitutions: gml:linearring, gml:linestring, gml:point, gml:polygon May be included in elements by substitutions: gml:featuremember, gml:featuremembers ymaps:geoobject Part of a YMapsML document that describes several geo objects: <gml:featuremembers> <ymaps:geoobject> <gml:name>placemark</gml:name> <gml:description>placemark description</gml:description> <gml:point> <gml:pos> </gml:pos> </gml:point> </ymaps:geoobject> <ymaps:geoobject> <gml:name>line</gml:name> <gml:description>line description</gml:description> <gml:linestring> <gml:pos> </gml:pos> <gml:pos> </gml:pos> </gml:linestring> </ymaps:geoobject> </gml:featuremembers>

45 45 ymaps:geoobjectcollection Contains: gml:boundedby, gml:description, gml:featuremember, gml:featuremembers, gml:metadataproperty, gml:name, ymaps:attribution, ymaps:style ymaps:ymaps May be included in elements by substitutions: gml:featuremember, gml:featuremembers ymaps:geoobjectcollection Part of a YMapsML document that describes two geo objects. The example demonstrates nesting of ymaps:geoobjectcollection elements.

46 46 <ymaps:geoobjectcollection> <gml:featuremembers> <ymaps:geoobject> <gml:name>name</gml:name> <gml:description></gml:description> <gml:point> <gml:pos> </gml:pos> </gml:point> </ymaps:geoobject> <ymaps:geoobjectcollection> <gml:featuremembers> <ymaps:geoobject> <gml:name>name</gml:name> <gml:description></gml:description> <gml:point> <gml:pos> </gml:pos> </gml:point> </ymaps:geoobject> </gml:featuremembers> </ymaps:geoobjectcollection> </gml:featuremembers> </ymaps:geoobjectcollection> ymaps:style ymaps:geoobject, ymaps:geoobjectcollection ymaps:style Setting a customstyle for a geo object (geo points): <ymaps:geoobject> <ymaps:style>#customstyle</ymaps:style> <gml:point> <gml:pos> </gml:pos> </gml:point> </ymaps:geoobject> of a customstyle for geo points:

47 47 <repr:style gml:id="customstyle"> <repr:parentstyle>default#greenpoint</repr:parentstyle> <repr:iconstyle> <repr:href> <repr:size x="26" y="46"/> <repr:offset x="-22" y="-46"/> <repr:shadow> <repr:href> <repr:size x="25" y="23"/> <repr:offset x="0" y="-25"/> </repr:shadow> </repr:iconstyle> </repr:style> ymaps:ymaps Contains: ymaps:geoobjectcollection May include elements by substitutions: attr:attribution, repr:representation ymaps:ymaps A way to use ymaps:ymaps with a namespace declaration. The attr:attribution tag contents, repr:representation and ymaps:geoobjectcollection are omitted.

48 48 <?xml version="1.0" encoding="utf-8"?> <ymaps:ymaps xmlns:ymaps=" xmlns:gml=" xmlns:attr=" xmlns:repr=" xmlns:xsi=" xsi:schemalocation=" <attr:attribution>... </attr:attribution> <repr:representation>... </repr:representation> <ymaps:geoobjectcollection>... </ymaps:geoobjectcollection> </ymaps:ymaps>

49 Index A atom:author 8 atom: 8 atom:link 9 atom:name 9 atom:uri 10 attr:attribution 11 attr:source 11 G gml:boundedby 13 gml:description 13 gml:envelope 13 gml:exterior 14 gml:featuremember 15 gml:featuremembers 16 gml:interior 17 gml:linearring 17 gml:linestring 18 gml:lowercorner 19 gml:metadataproperty 20 gml:name 21 gml:point 21 gml:polygon 22 gml:pos 23 gml:poslist 23 gml:uppercorner 24 R repr:ballooncontentstyle 25 repr:fill 25 repr:fillcolor 25 repr:hintcontentstyle 26 repr:href 26 repr:iconcontentstyle 27 repr:iconstyle 27 repr:linestyle 28 repr:maptype 29 repr:offset 29 repr:outline 30 repr:parentstyle 30 repr:polygonstyle 31 repr:representation 32 repr:shadow 33 repr:size 34 repr:strokecolor 35 repr:strokewidth 35 repr:style 36 repr:template 38 repr:text 39 repr:view 40 Y ymaps:anymetadata 42 ymaps:attribution 42 ymaps:geoobject 42 ymaps:geoobjectcollection 44 ymaps:style 46 ymaps:ymaps 47

50

Yandex.Maps API Background theory

Yandex.Maps API Background theory 8.02.2018 .. Version 1.0 Document build date: 8.02.2018. This volume is a part of Yandex technical documentation. Yandex helpdesk site: http://help.yandex.ru 2008 2018 Yandex LLC. All rights reserved.

More information

Yandex.Widgets Quick start

Yandex.Widgets Quick start 19.10.2018 .. Version 2 Document build date: 19.10.2018. This volume is a part of Yandex technical documentation. Yandex helpdesk site: http://help.yandex.ru 2008 2018 Yandex LLC. All rights reserved.

More information

Yandex.Dictionary API Developer's guide

Yandex.Dictionary API Developer's guide 4.12.2017 .. Version 1.0 Document build date: 4.12.2017. This volume is a part of Yandex technical documentation. Yandex helpdesk site: http://help.yandex.ru 2008 2017 Yandex LLC. All rights reserved.

More information

Open Geospatial Consortium, Inc.

Open Geospatial Consortium, Inc. Open Geospatial Consortium, Inc. Date: 2008-01-02 Reference number of this document: Version: 0.0.9 Category: OGC Discussion Paper Editor: Raj Singh OGC Loosely Coupled Synchronization of Geographic Databases

More information

Yandex.Webmaster API Developer's guide

Yandex.Webmaster API Developer's guide 25.04.2013 .. Version 1.0 Document build date: 25.04.2013. This volume is a part of Yandex technical documentation. Yandex helpdesk site: http://help.yandex.ru 2008 2013 Yandex LLC. All rights reserved.

More information

OGC GeoRSS Encoding Standard

OGC GeoRSS Encoding Standard Open Geospatial Consortium Submission Date: 2017-02-02 Approval Date: 2017-07-31 Publication Date: 2017-08-18 External identifier of this OGC document: http://www.opengis.net/doc/cs/georss/1.0 Internal

More information

OGC Geospatial exensible Access Control Markup Language (GeoXACML) 3.0 GML Encoding Extension

OGC Geospatial exensible Access Control Markup Language (GeoXACML) 3.0 GML Encoding Extension Open Geospatial Consortium Submission Date: 2013-09-05 Approval Date: 2013-09-25 Publication Date: 2013-11-06 External identifier of this OGC document: http://www.opengis.net/doc/dp/geoxacml/gml3- Extension

More information

Help Documentation. Copyright 2007 WebAssist.com Corporation All rights reserved.

Help Documentation. Copyright 2007 WebAssist.com Corporation All rights reserved. Help Documentation Copyright 2007 WebAssist.com Corporation All rights reserved. Using Pro Maps for Google This wizard adds a Pro Map for Google to your web page, allowing you to configure and specify

More information

GeoSciML: development of a generic GeoScience Markup Language

GeoSciML: development of a generic GeoScience Markup Language GeoSciML: development of a generic GeoScience Markup Language Marcus Sen 1 and Tim Duffy 2 British Geological Survey 1, Kingsley Dunham Centre, Nicker Hill, Keyworth, Nottingham, NG12 5GG. Corresponding

More information

SDI Tecnological Components and Standards

SDI Tecnological Components and Standards SDI Tecnological Components and Standards Salvador Bayarri sbayarri@gmail.com World Bank Consultant Contents The SDI architecture model Software components: the SDI stack Basic services Metadata SDI access

More information

Liferay Themes: Customizing Liferay s Look & Feel

Liferay Themes: Customizing Liferay s Look & Feel Liferay Themes: Customizing Liferay s Look & Feel Liferay is a JSR-168 compliant enterprise portal. Starting with version 3.5.0, Liferay provides a mechanism for developers to easily customize the user

More information

Open Geospatial Consortium Inc.

Open Geospatial Consortium Inc. Open Geospatial Consortium Inc. Date: 2005-06-26 Reference number of this OGC document: OGC 05-047r2 Version: 0.3.0 Category: OGC Draft Implementation Specification Editors: Ron Lake, David Burggraf, Martin

More information

What is the Box Model?

What is the Box Model? CSS Box Model What is the Box Model? The box model is a tool we use to understand how our content will be displayed on a web page. Each HTML element appearing on our page takes up a "box" or "container"

More information

Open Geospatial Consortium

Open Geospatial Consortium Open Geospatial Consortium Publication Date: 2014-02-26 Approval Date: 2013-12-31 Submission Date: 2013-08-22 Reference number of this Document: OGC 10-140r1 External reference for this document: http://www.opengis.net/doc/is/wcs-application-profile-earthobservation/1.0

More information

City of La Crosse Online Mapping Website Help Document

City of La Crosse Online Mapping Website Help Document City of La Crosse Online Mapping Website Help Document This document was created to assist in using the new City of La Crosse online mapping sites. When the website is first opened, a map showing the City

More information

HTML - HyperText Markup Language

HTML - HyperText Markup Language HTML - HyperText Markup Language Plain text Rendered by browser (Firefox, Opera, Camino, Safari, IE) Markup is in tags: for paragraph

More information

Open Geospatial Consortium. OGC InfraGML 1.0: Part 7 LandInfra Land Division - Encoding Standard

Open Geospatial Consortium. OGC InfraGML 1.0: Part 7 LandInfra Land Division - Encoding Standard Open Geospatial Consortium Submission Date: 2017-06-14 Approval Date: 2017-08-14 Publication Date: 2017-09-22 External identifier of this OGC document:

More information

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) More on Relative Linking. Learning Objectives (2 of 2)

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) More on Relative Linking. Learning Objectives (2 of 2) Web Development & Design Foundations with HTML5 Ninth Edition Chapter 7 More on Links, Layout, and Mobile Slides in this presentation contain hyperlinks. JAWS users should be able to get a list of links

More information

Proper_Name Final Exam December 21, 2005 CS-081/Vickery Page 1 of 4

Proper_Name Final Exam December 21, 2005 CS-081/Vickery Page 1 of 4 Proper_Name Final Exam December 21, 2005 CS-081/Vickery Page 1 of 4 NOTE: It is my policy to give a failing grade in the course to any student who either gives or receives aid on any exam or quiz. INSTRUCTIONS:

More information

Club Site Editing Guide

Club Site Editing Guide Swimming New Zealand Club Site Editing Guide Intelligent Software for Membership All information contained in this document is for the exclusive use of Swimming New Zealand. We are happy that any part

More information

GIS Data Preparation and Conversion for the Web

GIS Data Preparation and Conversion for the Web Institute of Cartography GIS Data Preparation and Conversion for the Web Ionuț Iosifescu 17/02/2016 1 Data Preparation Workflow Data Collection Data Check Convert Data Visualize Data - Data Sources - GIS

More information

Terratype Umbraco Multi map provider

Terratype Umbraco Multi map provider Terratype Umbraco Multi map provider Installation Installing via Nuget This Umbraco package can be installed via Nuget The first part is the Terratype framework, which coordinates the different map providers,

More information

How to access other maps when viewing or editing a map

How to access other maps when viewing or editing a map How to access other maps when viewing or editing a map When you're viewing a map, you can also view and access other maps by clicking the Map Views in the upper right corner: The drop-down list in the

More information

Open Geospatial Consortium

Open Geospatial Consortium Open Geospatial Consortium Document Date: 2013-02- 11 Publication Date: TBD External identifier of this OGC document: http://www.opengis.net/doc/arml2x0/2.0 Internal reference number of this OGC document:

More information

OpenGIS Image geopositioning metadata GML 3.2 application schema

OpenGIS Image geopositioning metadata GML 3.2 application schema Open Geospatial Consortium Inc. Date: 2007-05-10 Reference number of this document: OGC 07-031r1 Version: 0.0.3 Category: OpenGIS Implementation Specification Editor: Arliss Whiteside OpenGIS Image geopositioning

More information

Application Notes for Yandex Speechkit Speech Recognition 1.6 with Avaya Aura Experience Portal Issue 1.0

Application Notes for Yandex Speechkit Speech Recognition 1.6 with Avaya Aura Experience Portal Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Yandex Speechkit Speech Recognition 1.6 with Avaya Aura Experience Portal 7.0.1 - Issue 1.0 Abstract These application notes describe the

More information

No Programming Required Create web apps rapidly with Web AppBuilder for ArcGIS

No Programming Required Create web apps rapidly with Web AppBuilder for ArcGIS No Programming Required Create web apps rapidly with Web AppBuilder for ArcGIS By Derek Law, Esri Product Manager, ArcGIS for Server Do you want to build web mapping applications you can run on desktop,

More information

Lesson 1 using Dreamweaver CS3. To get started on your web page select the link below and copy (Save Picture As) the images to your image folder.

Lesson 1 using Dreamweaver CS3. To get started on your web page select the link below and copy (Save Picture As) the images to your image folder. Lesson 1 using Dreamweaver CS3 To get started on your web page select the link below and copy (Save Picture As) the images to your image folder. Click here to get images for your web page project. (Note:

More information

COMSC-031 Web Site Development- Part 2

COMSC-031 Web Site Development- Part 2 COMSC-031 Web Site Development- Part 2 Part-Time Instructor: Joenil Mistal December 5, 2013 Chapter 13 13 Designing a Web Site with CSS In addition to creating styles for text, you can use CSS to create

More information

Map Types Used. Topographical map (1:10 000, 1: ) Land Cadastre Map (1: ) Utility base map (1:500) Joint utility map (1:500)

Map Types Used. Topographical map (1:10 000, 1: ) Land Cadastre Map (1: ) Utility base map (1:500) Joint utility map (1:500) Map Types Used Topographical map (1:10 000, 1:200 000) Land Cadastre Map (1:1000-1-4000) Utility base map (1:500) Joint utility map (1:500) Detailed utility map (1:500) Town development plan (map) (1:1000-1:10000)

More information

Open GeoSpatial Consortium Inc.

Open GeoSpatial Consortium Inc. Open GeoSpatial Consortium Inc. Date: 2011-01-19 Reference number of this Document: OGC 10-140 Version: 0.2.0 Category: OpenGIS Interface Standard Editor: Peter Baumann, Stephan Meissl OGC Web Coverage

More information

3D Validation of CityGML

3D Validation of CityGML 3D Validation of CityGML Hugo Ledoux GIS technology group 10 March 2009 CityGML Information model for exchange and storage of 3D city models Based on GML (thus XML-based) Now an international standard

More information

Chapter 7 BMIS335 Web Design & Development

Chapter 7 BMIS335 Web Design & Development Chapter 7 BMIS335 Web Design & Development Site Organization Use relative links to navigate between folders within your own site o Sometimes dividing your site into folders makes maintenance and updating

More information

Oracle FLEXCUBE Direct Banking UI Content Delivery Optimization Guide Release

Oracle FLEXCUBE Direct Banking UI Content Delivery Optimization Guide Release Oracle FLEXCUBE Direct Banking UI Content Delivery Optimization Guide Release 12.0.2.0.0 Part No. E50108-01 September 2013 UI Content Delivery Optimization Guide September 2013 Oracle Financial Services

More information

How to Use Google Earth for GPS Coordinates & Maps

How to Use Google Earth for GPS Coordinates & Maps Kentucky Department of Agriculture Industrial Hemp Research Pilot Program How to Use Google Earth for GPS Coordinates & Maps 2018 Google Earth Preferred GPS Coordinates - Google Earth Pro is the preferred

More information

Cascading Style Sheets Level 2

Cascading Style Sheets Level 2 Cascading Style Sheets Level 2 Course Objectives, Session 1 Level 1 Quick Review Chapter 6 Revisit: Web Fonts Chapter 8: Adding Graphics to Web Pages Chapter 9: Sprucing Up Your Site s Navigation Begin

More information

Oracle Cloud Using Oracle IoT Connected Worker Cloud Service

Oracle Cloud Using Oracle IoT Connected Worker Cloud Service Oracle Cloud Using Oracle IoT Connected Worker Cloud Service 17.4.5 E84369-02 December 2017 Oracle Cloud Using Oracle IoT Connected Worker Cloud Service, 17.4.5 E84369-02 Copyright 2017, Oracle and/or

More information

LMS User Guide Release 2018 May 2017

LMS User Guide Release 2018 May 2017 LMS User Guide Release 2018 May 2017 LMSUG-051516 The Edupoint software and any form of supporting documentation are proprietary and confidential. Unauthorized reproduction or distribution of the software

More information

USER GUIDE. MADCAP FLARE 2017 r3. Import

USER GUIDE. MADCAP FLARE 2017 r3. Import USER GUIDE MADCAP FLARE 2017 r3 Import Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document is

More information

Responsive Web Design (RWD)

Responsive Web Design (RWD) Responsive Web Design (RWD) Responsive Web Design: design Web pages, so that it is easy to see on a wide range of of devices phone, tablet, desktop,... Fixed vs Fluid layout Fixed: elements have fixed

More information

Terratype Umbraco Multi map provider

Terratype Umbraco Multi map provider Terratype Umbraco Multi map provider Installation Installing via Nuget This Umbraco package can be installed via Nuget The first part is the Terratype framework, which coordinates the different map providers,

More information

This course is designed for web developers that want to learn HTML5, CSS3, JavaScript and jquery.

This course is designed for web developers that want to learn HTML5, CSS3, JavaScript and jquery. HTML5/CSS3/JavaScript Programming Course Summary Description This class is designed for students that have experience with basic HTML concepts that wish to learn about HTML Version 5, Cascading Style Sheets

More information

The Benefits of CSS. Less work: Change look of the whole site with one edit

The Benefits of CSS. Less work: Change look of the whole site with one edit 11 INTRODUCING CSS OVERVIEW The benefits of CSS Inheritance Understanding document structure Writing style rules Attaching styles to the HTML document The cascade The box model CSS units of measurement

More information

EDINA Workshop: Creating a Campus Map and Displaying it in OpenLayers

EDINA Workshop: Creating a Campus Map and Displaying it in OpenLayers Contents Introduction... 2 What steps are involved?... 3 Before you start... 4 Create your campus map... 5 1. Load the basemap data into ArcMap... 5 2. Set up Symbology and Labels of Layers... 6 Improve

More information

11. HTML5 and Future Web Application

11. HTML5 and Future Web Application 11. HTML5 and Future Web Application 1. Where to learn? http://www.w3schools.com/html/html5_intro.asp 2. Where to start: http://www.w3schools.com/html/html_intro.asp 3. easy to start with an example code

More information

Tutorial for Importing Open Green Map Sites into Google Earth

Tutorial for Importing Open Green Map Sites into Google Earth Tutorial for Importing Open Green Map Sites into Google Earth Step 1. Download your Open Green Map data files by logging in on Open Green Map and viewing your map(s). Choose the Import/Export tab over

More information

How to lay out a web page with CSS

How to lay out a web page with CSS How to lay out a web page with CSS You can use table design features in Adobe Dreamweaver CS3 to create a simple page layout. However, a more powerful technique is to use Cascading Style Sheets (CSS).

More information

Chapter 8: Using Toolbars

Chapter 8: Using Toolbars Chapter 8: Using Toolbars As a GIS web application developer you want to focus on building functionality specific to the application you are constructing. Spending valuable time and effort adding basic

More information

Meijer.com Style Guide

Meijer.com Style Guide TABLE OF CONTENTS Meijer.com Style Guide John Green Information Architect November 14, 2011 1. LAYOUT... 2 1.1 PAGE LAYOUT... 2 1.1.1 Header... 2 1.1.2 Body / Content Area... 3 1.1.2.1 Top-Level Category

More information

Mouse. Mouse Action Location. Image Location

Mouse. Mouse Action Location. Image Location Mouse The Mouse action group is intended for interacting with user interface using mouse (move, click, drag, scroll). All the Mouse actions are automatically recorded when you manipulate your mouse during

More information

The figure below shows the Dreamweaver Interface.

The figure below shows the Dreamweaver Interface. Dreamweaver Interface Dreamweaver Interface In this section you will learn about the interface of Dreamweaver. You will also learn about the various panels and properties of Dreamweaver. The Macromedia

More information

Overview of oxygen XML Editor 17. Alex Jitianu

Overview of oxygen XML Editor 17. Alex Jitianu Overview of oxygen XML Editor 17 Alex Jitianu Automatic error fixes What are Quick Fixes? Quick Fixes in oxygen Already available in oxygen 16 XSLT Ant scripts XML validated with XML Schema New in oxygen

More information

TUTORIAL MADCAP FLARE Tripane and PDF

TUTORIAL MADCAP FLARE Tripane and PDF TUTORIAL MADCAP FLARE 2018 Tripane and PDF Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document

More information

Using the JAXB Wizard and Code-Seeder Pallete

Using the JAXB Wizard and Code-Seeder Pallete Using the JAXB Wizard and Code-Seeder Pallete Beta Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. Part No: 820 6205 11/10/2007 Copyright 2008 Sun Microsystems, Inc. 4150 Network

More information

Block & Inline Elements

Block & Inline Elements Block & Inline Elements Every tag in HTML can classified as a block or inline element. > Block elements always start on a new line (Paragraph, List items, Blockquotes, Tables) > Inline elements do not

More information

FSP TRACKING SYSTEM. FSP ESF Submission Guide. Ministry of Forests and Range Information Management Group Date: June 15 th, 2008

FSP TRACKING SYSTEM. FSP ESF Submission Guide. Ministry of Forests and Range Information Management Group Date: June 15 th, 2008 FSP TRACKING SYSTEM FSP ESF Submission Guide Client: Ministry of Forests and Range Information Management Group Date: June 15 th, 2008 Revision: 7 (Rls1.3) Vivid Solutions Inc. Suite #1A, 2328 Government

More information

Implementing INSPIRE Data Specifications Transformation workflow and Challenges Based on Example of Designated Areas for Nature Protection

Implementing INSPIRE Data Specifications Transformation workflow and Challenges Based on Example of Designated Areas for Nature Protection Implementing INSPIRE Data Specifications Transformation workflow and Challenges Based on Example of Designated Areas for Nature Protection INSPIRE Conference 2014 Parallel session: Data Transformation

More information

CA IdentityMinder. Glossary

CA IdentityMinder. Glossary CA IdentityMinder Glossary 12.6.3 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your informational

More information

Explore a map Learn ArcGIS

Explore a map Learn ArcGIS Explore a map Learn ArcGIS In this lesson, you'll open a web map and learn how to navigate and work with it using map tools as you explore Farmer Markets in the Louisville Area. 1. Go to www.arcgis.com

More information

BlackBerry AtHoc Networked Crisis Communication. Honeywell Notifier CAP Gateway Integration Implementation Guide

BlackBerry AtHoc Networked Crisis Communication. Honeywell Notifier CAP Gateway Integration Implementation Guide BlackBerry AtHoc Networked Crisis Communication Honeywell Notifier CAP Gateway Integration Implementation Guide Version 7.5 May 2018 Copyright 2017 2018 BlackBerry Limited. All Rights Reserved. This document

More information

Oracle. Configuring Standalone Cobrowse 18A

Oracle. Configuring Standalone Cobrowse 18A Oracle 18A Part Number: E92243-02 Copyright 2018, Oracle and/or its affiliates. All rights reserved Authors: The Service Cloud Information Development Team This software and related documentation are provided

More information

TeamSite Component Development

TeamSite Component Development 4-7525 TeamSite Component Development Course Outline Overview This course is intended for TeamSite developers and project managers. This two-day class covers the skills and knowledge needed to construct

More information

Admin Notes. Javascript API. Release 5.1 December 2010

Admin Notes. Javascript API. Release 5.1 December 2010 Admin Notes Javascript API Release 5.1 December 2010 Yellowfin Release 5.1 Admin Notes Under international copyright laws, neither the documentation nor the software may be copied, photocopied, reproduced,

More information

Introduction to Computer Science Web Development

Introduction to Computer Science Web Development Introduction to Computer Science Web Development Flavio Esposito http://cs.slu.edu/~esposito/teaching/1080/ Lecture 9 Lecture Outline Text Styling Some useful CSS properties The Box Model essential to

More information

6/29/2012. Harmonisation and Schema Transformation of Existing Spatial Data. Agenda

6/29/2012. Harmonisation and Schema Transformation of Existing Spatial Data. Agenda Agenda Harmonisation and Schema Transformation of Existing Spatial Data Dean Hintz, Safe Software Soren Dupke, con terra June 2012 FME Tools to support INSPIRE Harmonisation principles Key challenges Examples

More information

Table-Based Web Pages

Table-Based Web Pages Table-Based Web Pages Web Authoring and Design Benjamin Kenwright Outline What do we mean by Table-Based Web Sites? Review Table Tags/Structure Tips/Debugging/Applications Summary Review/Discussion Submissions/Quizzes/GitHub

More information

Advanced Dreamweaver CS6

Advanced Dreamweaver CS6 Advanced Dreamweaver CS6 Overview This advanced Dreamweaver CS6 training class teaches you to become more efficient with Dreamweaver by taking advantage of Dreamweaver's more advanced features. After this

More information

GML Recommendation and Analysis Paper

GML Recommendation and Analysis Paper GML Recommendation and Analysis Paper Expressing great circles and rhumb lines By Galdos Systems Inc under contract with the United States Federal Aviation Administration (FAA) Page 1 of 6 Expressing great

More information

Introduction Syntax and Usage XML Databases Java Tutorial XML. November 5, 2008 XML

Introduction Syntax and Usage XML Databases Java Tutorial XML. November 5, 2008 XML Introduction Syntax and Usage Databases Java Tutorial November 5, 2008 Introduction Syntax and Usage Databases Java Tutorial Outline 1 Introduction 2 Syntax and Usage Syntax Well Formed and Valid Displaying

More information

MAP SCRIPTING 101. AH Example-Driven Guide to Building Interactive MapA with Sing, Yahoo!, and Google MapA. by Adam DuVander.

MAP SCRIPTING 101. AH Example-Driven Guide to Building Interactive MapA with Sing, Yahoo!, and Google MapA. by Adam DuVander. MAP SCRIPTING 101 AH Example-Driven Guide to Building Interactive MapA with Sing, Yahoo!, and Google MapA by Adam DuVander no starch press San Francisco CONTENTS IN DETAIL ACKNOWLEDGMENTS INTRODUCTION

More information

Kaldeera Advanced Forms 2009 User s guide

Kaldeera Advanced Forms 2009 User s guide Kaldeera Advanced Forms 2009 User s guide Index Kaldeera Advanced Forms... 4 Features... 5 Using Kaldeera Advanced Forms... 6 Accessing settings page... 6 Enabling or disabling Kaldeera Advanced Forms

More information

Index. alt, 38, 57 class, 86, 88, 101, 107 href, 24, 51, 57 id, 86 88, 98 overview, 37. src, 37, 57. backend, WordPress, 146, 148

Index. alt, 38, 57 class, 86, 88, 101, 107 href, 24, 51, 57 id, 86 88, 98 overview, 37. src, 37, 57. backend, WordPress, 146, 148 Index Numbers & Symbols (angle brackets), in HTML, 47 : (colon), in CSS, 96 {} (curly brackets), in CSS, 75, 96. (dot), in CSS, 89, 102 # (hash mark), in CSS, 87 88, 99 % (percent) font size, in CSS,

More information

Professional Course in Web Designing & Development 5-6 Months

Professional Course in Web Designing & Development 5-6 Months Professional Course in Web Designing & Development 5-6 Months BASIC HTML Basic HTML Tags Hyperlink Images Form Table CSS 2 Basic use of css Formatting the page with CSS Understanding DIV Make a simple

More information

STORE LOCATOR USER GUIDE Extension version: 1.0 Magento Compatibility: CE 2.0

STORE LOCATOR USER GUIDE Extension version: 1.0 Magento Compatibility: CE 2.0 support@magestore.com sales@magestore.com Phone: +1-606-657-0768 STORE LOCATOR USER GUIDE Extension version: 1.0 Magento Compatibility: CE 2.0 Table of Contents 1. INTRODUCTION 3 Outstanding Features...3

More information

Child and Screen Childs - Concept and Design Oracle FLEXCUBE Universal Banking Release

Child and Screen Childs - Concept and Design Oracle FLEXCUBE Universal Banking Release Oracle FLEXCUBE Universal Banking Release 12.3.0.0.0 1 Contents 1 Preface... 3 1.1 Audience... 3 1.2 Related Documents... 3 2 Introduction... 4 3 Child Screen... 4 3.1 Screen Development... 4 3.2 Generation

More information

Internet-Draft. Boswijck Memex Consulting January 26, The Atom Syndication Format draft-ietf-atompub-format-05. Status of this Memo

Internet-Draft. Boswijck Memex Consulting January 26, The Atom Syndication Format draft-ietf-atompub-format-05. Status of this Memo Network Working Group Internet-Draft Expires: July 27, 2005 M. Nottingham, Ed. R. Sayre, Ed. Boswijck Memex Consulting January 26, 2005 The Atom Syndication Format draft-ietf-atompub-format-05 Status of

More information

Comprehensive AngularJS Programming (5 Days)

Comprehensive AngularJS Programming (5 Days) www.peaklearningllc.com S103 Comprehensive AngularJS Programming (5 Days) The AngularJS framework augments applications with the "model-view-controller" pattern which makes applications easier to develop

More information

HTML Organizing Page Content

HTML Organizing Page Content HTML Organizing Page Content CSS for layout Examples http://www.shinybytes.com/newcss.html Generic Elements Used to create a logical grouping of content or elements on the page Can be customized to describe

More information

Assignments (4) Assessment as per Schedule (2)

Assignments (4) Assessment as per Schedule (2) Specification (6) Readability (4) Assignments (4) Assessment as per Schedule (2) Oral (4) Total (20) Sign of Faculty Assignment No. 02 Date of Performance:. Title: To apply various CSS properties like

More information

Warping & Blending AP

Warping & Blending AP Warping & Blending AP Operation about AP This AP provides three major functions including Warp, Edge Blending and Black Level. If the AP is already installed, please remove previous version before installing

More information

Client-Side Web Technologies. CSS Part II

Client-Side Web Technologies. CSS Part II Client-Side Web Technologies CSS Part II Topics Box model and related properties Visual formatting model and related properties The CSS Box Model Describes the rectangular boxes generated for elements

More information

PeopleSoft Fluid Icon Standards

PeopleSoft Fluid Icon Standards ORACLE CORPORATION PeopleSoft Fluid Icon Standards Fluid User Experience November 2015 PeopleSoft Fluid Icon Standards Copyright 2015, Oracle and/or its affiliates. All rights reserved. This software and

More information

Data to App: Web,Tablet and Smart Phone Duane Griffith, Montana State University,

Data to App: Web,Tablet and Smart Phone Duane Griffith, Montana State University, Data to App: Web,Tablet and Smart Phone Duane Griffith, Montana State University, griffith@montana.edu This tutorial is broken into several steps related mostly to the technology applied at each step.

More information

Title and Modify Page Properties

Title and Modify Page Properties Dreamweaver After cropping out all of the pieces from Photoshop we are ready to begin putting the pieces back together in Dreamweaver. If we were to layout all of the pieces on a table we would have graphics

More information

Custom Location Extension

Custom Location Extension Custom Location Extension User Guide Version 1.4.9 Custom Location Extension User Guide 2 Contents Contents Legal Notices...3 Document Information... 4 Chapter 1: Overview... 5 What is the Custom Location

More information

Dreamweaver CS4. Introduction. References :

Dreamweaver CS4. Introduction. References : Dreamweaver CS4 Introduction References : http://help.adobe.com 1 What s new in Dreamweaver CS4 Live view Dreamweaver CS4 lets you design your web pages under realworld browser conditions with new Live

More information

Open Geospatial Consortium

Open Geospatial Consortium Open Geospatial Consortium Publication Date: 2013-06-18 Approval Date: 2013-04-23 External identifier of this OGC document: http://www.opengis.net/doc/bp/name-type-crs Reference number of this Document:

More information

LMS User Guide Release December 2017

LMS User Guide Release December 2017 LMS User Guide Release 2018.01 December 2017 LMSUG-051516 The Edupoint software and any form of supporting documentation are proprietary and confidential. Unauthorized reproduction or distribution of the

More information

How I learned to love XML. Peter Laulund National Survey and Cadastre

How I learned to love XML. Peter Laulund National Survey and Cadastre How I learned to love XML Peter Laulund National Survey and Cadastre Agenda KMS and INSPIRE About XML/GML Writing XML with FME Templates Schema mapping, semantic Schema mapping, geometry Workflow design

More information

Standalone Cobrowse Configuration Administrator Guide Release 17D

Standalone Cobrowse Configuration Administrator Guide Release 17D Standalone Cobrowse Configuration Administrator Release 17D Part Number: E89241-02 Copyright 2017, and/or its affiliates. All rights reserved Authors: The Service Cloud Information Development Team This

More information

Russian-Dutch Project 3D Cadastre Modelling in Russia

Russian-Dutch Project 3D Cadastre Modelling in Russia Russian-Dutch Project Modelling in Russia 27-10-2012 Galina Elizarova, Sergey Sapelnikov, Natalia Vandysheva, Sergey Pakhomov, Peter van Oosterom, Marian de Vries, Jantien Stoter, Hendrik Ploeger, Boudewijn

More information

Programmazione Web a.a. 2017/2018 HTML5

Programmazione Web a.a. 2017/2018 HTML5 Programmazione Web a.a. 2017/2018 HTML5 PhD Ing.Antonino Raucea antonino.raucea@dieei.unict.it 1 Introduzione HTML HTML is the standard markup language for creating Web pages. HTML stands for Hyper Text

More information

JSN Sun Framework User's Guide

JSN Sun Framework User's Guide JSN Sun Framework User's Guide Getting Started Layout Overview & Key concepts To start with layout configuration, Go to Extension Template JSN_template_default The first tab you see will be the Layout

More information

Lecture 13. Page Layout. Mr. Mubashir Ali Lecturer (Dept. of Computer Science)

Lecture 13. Page Layout. Mr. Mubashir Ali Lecturer (Dept. of Computer Science) Lecture 13 Page Layout Mr. Mubashir Ali Lecturer (Dept. of dr.mubashirali1@gmail.com 1 Summary of the previous lecture Font properties Controlling text with CSS Styling links Styling background Styling

More information

BA. (Hons) Graphics Design

BA. (Hons) Graphics Design BA. (Hons) Graphics Design Cohort: BGD/16A/FT Examinations for 2018 / Semester 1 Resit Examinations for BGD/15B/FT MODULE: Advanced Web Design MODULE CODE: WAT3110C Duration: 2 Hours Instructions to Candidates:

More information

How to lay out a web page with CSS

How to lay out a web page with CSS Activity 2.6 guide How to lay out a web page with CSS You can use table design features in Adobe Dreamweaver CS4 to create a simple page layout. However, a more powerful technique is to use Cascading Style

More information

Integrating Facebook. Contents

Integrating Facebook. Contents Integrating Facebook Grow your audience by making it easy for your readers to like, share or send pages from YourWebShop to their friends on Facebook. Contents Like Button 2 Share Button.. 6 Send Button.

More information

Code Editor. The Code Editor is made up of the following areas: Toolbar. Editable Area Output Panel Status Bar Outline. Toolbar

Code Editor. The Code Editor is made up of the following areas: Toolbar. Editable Area Output Panel Status Bar Outline. Toolbar Code Editor Wakanda s Code Editor is a powerful editor where you can write your JavaScript code for events and functions in datastore classes, attributes, Pages, widgets, and much more. Besides JavaScript,

More information