IMPORT SVG MAP WITH TEXT

Hi,

I created SVG Map for mall and import to Dundas BI and defined shapes works perfectly fine.

Now I required to import SVG file with Text (for specify AreaName in Mall Map), I’m able to view text when open SVG file, but when I’m importing to Dundas BI, Im unable to view Text in SVG file.

So is there any way to show text in SVG file import in dundas BI.

Thank you.
Jatin.

You can make the shape label’s visible from Properties-> Text -> Labels-> Shape Label Settings

I would also suggest reading the following support article as a reference:
https://www.dundas.com/Support/learning/documentation/data-visualizations/adding-a-diagram

Hi Armin,

Good Morning…!!
Thank you for reply.

I know this shape label text property I already did this with shape label name defined and it works fine.

but I want to show some text which is not defined as shapes or path and just a regular text in SVG file.
for detail here with I attached screenshot.

when i’m importing above SVG image file in Dundas BI it shows something like that, here I attached Dundas BI screenshot.

.

even I’m able to see which label only on elements with data, but not able to see predefined “TEST” text in SVG File.

because here I want to show shape label name with some additional “TEST” text which is on the first image.
you are right shape label works perfectly fine but I’m unable to see “TEST” text on that map.

Thank you…!!
Jatin.

How did you add that “text which is not defined as shapes or path and just a regular text in SVG file”?

Hi Armin,

This Text represent the particular Area name, that’s why I need to define.

I defined shapes as a Group Name and number of group represent as a Area Name.

So here I’m able to defined Shapes name as group Name, but not able to defined more shapes as area name. That’s why I add manual Text as Area name.

Through Autocad I added that text and convert it into SVG extension.

Or is there any other way to show multiple point in SVG map? because Group name I already defined in Shapes, but I want to show Area Name also here.

Would definitely appreciate some help!

Thank you,
Jatin.

Dundas BI doesn’t support displaying the imported text into an SVG file.
Based on my understandings you just want the text to loosely label sets of points, and not to actually bind anything to. If that’s the case you can alter the SVG’s XML to change that text to a small rectangle with that name instead, Or you can decide the place you want the label to appear and create dynamic symbols in databinding to provide a label.

Hi Armin,

is there any other way to show multiple point in SVG map?

Because here my requirement is to show multiple point in SVG Map as Group Name and another as a Area Name.

currently I’m able to bind shapes as Group Name, so how I can bind one more point as Area Name ?

So in this case how it will work in BI to visualize multiple point SVG shapes?

Any help would definitely appreciate.

Thanks.
Jatin.

What I suggested in the previous comment is using the XY binding to create your own points with the labels wherever you want or you can take the text labels and turn them into a shape by modifying the actual SVG XML, this will be a normal shape with the name of text block and then you can enable the labels. If I were you I would create some dynamic symbols at the locations I want the labels to appear, with the name you want I want to use as the label.

In summary, Dundas BI doesn’t support displaying SVG text and single labels cannot be applied to the entire group of shapes.

Thank you very much Armin, and appreciated.

Not a problem Jatin.