Changes between Version 1 and Version 2 of Ticket #2352, comment 16


Ignore:
Timestamp:
3 Aug 2022, 17:02:08 (21 months ago)
Author:
darkblueb

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2352, comment 16

    v1 v2  
    4444map.xml:                             XML 1.0 document, Unicode text, UTF-8 text
    4545rundemo.py:                          Python script, Unicode text, UTF-8 text executable
    46 user@osgeolive:~/mapnik-ex0/demo/python$
     46}}}
    4747
     48{{{
     49user@osgeolive:~/mapnik-data$ ipython3
     50Python 3.10.4 (main, Apr  2 2022, 09:04:19) [GCC 11.2.0]
     51Type 'copyright', 'credits' or 'license' for more information
     52IPython 7.31.1 -- An enhanced Interactive Python. Type '?' for help.
     53
     54In [1]: import mapnik
     55
     56In [2]: m = mapnik.Map(512,512)
     57
     58In [3]: mapnik.load_map(m, 'good_maps/wgs842merc_reprojection.xml')
     59
     60In [4]: m
     61Out[4]: <mapnik._mapnik.Map at 0x7fca3cf58770>
    4862}}}