BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Queries |
Response |
it is written how to use a custom map in bubble map, same in Choropleth Map.
The real properties pane of those widgets doesn't reflect the shown settings. There can maps be chosen but no custom map be defined. |
Map properties window will be shown only after configuring at least single datasource as you specified in your last update. |
Probably I have to go the way to
- set the widget in the dashboard,
- export it,
- unzip it,
- edit the contents,
- zip it
- and import it back.
Meanwhile I can create so called Shapes which are obviously used and was able to convert them into kind of a GeoJSON -- the presumed format of shapes usable by the widgets.
To drop it in the Shapes folder of the zippy sydw-file exported and to tell its position to the Dashboard.xml,
<IsCustomShape>true</IsCustomShape>
<Shape>MyShape</Shape>
...
<ShapePath>Shapes\MyShape.json</ShapePath>
seems to do the trick. But I don't see nothing. The world map is gone but nothing else shown.
Am I on the right track (and my json is corrupt or anything) or isn't it done that way or something else has to be set ...?
There is no documentation about it in the world, so I have to ask -- kind of feel being near because the modified widget is actually imported. |
|
Meanwhile, a very simple geoJSON (suspecting the taken one to be corrupt) did the job.
There could have been a problem with a multilayer source converted into a multilayer geoJSON which generally doesn't support multiple layers.
Somewhere I read, the maps in Syncfusion Dashboard do support multilayer maps so another shape format has to be chosen.
Which are supported and how are they implemented in doubt?
(for example shp format delivers more then one file, would those have to be in a directory underneath Shapes or a zip in that zip?)
Maybe there is some strongly confidential documentation about that somewhere? |
We will let you know the multilayer related details by tomorrow. |
Though it doesn't make much sense, the option to set a custom map in the map controls is available as soon as a datasource is chosen and not one moment before.
And there we can see, that only json files are accepted. |
Yes, Map properties window will be shown only after configuring the at least single datasource. We suggest you to create datasource before proceeding on Map widget customization. |
QUERY |
RESPONSE |
the "somewhere" I found about multilayer in maps hasn't been for dashboard but for WPF maps.
|
Yes, currently we do not have the multilayer feature support for Map in our Dashboard product. We have added this to our consideration list. |
Is there a possible connection for example to build dashboard widgets in WPF? |
It is not possible to add new customwidgets in Dashboard Designer in addition to the existing widgets at present. It is already available in our consideration list.
|
They would accept ESRI Shapes what would workaround the problem that the JSON import of custom maps seems to be a bit choosy.
I've no idea why it doesn't take the GeoJSONs I put in and which are accepted by other tools, is there kind of documentation what they have to be like? |
We will provide the solution for the issue “Unable to load the GeoJSON file with custom geometry points in Dashboard Designer” in upcoming release which is expected in the mid of june,2016. |