To write the Gazetteer element (Gz) in the index.

§1.

void GazetteerElement::render(OUTPUT_STREAM, localisation_dictionary *LD) {
    inter_tree *I = InterpretIndex::get_tree();
    TempLexicon::stock(I);
    TempLexicon::listing(OUT, TRUE);
}