Project

General

Profile

Bug #36602

Updated by Juri Balradj about 2 months ago

Een object blijft in TEZZA maar laden, wannner op laden staan je erop klikt en het bijvoorbeeld de volgende waardes uit objecten haalt: 
 !{width:900px;border: solid #ccc 5px;border-radius: 1%;}clipboard-202601191013-kjism.png! 

 https://dev-tezza-objecten.contezza.cloud/admin/core/object/376/change/ 

 h3. DATA object voorbeeld: voorbeeld(): 

 <pre><code class="json"> 
 { 
     "LAT": "52,089143", 
     "LON": "5,133494", 
     "Adres": "BLOEMSTRAAT (ACHTER 005/011/012/013/014/015)", 
     "SAP RE NR": "123", 
     "BAG id URL": "http://bag.basisregistraties.overheid.nl/bag/doc/pand/0", 
     "BAGNR_PAND": "0", 
     "afgestoten": false, 
     "Complexnaam": "BLOEMSTRAAT (ACHTER 005/011/012/013/014/015)", 
     "GEBOUW/PERCEEL": "test", 
     "BAGNR_VERBLIJFPLAATS": "0", 
     "BAGNR_NUMMERAANDUIDING": "0", 
     "SAP RE COMPLEX GEBOUW NR": "123" 
 } 
 </code></pre> 

 h3. Geometry: 

 <pre><code class="shell"> 
 SRID=4326;POINT (5.133494 52.089143) 
 </code></pre> 

 h3. Error: 

 Voorbeeld https://dev-tezza.contezza.cloud/tezza/#/quick-search?q=OBJ-2026-0000030501 
 <pre><code class="shell"> 
 ERROR Error: No pand found at the given coordinates. 
     at main.8c1e06ed5764dc3a.js:1:477732 
     at vendor.e7885d129f1fb5f3.js:101:174787 
     at n._next (vendor.e7885d129f1fb5f3.js:101:168308) 
     at n.next (vendor.e7885d129f1fb5f3.js:101:158285) 
     at subscribe.C (vendor.e7885d129f1fb5f3.js:101:180571) 
     at n._next (vendor.e7885d129f1fb5f3.js:101:168308) 
     at n.next (vendor.e7885d129f1fb5f3.js:101:158285) 
     at vendor.e7885d129f1fb5f3.js:101:165516 
     at u.invoke (polyfills.49aeec11adcd8583.js:1:19140) 
     at Object.onInvoke (vendor.e7885d129f1fb5f3.js:101:4056787) 
 </code></pre> 

Back