Details
-
Type: extRequest
-
Status: Closed
-
Resolution: Done
-
Fix Version/s: 2021
-
Component/s: FIWARE-TECH-HELP
-
Labels:None
-
Sender Email:
-
HD-Chapter:Apps
-
HD-Enabler:Wirecloud
Description
Hello,
I'm trying to represent my devices from the Orion Context Broker on the Map
Viewer widget using the Mashup Workspace from Fiware-Lab but it shows
nothing but the map itself.
I'm using the Context Broker of the IoT with the IP 130.206.80.40:1026 and
the devices that I am trying to show in the map has these info:
"contextElement": {
"type": "thing",
"isPattern": "false",
"id": "z80-barx",
"attributes": [ ............
And here is where I'm trying to send the coordinates
{
"name": "position",
"type": "coords",
"value": "40.449343, -3.682705",
"metadatas": [
{
"name": "location",
"type": "string",
"value": "WGS84"
},
{
"name": "TimeInstant",
"type": "ISO8601",
"value": "2015-04-27T11:09:02.765192Z"
}
]
},
My widget wiring and configuration are these:
- NGSI Source:
- NGSI server URL: http://orion.lab.fiware.org:1026
- NGSI proxy URL: https://ngsiproxy.lab.fiware.org
- Use the FIWARE credentials of the user: YES
- NGSI entity types: thing
- Id pattern: z80-barx
- Monitored NGSI Attributes: device_last_boot, position,
program_last_boot, status, last_printed_coupon, last_button_push - NGSI Entity To Pol:
- Coordinates attribute: position
- Marker icon:
[image: Inline image 1]
Could you please help me with this issue?
Best regards,
Abel Maregil
_______________________________________________
Fiware-lab-help mailing list
Fiware-lab-help@lists.fi-ware.org
https://lists.fi-ware.org/listinfo/fiware-lab-help
[Created via e-mail received from: Abel Maregil <abel.maregil@njoycorporation.com>]
Activity
Field | Original Value | New Value |
---|---|---|
Reporter | FW External User [ fwexternaluser ] | FW External User [ fw.external.urser ] |
Component/s | FIWARE-TECH-HELP [ 10278 ] |
Assignee | Álvaro Arranz [ aarranz ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Answered [ 10104 ] |
Resolution | Done [ 10000 ] | |
Status | Answered [ 10104 ] | Closed [ 6 ] |
Summary | [Fiware-lab-help] Mashup Workspace Map Viewer not showing anything | FIWARE.Request.Lab.Apps.ApplicationMashup.ContextBrokerPoIExampleNotWorking |
Summary | FIWARE.Request.Lab.Apps.ApplicationMashup.ContextBrokerPoIExampleNotWorking | FIWARE.Request.Tech.Apps.ApplicationMashup.ContextBrokerPoIExampleNotWorking |
Sender Email | abel.maregil@njoycorporation.com |
HD-Enabler | Wirecloud [ 10857 ] | |
HD-Chapter | Apps [ 10836 ] |
Fix Version/s | 2021 [ 12600 ] |
Transition | Time In Source Status | Execution Times | Last Executer | Last Execution Date | |||||
---|---|---|---|---|---|---|---|---|---|
|
27d 17h 32m | 1 | Álvaro Arranz | 25/May/15 10:40 AM | |||||
|
3s | 1 | Álvaro Arranz | 25/May/15 10:40 AM | |||||
|
3d 37m | 1 | Álvaro Arranz | 28/May/15 11:17 AM |
Dear Abel,
The only thing wrong I see in your config is that you uses "
http://orion.lab.fiware.org:1026" for the "NGSI server URL" preference (you
should use http://130.206.80.40:1026). Anyway, fixing this value don't
fully solve your problems because your instance seems to not being
configured to use Rush (so it is not able to send notifications to https
servers). See this section
<https://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/Publish/Subscribe_Broker_-_Orion_Context_Broker_-_Installation_and_Administration_Guide#Using_Rush_relayer>
on the Orion Installation and administration guide and those questions/answers
on StackOverflow <http://stackoverflow.com/search?q=%5Bfiware-orion%5D+rush>
for more info.
Best regards,
Álvaro
On 19 May 2015 at 15:00, Manuel Escriche (JIRA) <jira-help-desk@fi-ware.org>