Changes between Version 1 and Version 2 of Ticket #2352, comment 16
- Timestamp:
- 08/03/22 17:02:08 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #2352, comment 16
v1 v2 44 44 map.xml: XML 1.0 document, Unicode text, UTF-8 text 45 45 rundemo.py: Python script, Unicode text, UTF-8 text executable 46 user@osgeolive:~/mapnik-ex0/demo/python$ 46 }}} 47 47 48 {{{ 49 user@osgeolive:~/mapnik-data$ ipython3 50 Python 3.10.4 (main, Apr 2 2022, 09:04:19) [GCC 11.2.0] 51 Type 'copyright', 'credits' or 'license' for more information 52 IPython 7.31.1 -- An enhanced Interactive Python. Type '?' for help. 53 54 In [1]: import mapnik 55 56 In [2]: m = mapnik.Map(512,512) 57 58 In [3]: mapnik.load_map(m, 'good_maps/wgs842merc_reprojection.xml') 59 60 In [4]: m 61 Out[4]: <mapnik._mapnik.Map at 0x7fca3cf58770> 48 62 }}}