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

§1.

void GazetteerElement::render(OUTPUT_STREAM, localisation_dictionary *LD) {
    IndexLexicon::listing(OUT, InterpretIndex::get_lexicon(), TRUE, LD);
}