|
Yes, you can fake something like that in mappoint. Mappoint does not let you bring in your own polygonal areas, it only lets you add data through pushpins.
here are the basic steps:
1. Dump out the full log, not just the summary file, parse it into a format that can be easily read such as comma delimited text
2. sort the data by mac address, this represents 1 AP,
3. for each ap either create a single comma delimited text file, or you can do this in excel with each ap in a worksheet.
4. Use the data mapping wizard, use multiple symbol, add in your data for each ap and set the symbols based on signal strength,
|