Trying to bring a map over to my template and getting this error.
Error: An error occurred when checking the report template. Failed to parse ${manhole_location | map:500:400:10000:hybrid} since hybrid cannot be found in the current parsing scope.
Thanks,
KP
Solved! Go to Solution.
What are you trying to achieve?
It looks like you're trying to specify a custom Basemap. I don't believe the syntax is correct. If you want to use a different Basemap to the default of your organisation you need to specify the item id of it like this:
${location | map:"7e2b9be8a9c94e45b7f87857d8d168d6" | mapScale:100000 | rotate:90}
More examples in the documentation below. I can't see anything to support the syntax provided.
What are you trying to achieve?
It looks like you're trying to specify a custom Basemap. I don't believe the syntax is correct. If you want to use a different Basemap to the default of your organisation you need to specify the item id of it like this:
${location | map:"7e2b9be8a9c94e45b7f87857d8d168d6" | mapScale:100000 | rotate:90}
More examples in the documentation below. I can't see anything to support the syntax provided.
Thanks Chris! I was not pulling our map id.