Group
Extension

Matches 1

Map-Tube-Cookbook ( M/MA/MANWAR/Map-Tube-Cookbook-0.08.tar.gz, MANWAR, 2017; MetaCPAN )
Map-Tube-Cookbook/lib/Map/Tube/Cookbook.pm ( view source; MetaCPAN )
or above library.

=head1 SETUP MAP

C<Map::Tube v3.22> or above now supports map data in XML and JSON format. Here is
the Structure of map in XML format:

    <?xml version="1.0" encoding="UTF-8"?>
 
.
           .....
           .....
           .....
        </stations>
    </tube>

And same in JSON format:

   {
       "name"  : "Your-Map-Name",
       "lines" : {
           "line" : [
        
 line="L1:8" link="L07"             />
        </stations>
    </tube>

Next is the JSON representation C<sample.json> of the above map:

   {
       "name"     : "Sample",
       "lines"    : { "line

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.