src/apps/applib/lib/kml.c [39:50]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    printf("                        <Icon>\n");
    printf(
        "                                "
        "<href>http://maps.google.com/mapfiles/kml/shapes/"
        "placemark_circle.png</"
        "href>\n");
    printf("                        </Icon>\n");
    printf(
        "                        <hotSpot x=\"20\" y=\"2\" xunits=\"pixels\" "
        "yunits=\"pixels\"/>\n");
    printf("                </IconStyle>\n");
    printf("                <LabelStyle>\n");
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/apps/applib/lib/kml.c [68:79]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    printf("                        <Icon>\n");
    printf(
        "                                "
        "<href>http://maps.google.com/mapfiles/kml/shapes/"
        "placemark_circle.png</"
        "href>\n");
    printf("                        </Icon>\n");
    printf(
        "                        <hotSpot x=\"20\" y=\"2\" xunits=\"pixels\" "
        "yunits=\"pixels\"/>\n");
    printf("                </IconStyle>\n");
    printf("                <LabelStyle>\n");
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



