# Can automapping add Tile Objects to an Object Layer?

**URL:** https://discourse.mapeditor.org/t/can-automapping-add-tile-objects-to-an-object-layer/234
**Category:** Questions
**Created:** [February 9, 2015, 10:31pm UTC](https://discourse.mapeditor.org/t/can-automapping-add-tile-objects-to-an-object-layer/234 "2015-02-09T22:31:29Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Seanba](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.mapeditor.org/seanba/32/1531_2.png) [@Seanba](https://discourse.mapeditor.org/u/Seanba)
#### Post date: [February 9, 2015, 10:31pm UTC](https://discourse.mapeditor.org/t/can-automapping-add-tile-objects-to-an-object-layer/234/1 "2015-02-09T22:31:29Z")

</div>

I think auto-mapping is powerful (and perhaps underused) feature of Tiled. One thing I would like it to do though is to place a Tile Object in an Object Layer. Is this possible at all?

---

<div class="post-metadata">

### Author: ![Ablu](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.mapeditor.org/ablu/32/1496_2.png) [@Ablu](https://discourse.mapeditor.org/u/Ablu)
#### Post date: [February 10, 2015, 3:35pm UTC](https://discourse.mapeditor.org/t/can-automapping-add-tile-objects-to-an-object-layer/234/2 "2015-02-10T15:35:38Z")

</div>

Hi.

Automapping is limited to tiles only so far. So placing objects is unfortunatly not possible.

Regards,  
Ablu

---

<div class="post-metadata">

### Author: ![bjorn](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.mapeditor.org/bjorn/32/1599_2.png) [@bjorn](https://discourse.mapeditor.org/u/bjorn)
#### Post date: [February 10, 2015, 6:54pm UTC](https://discourse.mapeditor.org/t/can-automapping-add-tile-objects-to-an-object-layer/234/3 "2015-02-10T18:54:47Z")

</div>

@Ablu As far as I know that is not true, but only @stefanbeller would know the details about the support for object groups, I’m afraid.

---

<div class="post-metadata">

### Author: ![Ablu](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.mapeditor.org/ablu/32/1496_2.png) [@Ablu](https://discourse.mapeditor.org/u/Ablu)
#### Post date: [February 10, 2015, 7:08pm UTC](https://discourse.mapeditor.org/t/can-automapping-add-tile-objects-to-an-object-layer/234/4 "2015-02-10T19:08:17Z")

</div>

I was not 100% sure and checked [https://github.com/bjorn/tiled/wiki/Automapping](https://github.com/bjorn/tiled/wiki/Automapping).

That does not contain the word “object” once 😄. But right… the code seems to have references to objects. However those are not documented anywhere.

Regards,  
Ablu

---

<div class="post-metadata">

### Author: ![Stefan\_Beller](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.mapeditor.org/stefan_beller/32/3092_2.png) [@Stefan\_Beller](https://discourse.mapeditor.org/u/Stefan_Beller)
#### Post date: [February 10, 2015, 9:32pm UTC](https://discourse.mapeditor.org/t/can-automapping-add-tile-objects-to-an-object-layer/234/5 "2015-02-10T21:32:41Z")

</div>

It has been a while I worked on Automapping to be honest, but I remember vaguely objects are supported.

Instead of searching the documentation I searched the web and found  
[Automap and output as object layer · Issue #428 · mapeditor/tiled · GitHub](https://github.com/bjorn/tiled/issues/428) as well as [Issues with automapping and object outputs · Issue #691 · mapeditor/tiled · GitHub](https://github.com/bjorn/tiled/issues/691)

> I assume tile-objects are broken using Automapping. If you’re in need of a workaround fast, this would be using rectangle objects instead of tile objects.

---

<div class="post-metadata">

### Author: ![Seanba](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.mapeditor.org/seanba/32/1531_2.png) [@Seanba](https://discourse.mapeditor.org/u/Seanba)
#### Post date: [February 18, 2015, 4:00am UTC](https://discourse.mapeditor.org/t/can-automapping-add-tile-objects-to-an-object-layer/234/6 "2015-02-18T04:00:18Z")

</div>

FYI: I put in a pull request that from my testing adds support for automapping Tile Objects into an Object Layer.

[https://github.com/bjorn/tiled/pull/890](https://github.com/bjorn/tiled/pull/890)
