Differences between revisions 5 and 6
Revision 5 as of 2003-05-01 11:00:27
Size: 1282
Editor: dsl-209-162-215-251
Comment:
Revision 6 as of 2003-05-01 11:01:14
Size: 1283
Editor: dsl-209-162-215-251
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
[[MoinMap('address', '915.SE.Hawthorne.Blvd.Portland.OR.97214')]] [[MoinMap('address', '915.SE.Hawethorne.Blvd.Portland.OR.97214')]]

MoinMap is some haxoring on a MoinMoin macro that allows the embedding of maps into a moin wiki. The architecture is completely fubared right now and is not too easily extensible but serves a few purposes. The best way to see how it works is to EditText this page.

The following is a call to MoinMap with 'address' '2052.SE.Morrison.St.Portland.OR.97214' arguments.

MoinMap('address', '915.SE.Hawethorne.Blvd.Portland.OR.97214')

Alternatively, as I have a GeoWiki associated with me on this wiki, I could achieve the same by calling MoinMap with 'wiki' 'JerrittCollord'. Below is MoinMap of the venerable FreeGeek operation.

MoinMap('wiki','FreeGeek')

The following is a MoinMap of the PTP node number 351 (well, it used to be called 351, now it's 113) located at the Pioneer Courthouse Square in downtown Portland.

MoinMap('ptpnode','nodeid','351')

Of course this only works for P-town at the moment as the database driving this takes a fair amount of room and time corraling TIGERs.

In addition to the Python code linking Moin and Mapscript there is a logic layer exposed via a set of xml-rpc calls residing on the same server that do geocoding, node location, etc.

See also GeoWiki.

4/21/2003 JerrittCollord


[CategorySoftware]

MoinMap (last edited 2007-11-23 18:03:43 by localhost)