Mapview element by default for a location item (#1032)
Closes #1015 Signed-off-by: Laurent Garnier <lg.hc@free.fr>pull/1036/head
parent
9724045bb6
commit
bb4b041790
|
@ -268,7 +268,7 @@ public class ItemUIRegistryImpl implements ItemUIRegistry {
|
|||
: SitemapFactory.eINSTANCE.createText();
|
||||
}
|
||||
if (itemType.equals(LocationItem.class)) {
|
||||
return SitemapFactory.eINSTANCE.createText();
|
||||
return SitemapFactory.eINSTANCE.createMapview();
|
||||
}
|
||||
if (itemType.equals(CallItem.class)) {
|
||||
return SitemapFactory.eINSTANCE.createText();
|
||||
|
|
Loading…
Reference in New Issue