Changes between Version 2 and Version 3 of Id:TaggingPresets


Ignore:
Timestamp:
2012-10-29T11:46:31+01:00 (13 years ago)
Author:
raniedwianugrah
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Id:TaggingPresets

    v2 v3  
    1 [[TranslatedPages(outdated=The preset syntax has changed and this page needs to be adjusted to reflect the changes)]]
    2 = Tagging (Pelabelan) Preset =
    3 JOSM mndukung didistribusikan pelabelan preset. JOSM supports distributed tagging presets. This is a XML config file that describes a GUI for entering tags (or properties, annotations, sometimes called map features). The XML files can be placed anywhere in the web or at the users local file system. Presets can be added by the users at a central page [wiki:Presets].
     1= Tagging (Label) Preset =
     2JOSM mendukung didistribusikannya pelabelan preset. Ini adalah file konfigurasi XML yang menggambarkan GUI untuk memasukkan label (atau properti, anotasi, biasanya disebut fitur peta). File-file XML dapat ditempatkan dimana saja di website atau di pengguna sistem file lokal. Preset dapat ditambahkan oleh pengguna di halaman utamaThe XML files can be placed anywhere in the web or at the users local file system [wiki:Presets].
    43
    54
    6 == Installing presets ==
    7 Open the [Help/Action/Preferences preferences window], click [[Image(source:trunk/images/preferences/map.png,20)]] map settings and select third tab [Help/Preferences/Map#TaggingPresets "Tagging Presets"].
     5== Instal Preset ==
     6Buka [Help/Action/Preferences preferences window], klik [[Image(source:trunk/images/preferences/map.png,20)]] pengaturan peta dan pilih tab ketiga [Help/Preferences/Map#TaggingPresets "Tagging Presets"].
    87
    98----
    109
    11 == Develop a new preset – Example ==
     10== Mengembangkan preset baru - Contoh ==
    1211
    1312[[Image(tagging_screenshot.png,align=right)]]
     
    3231
    3332
    34 == Develop a new preset – Add to the list of available presets ==
     33== Mengembangkan preset baru - Menambah daftar preset yang tersedia ==
    3534
    36 See [[Presets]].
     35Lihat [[Presets]].
    3736
    3837
    39 == Develop a new preset – XML Format description ==
     38== Menambah preset baru - Deskripsi format XML ==
    4039
    41 The tagging preset description is in a very simple XML format.
     40Deskripsi pelabelan preset adalah dalam format XML yang sangat sederhana.
    4241
    43 See the comment section in **[source:trunk/data/defaultpresets.xml defaultpresets.xml]** for the **valid format description**.
     42Lihat bagian komentar di **[source:trunk/data/defaultpresets.xml defaultpresets.xml]** untuk **format deskripsi yang berlaku**.
    4443
    4544----
    4645
    47 == Develop a new preset – XML Format description (outdated!) ==
     46== Mengembangkan preset baru - Deskripsi format XML (Model lama!) ==
    4847
    49 === Tags ===
    50 The document prolog:
     48=== Tag (Label) ===
     49Dokumen prolog (pembuka) :
    5150 '''<presets>'''::
    52    Has to be the main tag of the file. Supports following attributes
     51   Harus menjadi tag utama dari file tersebut. Mendukung atribut berikut
    5352   * '''xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"'''
    54    * '''author''' - the name of the author
    55    * '''version''' - a version of the file
    56    * '''description''' (i18n) - description what the file contains
    57    * '''shortdescription''' (i18n) - short overview description
     53   * '''author''' - nama pencipta
     54   * '''version''' - versi file
     55   * '''description''' (i18n) - deskripsi isi file tersebut
     56   * '''shortdescription''' (i18n) - deskripsi gambaran singkat
    5857   * '''link''' (i18n) - web link to further details
    59 Comments:
     58komentar:
    6059 '''<!-- this is an example comment -->'''::
    61   The document can contain embedded comments.
     60  Dokumen tersebut dapat berisi komentar yang dibuat.
    6261Menu creation:
    6362 '''<group>'''::
    64    Used to group items in sub menus. ''name'' is required, ''icon'' is optional attribute.
     63   Digunakan untuk kelompok item dalam sub menu. ''name'' yang dibutuhkan, ''icon'' adalah atribut pilihan.
    6564 '''<item>'''::
    66    Every item is one annotation set to select from. ''name'' is required, ''icon'' is optional attribute.
     65   Setiap item adalah salah satu penjelasan set untuk memilih dari. ''name'' yang dibutuhkan, ''icon'' merupakan atribut pilihan.
    6766 '''<separator/>'''::
    68    Insert a line separator into the menu.
    69 Create instructions for the user:
     67   Masukan garis pemisah kedalam menu.
     68Buat intruksi untuk pengguna:
    7069 '''<label>'''::
    71    Labels are static texts for display. ''text'' is a required attribute.
     70   Label merupakan teks statis untuk ditampilk. ''text'' merupakan atribut yang dibutuhkan.
    7271 '''<optional>'''::
    73    Used to group some optional elements of an item. Possibly equivalent to <label text="Optional Attributes:"/>
     72   Digunakan untuk mengelompokan beberapa elemen pilihan. Mungkin setara dengan <label text="Optional Attributes:"/>
    7473 '''<space/>'''::
    75    Add some space (ie a newline) in the preset display. Possibly equivalent to <label text=" "/>
     74   Menambah beberapa ruang (di garis baru) dalam tampilan preset. Mungkin setara dengan <label text=" "/>
    7675 '''<link>'''::
    77    Specify a web link for this feature or to anything else of use. The ''href'' attribute is required.
     76   Menentukan link web untuk fitur ini atau sesuatu yang lain dari penggunaan. Atribut ''href'' yang diperlukan.
    7877Attribute entry and selection dialog boxes:
    7978 '''<text>'''::