mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			432 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			432 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "name": "map_insert",
 | 
						|
  "type": "function",
 | 
						|
  "groups": ["Maps"],
 | 
						|
  "description": "Returns a map with an added key/value.",
 | 
						|
  "arguments": [ {"arg":"map","description":"a map"},
 | 
						|
                 {"arg":"key","description":"the key to add"},
 | 
						|
                 {"arg":"value","description":"the value to add"}],
 | 
						|
  "examples": [ { "expression":"map_insert(map('1','one'),'3','three')", "returns":"{ '1': 'one', '3': 'three' }"}]
 | 
						|
}
 |